Searched refs:TEGRA_CEC_HW_CONTROL (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/media/platform/tegra-cec/ |
| D | tegra_cec.c | 77 hw_ctrl = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_error_recovery() 78 cec_write(cec, TEGRA_CEC_HW_CONTROL, 0); in tegra_cec_error_recovery() 80 cec_write(cec, TEGRA_CEC_HW_CONTROL, hw_ctrl); in tegra_cec_error_recovery() 206 cec_write(cec, TEGRA_CEC_HW_CONTROL, 0); in tegra_cec_adap_enable() 257 cec_write(cec, TEGRA_CEC_HW_CONTROL, TEGRA_CEC_HWCTRL_TX_RX_MODE); in tegra_cec_adap_enable() 264 u32 state = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_adap_log_addr() 271 cec_write(cec, TEGRA_CEC_HW_CONTROL, state); in tegra_cec_adap_log_addr() 279 u32 reg = cec_read(cec, TEGRA_CEC_HW_CONTROL); in tegra_cec_adap_monitor_all_enable() 285 cec_write(cec, TEGRA_CEC_HW_CONTROL, reg); in tegra_cec_adap_monitor_all_enable()
|
| D | tegra_cec.h | 30 #define TEGRA_CEC_HW_CONTROL 0x004 macro
|