Lines Matching defs:pba
48 struct pcibus_attach_args pba;
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 |
179 config_found(sc->sc_dev, &pba, pcibusprint, CFARGS_NONE);