HomeSort by: relevance | last modified time | path
    Searched refs:CHIP_EXTENT (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/cobalt/cobalt/
bus.c 49 #define CHIP_EXTENT(v) (((struct p4032_config *)(v))->ac_io_ex)
  /src/sys/arch/evbmips/malta/
malta_bus_io.c 48 #define CHIP_EXTENT(v) (((struct malta_config *)(v))->mc_io_ex)
malta_bus_mem.c 48 #define CHIP_EXTENT(v) (((struct malta_config *)(v))->mc_mem_ex)
  /src/sys/arch/evbmips/mipssim/
mipssim_bus_io.c 48 #define CHIP_EXTENT(v) (((struct mipssim_config *)(v))->mc_io_ex)
  /src/sys/arch/mips/sibyte/pci/
sbbrz_bus_io.c 49 #define CHIP_EXTENT(v) (((struct sbbrz_softc *)(v))->sc_io_ex)
sbbrz_bus_mem.c 49 #define CHIP_EXTENT(v) (((struct sbbrz_softc *)(v))->sc_mem_ex)
  /src/sys/arch/algor/algor/
algor_p4032_bus_io.c 58 #define CHIP_EXTENT(v) (((struct p4032_config *)(v))->ac_io_ex)
algor_p5064_bus_io.c 56 #define CHIP_EXTENT(v) (((struct p5064_config *)(v))->ac_io_ex)
algor_p6032_bus_io.c 56 #define CHIP_EXTENT(v) (((struct p6032_config *)(v))->ac_io_ex)
algor_p6032_bus_mem.c 56 #define CHIP_EXTENT(v) (((struct p6032_config *)(v))->ac_mem_ex)
algor_p4032_bus_mem.c 57 #define CHIP_EXTENT(v) (((struct p4032_config *)(v))->ac_mem_ex)
algor_p5064_bus_mem.c 56 #define CHIP_EXTENT(v) (((struct p5064_config *)(v))->ac_mem_ex)
  /src/sys/arch/evbmips/gdium/
gdium_bus_io.c 57 #define CHIP_EXTENT(v) (((struct gdium_config *)(v))->gc_io_ex)
  /src/sys/arch/mips/rmi/
rmixl_iobus_space.c 59 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_iobus_ex)
rmixl_obio_eb_space.c 53 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_obio_eb_ex)
rmixl_obio_el_space.c 53 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_obio_el_ex)
rmixl_pci_cfg_space.c 54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_cfg_ex)
rmixl_pci_ecfg_space.c 54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_ecfg_ex)
rmixl_pci_io_space.c 54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_io_ex)
rmixl_pci_mem_space.c 54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_mem_ex)
  /src/sys/arch/evbmips/loongson/
loongson_bus_io.c 60 #define CHIP_EXTENT(v) (loongson_io_ex)
  /src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c 91 #ifdef CHIP_EXTENT
195 #ifdef CHIP_EXTENT
202 #endif /* CHIP_EXTENT */
350 #ifdef CHIP_EXTENT
358 error = extent_alloc_region(CHIP_EXTENT(v), addr, size,
363 extent_print(CHIP_EXTENT(v));
369 #endif /* CHIP_EXTENT */
432 #if !defined(_LP64) || defined(CHIP_EXTENT)
470 #ifdef CHIP_EXTENT
535 int error = extent_free(CHIP_EXTENT(v), addr, size
    [all...]
  /src/sys/arch/mips/atheros/dev/
arpci.c 335 #define CHIP_EXTENT /* defined */

Completed in 21 milliseconds