Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpci-hyperv.c87 #define CFG_PAGE_OFFSET 0x1000 macro
88 #define CFG_PAGE_SIZE (PCI_CONFIG_MMIO_LENGTH - CFG_PAGE_OFFSET)
1180 int offset = where + CFG_PAGE_OFFSET; in _hv_pcifront_read_config()
1260 CFG_PAGE_OFFSET + PCI_VENDOR_ID; in hv_pcifront_get_vendor_id()
1267 void __iomem *addr = hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1298 int offset = where + CFG_PAGE_OFFSET; in _hv_pcifront_write_config()