Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c85 #define CFG_PAGE_OFFSET 0x1000 macro
86 #define CFG_PAGE_SIZE (PCI_CONFIG_MMIO_LENGTH - CFG_PAGE_OFFSET)
1120 int offset = where + CFG_PAGE_OFFSET; in _hv_pcifront_read_config()
1200 CFG_PAGE_OFFSET + PCI_VENDOR_ID; in hv_pcifront_get_vendor_id()
1207 void __iomem *addr = hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1238 int offset = where + CFG_PAGE_OFFSET; in _hv_pcifront_write_config()