Searched refs:aux_stat (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/tegra124/ |
| H A D | dp.c | 95 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
| H A D | base.c | 135 if (!i2c->func->aux_stat) in nvkm_i2c_intr() 138 i2c->func->aux_stat(i2c, &hi, &lo, &rq, &tx); in nvkm_i2c_intr() 175 if ((mask = (1 << i2c->func->aux) - 1), i2c->func->aux_stat) { in nvkm_i2c_fini() 177 i2c->func->aux_stat(i2c, &mask, &mask, &mask, &mask); in nvkm_i2c_fini()
|
| H A D | gm200.c | 32 .aux_stat = gk104_aux_stat,
|
| H A D | gf119.c | 32 .aux_stat = g94_aux_stat,
|
| H A D | priv.h | 21 void (*aux_stat)(struct nvkm_i2c *, u32 *, u32 *, u32 *, u32 *); member
|
| H A D | gk104.c | 64 .aux_stat = gk104_aux_stat,
|
| H A D | g94.c | 64 .aux_stat = g94_aux_stat,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 4899 u32 aux_stat, bmcr; in tg3_setup_copper_phy() local 4901 tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat); in tg3_setup_copper_phy() 4904 if (!tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat) && in tg3_setup_copper_phy() 4905 aux_stat) in tg3_setup_copper_phy() 4909 tg3_aux_stat_to_speed_duplex(tp, aux_stat, in tg3_setup_copper_phy()
|