Symbol: apecs_config
sys/arch/alpha/alpha/dec_1000a.c
130
struct apecs_config *acp;
sys/arch/alpha/alpha/dec_1000a.c
132
extern struct apecs_config apecs_configuration;
sys/arch/alpha/alpha/dec_2100_a50.c
102
struct apecs_config *acp;
sys/arch/alpha/alpha/dec_2100_a50.c
103
extern struct apecs_config apecs_configuration;
sys/arch/alpha/alpha/dec_eb64plus.c
91
struct apecs_config *acp;
sys/arch/alpha/alpha/dec_eb64plus.c
92
extern struct apecs_config apecs_configuration;
sys/arch/alpha/pci/apecs.c
113
apecs_init(struct apecs_config *acp)
sys/arch/alpha/pci/apecs.c
147
struct apecs_config *acp;
sys/arch/alpha/pci/apecs.c
192
struct apecs_config *acp = &apecs_configuration;
sys/arch/alpha/pci/apecs.c
92
struct apecs_config apecs_configuration;
sys/arch/alpha/pci/apecs_bus_io.c
46
#define CHIP_IO_ARENA(v) (((struct apecs_config *)(v))->ac_io_arena)
sys/arch/alpha/pci/apecs_bus_io.c
56
((((struct apecs_config *)(v))->ac_haxr2 & EPIC_HAXR2_EADDR) + \
sys/arch/alpha/pci/apecs_bus_io.c
59
((((struct apecs_config *)(v))->ac_haxr2 & EPIC_HAXR2_EADDR) + \
sys/arch/alpha/pci/apecs_bus_mem.c
46
#define CHIP_D_MEM_ARENA(v) (((struct apecs_config *)(v))->ac_d_mem_arena)
sys/arch/alpha/pci/apecs_bus_mem.c
47
#define CHIP_S_MEM_ARENA(v) (((struct apecs_config *)(v))->ac_s_mem_arena)
sys/arch/alpha/pci/apecs_bus_mem.c
64
((((struct apecs_config *)(v))->ac_haxr1 & EPIC_HAXR1_EADDR) + \
sys/arch/alpha/pci/apecs_bus_mem.c
67
((((struct apecs_config *)(v))->ac_haxr1 & EPIC_HAXR1_EADDR) + \
sys/arch/alpha/pci/apecs_dma.c
192
struct apecs_config *acp = t->_cookie;
sys/arch/alpha/pci/apecs_dma.c
92
apecs_dma_init(struct apecs_config *acp)
sys/arch/alpha/pci/apecs_pci.c
107
struct apecs_config *acp = cpv;
sys/arch/alpha/pci/apecs_pci.c
59
struct apecs_config *acp = cpv;
sys/arch/alpha/pci/apecsvar.h
64
void apecs_init(struct apecs_config *);
sys/arch/alpha/pci/apecsvar.h
66
void apecs_dma_init(struct apecs_config *);