Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Ddevice_tree.c693 const struct dt_bus *pbus, in dt_translate_one() argument
739 return pbus->translate(addr, offset, pna); in dt_translate_one()
756 const struct dt_bus *bus, *pbus; in __dt_translate_address() local
801 pbus = dt_match_bus(parent); in __dt_translate_address()
802 if ( pbus == NULL ) in __dt_translate_address()
807 pbus->count_cells(dev, &pna, &pns); in __dt_translate_address()
825 bus = pbus; in __dt_translate_address()
864 const struct dt_bus *bus, *pbus; in dt_for_each_range() local
896 pbus = dt_match_bus(parent); in dt_for_each_range()
897 if ( pbus == NULL ) in dt_for_each_range()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsi.c848 u8 bir, pbus, pslot, pfunc; in msix_capability_init() local
896 pbus = bus; in msix_capability_init()
903 pbus = dev->info.physfn.bus; in msix_capability_init()
909 table_paddr = read_pci_mem_bar(seg, pbus, pslot, pfunc, bir, vf); in msix_capability_init()
939 pba_paddr = read_pci_mem_bar(seg, pbus, pslot, pfunc, bir, vf); in msix_capability_init()

Completed in 8 milliseconds