Home
last modified time | relevance | path

Searched defs:I2S_CKR_TSD (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip-i2s.c31 #define I2S_CKR_TSD(x) ((x) - 1) macro
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drockchip-i2s.h112 #define I2S_CKR_TSD(x) (((x) - 1) << I2S_CKR_TSD_SHIFT) macro
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s.h109 #define I2S_CKR_TSD(x) ((x - 1) << I2S_CKR_TSD_SHIFT) macro
H A Drockchip_i2s_tdm.h122 #define I2S_CKR_TSD(x) (((x) - 1) << I2S_CKR_TSD_SHIFT) macro