Home | History | Annotate | Download | only in gdium

Lines Matching refs:pba

69 	struct pcibus_attach_args pba;
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);