Lines Matching defs:pba
211 struct pcibus_attach_args pba;
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);