Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/virt/acrn/
Dioreq.c319 int offset, pci_cfg_addr, pci_reg; in handle_cf8cfc() local
339 pci_cfg_addr = vm->pci_conf_addr; in handle_cf8cfc()
341 (pci_cfg_addr >> 16) & PCI_BUSMAX; in handle_cf8cfc()
343 (pci_cfg_addr >> 11) & PCI_SLOTMAX; in handle_cf8cfc()
345 (pci_cfg_addr >> 8) & PCI_FUNCMAX; in handle_cf8cfc()
346 pci_reg = (pci_cfg_addr & PCI_LOWREG_MASK) + in handle_cf8cfc()
347 ((pci_cfg_addr >> 16) & PCI_HIGHREG_MASK); in handle_cf8cfc()
/linux-5.19.10/arch/powerpc/include/asm/
Dimmap_cpm2.h275 u32 pci_cfg_addr; member