Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/cec/core/
H A Dcec-pin-error-inj.c205 mode_mask = CEC_ERROR_INJ_MODE_MASK << mode_offset; in cec_pin_error_inj_parse_line()
323 mode = (e >> mode_offset) & CEC_ERROR_INJ_MODE_MASK; in cec_pin_error_inj_show()
H A Dcec-pin-priv.h125 #define CEC_ERROR_INJ_MODE_MASK 3ULL macro
H A Dcec-pin.c163 unsigned int mode = (e >> mode_offset) & CEC_ERROR_INJ_MODE_MASK; in rx_error_inj()
177 ~(CEC_ERROR_INJ_MODE_MASK << mode_offset); in rx_error_inj()
225 unsigned int mode = (e >> mode_offset) & CEC_ERROR_INJ_MODE_MASK; in tx_error_inj()
239 ~(CEC_ERROR_INJ_MODE_MASK << mode_offset); in tx_error_inj()