Searched refs:CHIP_IO_EXTENT (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dcia_bwx_bus_io.c48 #define CHIP_IO_EXTENT(v) (((struct cia_config *)(v))->cc_io_ex) macro
H A Dirongate_bus_io.c50 #define CHIP_IO_EXTENT(v) (((struct irongate_config *)(v))->ic_io_ex) macro
H A Dapecs_bus_io.c48 #define CHIP_IO_EXTENT(v) (((struct apecs_config *)(v))->ac_io_ex) macro
H A Dlca_bus_io.c48 #define CHIP_IO_EXTENT(v) (((struct lca_config *)(v))->lc_io_ex) macro
H A Dtsp_bus_io.c58 #define CHIP_IO_EXTENT(v) (((TSPCON)(v))->pc_io_ex) macro
H A Dcia_swiz_bus_io.c48 #define CHIP_IO_EXTENT(v) (((struct cia_config *)(v))->cc_io_ex) macro
H A Ddwlpx_bus_io.c51 #define CHIP_IO_EXTENT(v) (((struct dwlpx_config *)(v))->cc_io_ex) macro
H A Dmcpcia_bus_io.c51 #define CHIP_IO_EXTENT(v) (((struct mcpcia_config *)(v))->cc_io_ex) macro
H A Dttwoga_bus_io.c53 #define CHIP_IO_EXTENT(v) (CHIP_V(v)->tc_io_ex) macro
H A Dpci_bwx_bus_io_chipdep.c308 CHIP_IO_EXTENT(v) = ex;
381 error = extent_alloc_region(CHIP_IO_EXTENT(v), ioaddr, iosize,
386 extent_print(CHIP_IO_EXTENT(v));
419 error = extent_free(CHIP_IO_EXTENT(v), ioaddr, iosize,
426 extent_print(CHIP_IO_EXTENT(v));
473 error = extent_alloc_subregion(CHIP_IO_EXTENT(v), rstart, rend,
480 extent_print(CHIP_IO_EXTENT(v));
491 (void) extent_free(CHIP_IO_EXTENT(v), ioaddr, size,
H A Dpci_swiz_bus_io_chipdep.c334 CHIP_IO_EXTENT(v) = ex;
437 error = extent_alloc_region(CHIP_IO_EXTENT(v), ioaddr, iosize,
442 extent_print(CHIP_IO_EXTENT(v));
503 error = extent_free(CHIP_IO_EXTENT(v), ioaddr, iosize,
510 extent_print(CHIP_IO_EXTENT(v));
546 error = extent_alloc_subregion(CHIP_IO_EXTENT(v), rstart, rend,
553 extent_print(CHIP_IO_EXTENT(v));
564 (void) extent_free(CHIP_IO_EXTENT(v), ioaddr, size,
/netbsd-6-1-5-RELEASE/sys/arch/alpha/jensenio/
H A Djensenio_bus_io.c56 #define CHIP_IO_EXTENT(v) (CHIP_V(v)->jc_io_ex) macro

Completed in 65 milliseconds