Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dgm204.c27 #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()
Dg94.c57 #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/
Dexynos_dp_reg.h241 #define AUX_ERR (0x1 << 0) macro
Dexynos_dp_reg.c396 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()