Lines Matching refs:pba
82 struct pcibus_attach_args pba;
145 memset(&pba, 0, sizeof(pba));
146 pba.pba_memt = pc->pc_memt;
147 pba.pba_iot = pc->pc_iot;
148 pba.pba_dmat = &pci_bus_dma_tag;
149 pba.pba_dmat64 = NULL;
150 pba.pba_bus = pc->pc_bus;
151 pba.pba_bridgetag = NULL;
152 pba.pba_pc = pc;
153 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY;
155 config_found(self, &pba, pcibusprint,