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

  /src/sys/arch/mips/rmi/
rmixl_pci_cfg_space.c 53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_cfg_ex)
58 (((struct rmixl_config *)(v))->rc_pci_cfg_pbase)
61 (((struct rmixl_config *)(v))->rc_pci_cfg_size) - 1)
rmixl_pci_ecfg_space.c 53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_ecfg_ex)
58 (((struct rmixl_config *)(v))->rc_pci_ecfg_pbase)
61 (((struct rmixl_config *)(v))->rc_pci_ecfg_size) - 1)
rmixl_pci_io_space.c 53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_io_ex)
57 #define CHIP_W1_BUS_START(v) (((struct rmixl_config *)(v))->rc_pci_io_pbase)
59 (((struct rmixl_config *)(v))->rc_pci_io_size) - 1)
rmixl_pci_mem_space.c 53 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
54 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_pci_mem_ex)
57 #define CHIP_W1_BUS_START(v) (((struct rmixl_config *)(v))->rc_pci_mem_pbase)
59 (((struct rmixl_config *)(v))->rc_pci_mem_size) - 1)
rmixl_iobus_space.c 52 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
59 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_iobus_ex)
66 #define CHIP_W1_SYS_START(v) (((struct rmixl_config *)(v))->rc_flash_pbase)
rmixl_obio_eb_space.c 52 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
53 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_obio_eb_ex)
59 #define CHIP_W1_SYS_START(v) (((struct rmixl_config *)(v))->rc_io_pbase)
rmixl_obio_el_space.c 52 #define CHIP_EX_MALLOC_SAFE(v) (((struct rmixl_config *)(v))->rc_mallocsafe)
53 #define CHIP_EXTENT(v) (((struct rmixl_config *)(v))->rc_obio_el_ex)
59 #define CHIP_W1_SYS_START(v) (((struct rmixl_config *)(v))->rc_io_pbase)
rmixlvar.h 113 struct rmixl_config { struct
152 extern struct rmixl_config rmixl_configuration;
rmixl_cpucore.c 90 struct rmixl_config *rcp = &rmixl_configuration;
rmixl_obio.c 170 struct rmixl_config *rcp = &rmixl_configuration;
rmixl_iobus.c 119 struct rmixl_config *rcp = &rmixl_configuration;
rmixl_pcix.c 304 struct rmixl_config *rcp = &rmixl_configuration;
565 struct rmixl_config *rcp = &rmixl_configuration;
655 struct rmixl_config *rcp = &rmixl_configuration;
rmixl_pcie.c 283 struct rmixl_config *rcp = &rmixl_configuration;
697 struct rmixl_config *rcp = &rmixl_configuration;
891 struct rmixl_config *rcp = &rmixl_configuration;
  /src/sys/arch/evbmips/rmixl/
machdep.c 163 struct rmixl_config rmixl_configuration;
220 void rmixl_get_wakeup_info(struct rmixl_config *);
233 struct rmixl_config *rcp = &rmixl_configuration;
662 struct rmixl_config *rcp = &rmixl_configuration;
874 rmixl_get_wakeup_info(struct rmixl_config *rcp)

Completed in 20 milliseconds