Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx6_ccm.c225 reg &= ~(SSI_CLK_SEL_M << SSI1_CLK_SEL_S); in imx_ccm_ssi_configure()
227 reg &= ~(SSI_CLK_SEL_M << SSI2_CLK_SEL_S); in imx_ccm_ssi_configure()
229 reg &= ~(SSI_CLK_SEL_M << SSI3_CLK_SEL_S); in imx_ccm_ssi_configure()
H A Dimx6_ccmreg.h40 #define SSI_CLK_SEL_M 0x3 macro