Searched refs:CHIP_IO_EX_STORE (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dttwoga_bus_io.c54 #define CHIP_IO_EX_STORE(v) (CHIP_V(v)->tc_io_exstorage) macro
55 #define CHIP_IO_EX_STORE_SIZE(v) sizeof(CHIP_IO_EX_STORE(v))
H A Dtsp_bus_io.c59 #define CHIP_IO_EX_STORE(v) (((TSPCON)(v))->pc_io_exstorage) macro
H A Ddwlpx_bus_io.c52 #define CHIP_IO_EX_STORE(v) (((struct dwlpx_config *)(v))->cc_io_exstorage) macro
H A Dmcpcia_bus_io.c52 #define CHIP_IO_EX_STORE(v) (((struct mcpcia_config *)(v))->cc_io_exstorage) macro
H A Dpci_bwx_bus_io_chipdep.c67 * CHIP_IO_EX_STORE
208 #ifndef CHIP_IO_EX_STORE
211 #define CHIP_IO_EX_STORE(v) (__C(CHIP, _io_ex_storage)) macro
305 (void *)CHIP_IO_EX_STORE(v), CHIP_IO_EX_STORE_SIZE(v),
H A Dpci_swiz_bus_io_chipdep.c67 * CHIP_IO_EX_STORE
206 #ifndef CHIP_IO_EX_STORE
209 #define CHIP_IO_EX_STORE(v) (__C(CHIP, _io_ex_storage)) macro
310 (void *)CHIP_IO_EX_STORE(v), CHIP_IO_EX_STORE_SIZE(v),

Completed in 62 milliseconds