Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.h130 #define PAGED_ADDR_BNDRY 0xc00 macro
132 ((off & PAGE_LO_MASK) | PAGED_ADDR_BNDRY)
H A Dpcie-mobiveil.c42 if (off < PAGED_ADDR_BNDRY) { in mobiveil_pcie_comp_addr()