Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dpcc.c150 val &= ~PCC_PCS_MASK; in pcc_clock_sel()
238 val &= PCC_PCS_MASK; in pcc_clock_get_clksrc()
/openbmc/u-boot/arch/arm/include/asm/arch-mx7ulp/
H A Dpcc.h291 #define PCC_PCS_MASK (0x7 << PCC_PCS_OFFSET) macro