Home
last modified time | relevance | path

Searched refs:I2S_CKR_TSD_SHIFT (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/rockchip/
H A Drockchip_i2s.h106 #define I2S_CKR_TSD_SHIFT 0 macro
107 #define I2S_CKR_TSD(x) ((x - 1) << I2S_CKR_TSD_SHIFT)
108 #define I2S_CKR_TSD_MASK (0xff << I2S_CKR_TSD_SHIFT)
/kernel/linux/linux-6.6/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)

Completed in 3 milliseconds