Searched refs:TEGRA_CEC_HW_CONTROL (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/media/cec/platform/tegra/ |
D | tegra_cec.c | 66 hw_ctrl = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_error_recovery() 67 cec_write(cec, TEGRA_CEC_HW_CONTROL, 0); in tegra_cec_error_recovery() 69 cec_write(cec, TEGRA_CEC_HW_CONTROL, hw_ctrl); in tegra_cec_error_recovery() 195 cec_write(cec, TEGRA_CEC_HW_CONTROL, 0); in tegra_cec_adap_enable() 246 cec_write(cec, TEGRA_CEC_HW_CONTROL, TEGRA_CEC_HWCTRL_TX_RX_MODE); in tegra_cec_adap_enable() 253 u32 state = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_adap_log_addr() 260 cec_write(cec, TEGRA_CEC_HW_CONTROL, state); in tegra_cec_adap_log_addr() 268 u32 reg = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_adap_monitor_all_enable() 274 cec_write(cec, TEGRA_CEC_HW_CONTROL, reg); in tegra_cec_adap_monitor_all_enable()
|
D | tegra_cec.h | 19 #define TEGRA_CEC_HW_CONTROL 0x004 macro
|