Searched refs:pci_cfg_addr (Results 1 – 2 of 2) sorted by relevance
320 int offset, pci_cfg_addr, pci_reg; in handle_cf8cfc() local340 pci_cfg_addr = vm->pci_conf_addr; in handle_cf8cfc()342 (pci_cfg_addr >> 16) & PCI_BUSMAX; in handle_cf8cfc()344 (pci_cfg_addr >> 11) & PCI_SLOTMAX; in handle_cf8cfc()346 (pci_cfg_addr >> 8) & PCI_FUNCMAX; in handle_cf8cfc()347 pci_reg = (pci_cfg_addr & PCI_LOWREG_MASK) + in handle_cf8cfc()348 ((pci_cfg_addr >> 16) & PCI_HIGHREG_MASK); in handle_cf8cfc()
275 u32 pci_cfg_addr; member
Completed in 15 milliseconds