Searched refs:pci_cfg_addr (Results 1 – 1 of 1) sorted by relevance
315 int offset, pci_cfg_addr, pci_reg; in handle_cf8cfc() local335 pci_cfg_addr = vm->pci_conf_addr; in handle_cf8cfc()337 (pci_cfg_addr >> 16) & PCI_BUSMAX; in handle_cf8cfc()339 (pci_cfg_addr >> 11) & PCI_SLOTMAX; in handle_cf8cfc()341 (pci_cfg_addr >> 8) & PCI_FUNCMAX; in handle_cf8cfc()342 pci_reg = (pci_cfg_addr & PCI_LOWREG_MASK) + in handle_cf8cfc()343 ((pci_cfg_addr >> 16) & PCI_HIGHREG_MASK); in handle_cf8cfc()