Home
last modified time | relevance | path

Searched refs:I2S_CKR_TLP_SHIFT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s.h98 #define I2S_CKR_TLP_SHIFT 24 macro
99 #define I2S_CKR_TLP_NORMAL (0 << I2S_CKR_TLP_SHIFT)
100 #define I2S_CKR_TLP_INVERTED (1 << I2S_CKR_TLP_SHIFT)
101 #define I2S_CKR_TLP_MASK (1 << I2S_CKR_TLP_SHIFT)
H A Drockchip_i2s_tdm.h111 #define I2S_CKR_TLP_SHIFT 24 macro
112 #define I2S_CKR_TLP_NORMAL (0 << I2S_CKR_TLP_SHIFT)
113 #define I2S_CKR_TLP_INVERTED (1 << I2S_CKR_TLP_SHIFT)
114 #define I2S_CKR_TLP_MASK (1 << I2S_CKR_TLP_SHIFT)
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drockchip-i2s.h102 #define I2S_CKR_TLP_SHIFT 24 macro
103 #define I2S_CKR_TLP_NORMAL (0 << I2S_CKR_TLP_SHIFT)
104 #define I2S_CKR_TLP_OPPSITE (1 << I2S_CKR_TLP_SHIFT)