Home | History | Annotate | Download | only in xscale

Lines Matching defs:pba

52 	struct pcibus_attach_args pba;
100 pba.pba_pc = &sc->ia_pci_chipset;
101 pba.pba_iot = &sc->sc_pci_iot;
102 pba.pba_memt = &sc->sc_pci_memt;
103 pba.pba_dmat = &sc->ia_pci_dmat;
104 pba.pba_bus = 0; /* bus number = 0 */
105 pba.pba_bridgetag = NULL;
106 pba.pba_intrswiz = 0; /* XXX */
107 pba.pba_intrtag = 0;
108 pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY |
111 config_found(self, &pba, pcibusprint,