Lines Matching defs:pba
71 struct pcibus_attach_args pba;
75 memset(&pba, 0, sizeof(pba));
76 pba.pba_bus = 0;
77 pba.pba_iot = (bus_space_tag_t)0;
78 pba.pba_memt = (bus_space_tag_t)1;
79 pba.pba_dmat = (void *)0x20;
81 pba.pba_dmat64 = (void *)0x40;
83 pba.pba_flags = PCI_FLAGS_MEM_OKAY |
91 pba.pba_flags |= PCI_FLAGS_IO_OKAY;
101 config_found(mainbus, &pba, pcibusprint,