Home
last modified time | relevance | path

Searched refs:PAGE_SEL_MASK (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.h42 #define PAGE_SEL_MASK 0x3f macro
134 ((off >> PAGE_SEL_OFFSET_SHIFT) & PAGE_SEL_MASK)