Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/rockchip/
H A Drockchip_i2s.h108 #define I2S_CKR_TSD_SHIFT 0 macro
109 #define I2S_CKR_TSD(x) ((x - 1) << I2S_CKR_TSD_SHIFT)
110 #define I2S_CKR_TSD_MASK (0xff << I2S_CKR_TSD_SHIFT)
H A Drockchip_i2s_tdm.h117 #define I2S_CKR_TSD_SHIFT 0 macro
118 #define I2S_CKR_TSD(x) (((x) - 1) << I2S_CKR_TSD_SHIFT)
119 #define I2S_CKR_TSD_MASK (0xff << I2S_CKR_TSD_SHIFT)