/src/sys/arch/evbppc/pmppc/dev/ |
cpc_mainbus.c | 55 struct genppc_pci_chipset *genppc_pct; variable in typeref:struct:genppc_pci_chipset * 81 genppc_pct = kmem_alloc(sizeof(struct genppc_pci_chipset), KM_SLEEP); 82 pmppc_pci_get_chipset_tag(genppc_pct); 86 SIMPLEQ_INIT(&genppc_pct->pc_pbi); 87 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next); 89 cpc_attach(self, genppc_pct, &pmppc_mem_tag, &pmppc_pci_io_tag,
|
/src/sys/arch/mvmeppc/mvmeppc/ |
mainbus.c | 63 struct genppc_pci_chipset *genppc_pct; variable in typeref:struct:genppc_pci_chipset * 111 genppc_pct = kmem_alloc(sizeof(struct genppc_pci_chipset), KM_SLEEP); 112 mvmeppc_pci_get_chipset_tag(genppc_pct); 118 SIMPLEQ_INIT(&genppc_pct->pc_pbi); 119 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next); 129 pci_configure_bus(genppc_pct, pcires, 0, CACHELINESIZE); 138 pba.pba_pc = genppc_pct;
|
/src/sys/arch/bebox/bebox/ |
mainbus.c | 68 struct genppc_pci_chipset *genppc_pct; variable in typeref:struct:genppc_pci_chipset * 128 genppc_pct = kmem_alloc(sizeof(struct genppc_pci_chipset), KM_SLEEP); 129 bebox_pci_get_chipset_tag(genppc_pct); 135 SIMPLEQ_INIT(&genppc_pct->pc_pbi); 136 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next); 146 pci_configure_bus(genppc_pct, pcires, 0, CACHELINESIZE); 158 mba.mba_pba.pba_pc = genppc_pct; 167 SIMPLEQ_FOREACH(pbi, &genppc_pct->pc_pbi, next)
|
/src/sys/arch/ibmnws/ibmnws/ |
mainbus.c | 71 struct genppc_pci_chipset *genppc_pct; variable in typeref:struct:genppc_pci_chipset * 124 genppc_pct = kmem_alloc(sizeof(struct genppc_pci_chipset), KM_SLEEP); 125 ibmnws_pci_get_chipset_tag_indirect (genppc_pct); 135 pci_configure_bus(genppc_pct, pcires, 0, CACHELINESIZE); 145 mba.mba_pba.pba_pc = genppc_pct;
|
/src/sys/arch/prep/prep/ |
mainbus.c | 77 struct genppc_pci_chipset *genppc_pct; variable in typeref:struct:genppc_pci_chipset * 134 genppc_pct = kmem_alloc(sizeof(struct genppc_pci_chipset), KM_SLEEP); 135 prep_pci_get_chipset_tag(genppc_pct); 141 SIMPLEQ_INIT(&genppc_pct->pc_pbi); 142 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next); 158 pci_configure_bus(genppc_pct, pcires, 0, CACHELINESIZE); 182 mba.mba_pba.pba_pc = genppc_pct; 191 SIMPLEQ_FOREACH(pbi, &genppc_pct->pc_pbi, next)
|