HomeSort by: relevance | last modified time | path
    Searched refs:fba_pba (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/footbridge/
footbridgevar.h 78 struct pcibus_attach_args fba_pba; /* pci attach args */ member in union:footbridge_attach_args
footbridge.c 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,

Completed in 187 milliseconds