Home
last modified time | relevance | path

Searched refs:CFG_PAGE_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpci-hyperv.c83 #define CFG_PAGE_SIZE (PCI_CONFIG_MMIO_LENGTH - CFG_PAGE_OFFSET) macro
691 } else if (where + size <= CFG_PAGE_SIZE) { in _hv_pcifront_read_config()
762 } else if (where >= PCI_COMMAND && where + size <= CFG_PAGE_SIZE) { in _hv_pcifront_write_config()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-hyperv.c86 #define CFG_PAGE_SIZE (PCI_CONFIG_MMIO_LENGTH - CFG_PAGE_OFFSET) macro
1148 } else if (where + size <= CFG_PAGE_SIZE) { in _hv_pcifront_read_config()
1244 } else if (where >= PCI_COMMAND && where + size <= CFG_PAGE_SIZE) { in _hv_pcifront_write_config()

Completed in 10 milliseconds