Home
last modified time | relevance | path

Searched refs:SCR_VAL_OFFSET (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_spdif.h79 #define SCR_VAL_OFFSET 5 macro
80 #define SCR_VAL_MASK (1 << SCR_VAL_OFFSET)
81 #define SCR_VAL_CLEAR (1 << SCR_VAL_OFFSET)
H A Dfsl_spdif.c807 val = (val & SCR_VAL_MASK) >> SCR_VAL_OFFSET; in fsl_spdif_tx_vbit_get()
820 u32 val = (1 - ucontrol->value.integer.value[0]) << SCR_VAL_OFFSET; in fsl_spdif_tx_vbit_put()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_spdif.h94 #define SCR_VAL_OFFSET 5 macro
95 #define SCR_VAL_MASK (1 << SCR_VAL_OFFSET)
96 #define SCR_VAL_CLEAR (1 << SCR_VAL_OFFSET)
H A Dfsl_spdif.c930 val = (val & SCR_VAL_MASK) >> SCR_VAL_OFFSET; in fsl_spdif_tx_vbit_get()
943 u32 val = (1 - ucontrol->value.integer.value[0]) << SCR_VAL_OFFSET; in fsl_spdif_tx_vbit_put()

Completed in 7 milliseconds