Home | History | Annotate | Download | only in g2

Lines Matching defs:pba

87 	struct pcibus_attach_args pba;
121 memset(&pba, 0, sizeof(pba));
123 pba.pba_memt = sc->sc_memt;
124 pba.pba_dmat = &sc->sc_dmat;
125 pba.pba_dmat64 = NULL;
126 pba.pba_bus = 0;
127 pba.pba_bridgetag = NULL;
128 pba.pba_flags = PCI_FLAGS_MEM_OKAY;
129 pba.pba_pc = &sc->sc_pc;
131 config_found(self, &pba, pcibusprint, CFARGS_NONE);