Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_i2s.h94 #define I2S_CKR_RLP_SHIFT 25 macro
95 #define I2S_CKR_RLP_NORMAL (0 << I2S_CKR_RLP_SHIFT)
96 #define I2S_CKR_RLP_INVERTED (1 << I2S_CKR_RLP_SHIFT)
97 #define I2S_CKR_RLP_MASK (1 << I2S_CKR_RLP_SHIFT)
H A Drockchip_i2s_tdm.h107 #define I2S_CKR_RLP_SHIFT 25 macro
108 #define I2S_CKR_RLP_NORMAL (0 << I2S_CKR_RLP_SHIFT)
109 #define I2S_CKR_RLP_INVERTED (1 << I2S_CKR_RLP_SHIFT)
110 #define I2S_CKR_RLP_MASK (1 << I2S_CKR_RLP_SHIFT)
/OK3568_Linux_fs/u-boot/drivers/sound/
H A Drockchip-i2s.h99 #define I2S_CKR_RLP_SHIFT 25 macro
100 #define I2S_CKR_RLP_NORMAL (0 << I2S_CKR_RLP_SHIFT)
101 #define I2S_CKR_RLP_OPPSITE (1 << I2S_CKR_RLP_SHIFT)