Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.h222 #define SCK_DIV_MASK 0x0000003FF macro
H A Dux500_msp_i2s.c252 temp_reg = (sck_div - 1) & SCK_DIV_MASK; in setup_bitclk()