Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/controller/
Dpci-hyperv.c84 #define CFG_PAGE_OFFSET 0x1000 macro
85 #define CFG_PAGE_SIZE (PCI_CONFIG_MMIO_LENGTH - CFG_PAGE_OFFSET)
1119 int offset = where + CFG_PAGE_OFFSET; in _hv_pcifront_read_config()
1199 CFG_PAGE_OFFSET + PCI_VENDOR_ID; in hv_pcifront_get_vendor_id()
1206 void __iomem *addr = hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1237 int offset = where + CFG_PAGE_OFFSET; in _hv_pcifront_write_config()