Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil.c33 val &= ~(PAGE_SEL_MASK << PAGE_SEL_SHIFT); in mobiveil_pcie_sel_page()
34 val |= (pg_idx & PAGE_SEL_MASK) << PAGE_SEL_SHIFT; in mobiveil_pcie_sel_page()
H A Dpcie-mobiveil.h41 #define PAGE_SEL_SHIFT 13 macro