Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/tegra124/
H A Ddp.c95 u32 *aux_stat) in tegra_dc_dpaux_write_chunk() argument
141 *aux_stat = tegra_dpaux_readl(dp, DPAUX_DP_AUXSTAT); in tegra_dc_dpaux_write_chunk()
143 if ((*aux_stat & DPAUX_DP_AUXSTAT_TIMEOUT_ERROR_PENDING) || in tegra_dc_dpaux_write_chunk()
144 (*aux_stat & DPAUX_DP_AUXSTAT_RX_ERROR_PENDING) || in tegra_dc_dpaux_write_chunk()
145 (*aux_stat & DPAUX_DP_AUXSTAT_SINKSTAT_ERROR_PENDING) || in tegra_dc_dpaux_write_chunk()
146 (*aux_stat & DPAUX_DP_AUXSTAT_NO_STOP_ERROR_PENDING)) { in tegra_dc_dpaux_write_chunk()
149 *aux_stat, timeout_retries); in tegra_dc_dpaux_write_chunk()
152 *aux_stat); in tegra_dc_dpaux_write_chunk()
156 *aux_stat); in tegra_dc_dpaux_write_chunk()
161 if ((*aux_stat & DPAUX_DP_AUXSTAT_REPLYTYPE_I2CDEFER) || in tegra_dc_dpaux_write_chunk()
[all …]