Searched refs:AUX_ERR (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | gm204.c | 27 #define AUX_ERR(fmt, args...) nv_error(aux, "AUXCH(%d): " fmt, ch, ##args) macro 49 AUX_ERR("begin idle timeout 0x%08x\n", ctrl); in auxch_init() 61 AUX_ERR("magic wait 0x%08x\n", ctrl); in auxch_init() 124 AUX_ERR("tx req timeout 0x%08x\n", ctrl); in gm204_aux()
|
D | g94.c | 57 #define AUX_ERR(fmt, args...) nv_error(aux, "AUXCH(%d): " fmt, ch, ##args) macro 79 AUX_ERR("begin idle timeout 0x%08x\n", ctrl); in auxch_init() 91 AUX_ERR("magic wait 0x%08x\n", ctrl); in auxch_init() 154 AUX_ERR("tx req timeout 0x%08x\n", ctrl); in g94_aux()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_dp_reg.h | 241 #define AUX_ERR (0x1 << 0) macro
|
D | exynos_dp_reg.c | 396 reg = RPLY_RECEIV | AUX_ERR; in exynos_dp_init_aux() 469 if (reg & AUX_ERR) { in exynos_dp_start_aux_transaction() 470 writel(AUX_ERR, dp->reg_base + EXYNOS_DP_INT_STA); in exynos_dp_start_aux_transaction()
|