Searched refs:apecs_config (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dpci_2100_a50.h30 void pci_2100_a50_pickintr(struct apecs_config *);
H A Dpci_eb64plus.h30 void pci_eb64plus_pickintr(struct apecs_config *);
H A Dapecsvar.h40 struct apecs_config { struct
61 void apecs_init(struct apecs_config *, int);
63 void apecs_dma_init(struct apecs_config *);
H A Dapecs_bus_io.c47 #define CHIP_EX_MALLOC_SAFE(v) (((struct apecs_config *)(v))->ac_mallocsafe)
48 #define CHIP_IO_EXTENT(v) (((struct apecs_config *)(v))->ac_io_ex)
58 ((((struct apecs_config *)(v))->ac_haxr2 & EPIC_HAXR2_EADDR) + \
61 ((((struct apecs_config *)(v))->ac_haxr2 & EPIC_HAXR2_EADDR) + \
H A Dapecs_bus_mem.c47 #define CHIP_EX_MALLOC_SAFE(v) (((struct apecs_config *)(v))->ac_mallocsafe)
48 #define CHIP_D_MEM_EXTENT(v) (((struct apecs_config *)(v))->ac_d_mem_ex)
49 #define CHIP_S_MEM_EXTENT(v) (((struct apecs_config *)(v))->ac_s_mem_ex)
66 ((((struct apecs_config *)(v))->ac_haxr1 & EPIC_HAXR1_EADDR) + \
69 ((((struct apecs_config *)(v))->ac_haxr1 & EPIC_HAXR1_EADDR) + \
H A Dpci_2100_a50.c68 pci_2100_a50_pickintr(struct apecs_config *acp)
221 struct apecs_config *acp = acv;
231 struct apecs_config *acp = acv;
241 struct apecs_config *acp = acv;
252 struct apecs_config *acp = acv;
H A Dapecs.c110 struct apecs_config apecs_configuration;
131 apecs_init(struct apecs_config *acp, int mallocsafe)
166 struct apecs_config *acp;
239 struct apecs_config *acp = &apecs_configuration;
H A Dapecs_pci.c99 struct apecs_config *acp = cpv;
144 struct apecs_config *acp = cpv;
H A Dapecs_dma.c93 apecs_dma_init(struct apecs_config *acp)
200 struct apecs_config *acp = t->_cookie;
H A Dpci_eb64plus.c109 pci_eb64plus_pickintr(struct apecs_config *acp)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_1000a.c167 struct apecs_config *acp;
169 extern struct apecs_config apecs_configuration;
H A Ddec_eb64plus.c126 struct apecs_config *acp;
127 extern struct apecs_config apecs_configuration;
H A Ddec_2100_a50.c136 struct apecs_config *acp;
137 extern struct apecs_config apecs_configuration;

Completed in 83 milliseconds