| /src/sys/arch/arm/xscale/ |
| ixp425.c | 52 struct pcibus_attach_args pba; local 100 pba.pba_pc = &sc->ia_pci_chipset; 101 pba.pba_iot = &sc->sc_pci_iot; 102 pba.pba_memt = &sc->sc_pci_memt; 103 pba.pba_dmat = &sc->ia_pci_dmat; 104 pba.pba_bus = 0; /* bus number = 0 */ 105 pba.pba_bridgetag = NULL; 106 pba.pba_intrswiz = 0; /* XXX */ 107 pba.pba_intrtag = 0; 108 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY [all...] |
| becc.c | 94 struct pcibus_attach_args pba; local 203 pba.pba_iot = &sc->sc_pci_iot; 204 pba.pba_memt = &sc->sc_pci_memt; 205 pba.pba_dmat = &sc->sc_pci_dmat; 206 pba.pba_dmat64 = NULL; 207 pba.pba_pc = &sc->sc_pci_chipset; 208 pba.pba_bus = 0; 209 pba.pba_bridgetag = NULL; 210 pba.pba_intrswiz = 0; 211 pba.pba_intrtag = 0 [all...] |
| i80312.c | 97 struct pcibus_attach_args pba; local 311 pba.pba_iot = &sc->sc_pci_iot; 312 pba.pba_memt = &sc->sc_pci_memt; 313 pba.pba_dmat = &sc->sc_pci_dmat; 314 pba.pba_dmat64 = NULL; 315 pba.pba_pc = &sc->sc_pci_chipset; 316 pba.pba_bus = PCI_BRIDGE_BUS_NUM_SECONDARY(preg); 317 pba.pba_bridgetag = NULL; 318 pba.pba_intrswiz = 3; 319 pba.pba_intrtag = 0 [all...] |
| /src/sys/arch/arm/ixp12x0/ |
| ixp12x0.c | 48 struct pcibus_attach_args pba; local 169 pba.pba_pc = &sc->ia_pci_chipset; 170 pba.pba_iot = &ixp12x0_bs_tag; 171 pba.pba_memt = &ixp12x0_bs_tag; 172 pba.pba_dmat = &sc->ia_pci_dmat; 173 pba.pba_dmat64 = NULL; 174 pba.pba_bus = 0; /* bus number = 0 */ 175 pba.pba_intrswiz = 0; /* XXX */ 176 pba.pba_intrtag = 0; 177 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY [all...] |
| /src/sys/arch/evbmips/gdium/ |
| bonito_mainbus.c | 69 struct pcibus_attach_args pba; local 85 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; 86 pba.pba_bus = 0; 87 pba.pba_bridgetag = NULL; 89 pba.pba_iot = &gc->gc_iot; 90 pba.pba_memt = &gc->gc_memt; 91 pba.pba_dmat = &gc->gc_pci_dmat; 92 pba.pba_dmat64 = NULL; 93 pba.pba_pc = &gc->gc_pc; 95 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| /src/sys/arch/evbmips/loongson/ |
| bonito_mainbus.c | 72 struct pcibus_attach_args pba; local 107 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; 108 pba.pba_bus = 0; 109 pba.pba_bridgetag = NULL; 111 pba.pba_iot = &bonito_iot; 112 pba.pba_memt = &bonito_memt; 113 pba.pba_dmat = &bonito_dmat; 114 pba.pba_dmat64 = NULL; 115 pba.pba_pc = &bonito_pc; 117 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| /src/sys/rump/dev/lib/libpci/ |
| pci_at_mainbus.c | 71 struct pcibus_attach_args pba; local 75 memset(&pba, 0, sizeof(pba)); 76 pba.pba_bus = 0; 77 pba.pba_iot = (bus_space_tag_t)0; 78 pba.pba_memt = (bus_space_tag_t)1; 79 pba.pba_dmat = (void *)0x20; 81 pba.pba_dmat64 = (void *)0x40; 83 pba.pba_flags = PCI_FLAGS_MEM_OKAY | 91 pba.pba_flags |= PCI_FLAGS_IO_OKAY [all...] |
| /src/sys/arch/algor/dev/ |
| bonito_mainbus.c | 79 struct pcibus_attach_args pba; local 100 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; 101 pba.pba_bus = 0; 102 pba.pba_bridgetag = NULL; 108 pba.pba_iot = &acp->ac_iot; 109 pba.pba_memt = &acp->ac_memt; 110 pba.pba_dmat = &acp->ac_pci_dmat; 111 pba.pba_dmat64 = NULL; 112 pba.pba_pc = &acp->ac_pc; 116 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| vtpbc_mainbus.c | 83 struct pcibus_attach_args pba; local 102 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; 103 pba.pba_bus = 0; 104 pba.pba_bridgetag = NULL; 107 pba.pba_flags &= ~PCI_FLAGS_IO_OKAY; 113 pba.pba_iot = &acp->ac_iot; 114 pba.pba_memt = &acp->ac_memt; 115 pba.pba_dmat = &acp->ac_pci_dmat; 116 pba.pba_dmat64 = NULL; 117 pba.pba_pc = &acp->ac_pc [all...] |
| /src/sys/arch/alpha/pci/ |
| apecs.c | 148 struct pcibus_attach_args pba; local 175 pba.pba_iot = &acp->ac_iot; 176 pba.pba_memt = &acp->ac_memt; 177 pba.pba_dmat = 179 pba.pba_dmat64 = NULL; 180 pba.pba_pc = &acp->ac_pc; 181 pba.pba_bus = 0; 182 pba.pba_bridgetag = NULL; 183 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | 185 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| irongate.c | 125 struct pcibus_attach_args pba; local 155 pba.pba_iot = &icp->ic_iot; 156 pba.pba_memt = &icp->ic_memt; 157 pba.pba_dmat = 159 pba.pba_dmat64 = NULL; 160 pba.pba_pc = &icp->ic_pc; 161 pba.pba_bus = 0; 162 pba.pba_bridgetag = NULL; 163 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | 168 apa.apa_pci_args.pa_iot = pba.pba_iot [all...] |
| lca.c | 211 struct pcibus_attach_args pba; local 238 pba.pba_iot = &lcp->lc_iot; 239 pba.pba_memt = &lcp->lc_memt; 240 pba.pba_dmat = 242 pba.pba_dmat64 = NULL; 243 pba.pba_pc = &lcp->lc_pc; 244 pba.pba_bus = 0; 245 pba.pba_bridgetag = NULL; 246 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | 248 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| pci_bootdev.c | 66 struct pcibus_attach_args *pba = aux; local 83 if ((b->slot / 1000) == pba->pba_bus) {
|
| dwlpx.c | 111 struct pcibus_attach_args pba; local 168 pba.pba_iot = &sc->dwlpx_cc.cc_iot; 169 pba.pba_memt = &sc->dwlpx_cc.cc_memt; 170 pba.pba_dmat = /* start with direct, may change... */ 172 pba.pba_dmat64 = NULL; 173 pba.pba_pc = &sc->dwlpx_cc.cc_pc; 174 pba.pba_bus = 0; 175 pba.pba_bridgetag = NULL; 176 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | 178 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| mcpcia.c | 131 struct pcibus_attach_args pba; local 180 pba.pba_iot = &ccp->cc_iot; 181 pba.pba_memt = &ccp->cc_memt; 182 pba.pba_dmat = /* start with direct, may change... */ 184 pba.pba_dmat64 = NULL; 185 pba.pba_pc = &ccp->cc_pc; 186 pba.pba_bus = 0; 187 pba.pba_bridgetag = NULL; 188 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY | 190 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| ttwoga.c | 127 struct pcibus_attach_args pba; local 144 memset(&pba, 0, sizeof(pba)); 145 pba.pba_bus = hose; 147 config_found(self, &pba, ttwogaprint, CFARGS_NONE); 154 struct pcibus_attach_args *pba = aux; local 158 aprint_normal(" hose %d", pba->pba_bus); 208 struct pcibus_attach_args *pba = aux; local 211 match->cf_loc[PCIBUSCF_BUS] != pba->pba_bus) 220 struct pcibus_attach_args *pba = aux, npba local 266 struct pcibus_attach_args *pba = aux; local [all...] |
| /src/sys/arch/dreamcast/dev/g2/ |
| gapspci.c | 84 struct pcibus_attach_args pba; local 118 memset(&pba, 0, sizeof(pba)); 120 pba.pba_memt = sc->sc_memt; 121 pba.pba_dmat = &sc->sc_dmat; 122 pba.pba_dmat64 = NULL; 123 pba.pba_bus = 0; 124 pba.pba_bridgetag = NULL; 125 pba.pba_flags = PCI_FLAGS_MEM_OKAY; 126 pba.pba_pc = &sc->sc_pc [all...] |
| /src/sys/arch/alpha/alpha/ |
| dec_2100_a500.c | 167 struct pcibus_attach_args *pba = aux; local 169 if (b->bus == pba->pba_bus) {
|
| /src/sys/arch/evbppc/walnut/dev/ |
| pbus.c | 119 struct pbus_attach_args *pba = aux; local 122 if (strcmp(pba->pb_name, cf->cf_name) != 0) 135 struct pbus_attach_args pba; local 149 pba.pb_name = pbus_devs[i].name; 150 pba.pb_addr = pbus_devs[i].addr; 151 pba.pb_irq = pbus_devs[i].irq; 152 pba.pb_bt = &pbus_tag; 153 pba.pb_dmat = paa->plb_dmat; 156 [PBUSCF_ADDR] = pba.pb_addr, 157 [PBUSCF_IRQ] = pba.pb_ir 200 struct pbus_attach_args *pba = aux; local [all...] |
| /src/sys/arch/mips/sibyte/pci/ |
| sbbrz.c | 172 struct pcibus_attach_args pba; local 193 pba.pba_busname = "pci"; 195 pba.pba_iot = &sc->sc_iot; 196 pba.pba_memt = &sc->sc_memt; 197 pba.pba_dmat64 = &sc->sc_dmat64; 198 pba.pba_dmat = sc->sc_dmat32; 199 pba.pba_pc = &sc->sc_pc; 200 pba.pba_bus = 0; 201 pba.pba_bridgetag = NULL; 202 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY 210 struct pcibus_attach_args *pba = aux; local [all...] |
| /src/sys/arch/mvmeppc/mvmeppc/ |
| mainbus.c | 91 struct pcibus_attach_args pba; local 134 pba.pba_iot = &prep_io_space_tag; 135 pba.pba_memt = &prep_mem_space_tag; 136 pba.pba_dmat = &pci_bus_dma_tag; 137 pba.pba_dmat64 = NULL; 138 pba.pba_pc = genppc_pct; 139 pba.pba_bus = 0; 140 pba.pba_bridgetag = NULL; 141 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; 142 config_found(self, &pba, pcibusprint [all...] |
| /src/sys/arch/powerpc/ibm4xx/pci/ |
| pchb.c | 123 struct pcibus_attach_args pba; local 179 pba.pba_iot = &pchb_io_tag; 181 pba.pba_memt = &pchb_mem_tag; 182 pba.pba_dmat = paa->plb_dmat; 183 pba.pba_dmat64 = NULL; 184 pba.pba_pc = pc; 185 pba.pba_bus = 0; 186 pba.pba_bridgetag = NULL; 187 pba.pba_flags = PCI_FLAGS_MEM_OKAY | PCI_FLAGS_IO_OKAY; 188 config_found(self, &pba, pchbprint, CFARGS_NONE) [all...] |
| /src/sys/arch/alpha/sableio/ |
| sableio.c | 113 struct pcibus_attach_args *pba = aux; local 120 cf->cf_loc[SABLEIOBUSCF_BUS] != pba->pba_bus) 124 if (pba->pba_bus != 0) 138 struct pcibus_attach_args *pba = aux; local 149 dmat = alphabus_dma_get_tag(pba->pba_dmat, ALPHA_BUS_ISA); 155 isa_dmainit(&sc->sc_isa_chipset, pba->pba_iot, dmat, self); 165 sa.sa_iot = pba->pba_iot; 168 sa.sa_pc = pba->pba_pc;
|
| /src/sys/arch/amiga/pci/ |
| cv3dpb.c | 95 struct pcibus_attach_args pba; local 134 pba.pba_iot = &(sc->pci_io_area); 135 pba.pba_memt = &(sc->pci_mem_area); 136 pba.pba_dmat = NULL; 137 pba.pba_dmat64 = NULL; 138 pba.pba_pc = pc; 139 pba.pba_flags = PCI_FLAGS_MEM_OKAY | PCI_FLAGS_IO_OKAY; 140 pba.pba_bus = 0; 141 pba.pba_bridgetag = NULL; 143 config_found(self, &pba, pcibusprint, CFARGS_NONE) [all...] |
| /src/sys/arch/arm/gemini/ |
| gemini_obio.c | 161 struct pcibus_attach_args pba; local 215 pba.pba_memt = sc->sc_iot; 216 pba.pba_iot = sc->sc_iot; 217 pba.pba_dmat = sc->sc_dmat; 218 pba.pba_dmat64 = NULL; 219 pba.pba_pc = &sc->sc_pci_chipset; 220 pba.pba_bus = 0; 221 pba.pba_bridgetag = NULL; 222 pba.pba_intrswiz = 0; 223 pba.pba_intrtag = 0 [all...] |