Home
last modified time | relevance | path

Searched refs:fba_pba (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/arm/footbridge/
Dfootbridge.c238 fba.fba_pba.pba_pc = &footbridge_pci_chipset; in footbridge_attach()
239 fba.fba_pba.pba_iot = &footbridge_pci_io_bs_tag; in footbridge_attach()
240 fba.fba_pba.pba_memt = &footbridge_pci_mem_bs_tag; in footbridge_attach()
241 fba.fba_pba.pba_dmat = &footbridge_pci_bus_dma_tag; in footbridge_attach()
242 fba.fba_pba.pba_dmat64 = NULL; in footbridge_attach()
243 fba.fba_pba.pba_flags = PCI_FLAGS_IO_OKAY | PCI_FLAGS_MEM_OKAY; in footbridge_attach()
244 fba.fba_pba.pba_bus = 0; in footbridge_attach()
245 fba.fba_pba.pba_bridgetag = NULL; in footbridge_attach()
246 config_found(self, &fba.fba_pba, pcibusprint, in footbridge_attach()
Dfootbridgevar.h78 struct pcibus_attach_args fba_pba; /* pci attach args */ member