Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_ccm.c243 reg &= ~(SSI_CLK_PODF_MASK << SSI1_CLK_PODF_SHIFT); in imx_ccm_ssi_configure()
244 reg &= ~(SSI_CLK_PODF_MASK << SSI3_CLK_PODF_SHIFT); in imx_ccm_ssi_configure()
257 reg &= ~(SSI_CLK_PODF_MASK << SSI2_CLK_PODF_SHIFT); in imx_ccm_ssi_configure()
H A Dimx6_ccmreg.h53 #define SSI_CLK_PODF_MASK 0x3f macro