Home
last modified time | relevance | path

Searched defs:pci_cfg_addr (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-xlr.c59 #define pci_cfg_addr(bus, devfn, off) (((bus) << 16) | ((devfn) << 8) | (off)) macro
H A Dpci-xlp.c60 #define pci_cfg_addr(bus, devfn, off) (((bus) << 20) | ((devfn) << 12) | (off)) macro
/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dioreq.c315 int offset, pci_cfg_addr, pci_reg; in handle_cf8cfc() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dimmap_cpm2.h275 u32 pci_cfg_addr; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dimmap_cpm2.h275 u32 pci_cfg_addr; member

Completed in 6 milliseconds