Home | History | Annotate | Download | only in footbridge

Lines Matching defs:fba

117 	union footbridge_attach_args *fba = aux;
120 aprint_normal("%s at %s", fba->fba_name, pnp);
148 union footbridge_attach_args fba;
238 fba.fba_pba.pba_pc = &footbridge_pci_chipset;
239 fba.fba_pba.pba_iot = &footbridge_pci_io_bs_tag;
240 fba.fba_pba.pba_memt = &footbridge_pci_mem_bs_tag;
241 fba.fba_pba.pba_dmat = &footbridge_pci_bus_dma_tag;
242 fba.fba_pba.pba_dmat64 = NULL;
243 fba.fba_pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY;
244 fba.fba_pba.pba_bus = 0;
245 fba.fba_pba.pba_bridgetag = NULL;
246 config_found(self, &fba.fba_pba, pcibusprint,
250 fba.fba_fca.fca_name = "fcom";
251 fba.fba_fca.fca_iot = sc->sc_iot;
252 fba.fba_fca.fca_ioh = sc->sc_ioh;
253 fba.fba_fca.fca_rx_irq = IRQ_SERIAL_RX;
254 fba.fba_fca.fca_tx_irq = IRQ_SERIAL_TX;
255 config_found(self, &fba.fba_fca, footbridge_print,