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

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgf119.c32 .aux_stat = g94_aux_stat,
H A Dgk110.c36 .aux_stat = gk104_aux_stat,
H A Dgm200.c40 .aux_stat = gk104_aux_stat,
H A Dpriv.h21 void (*aux_stat)(struct nvkm_i2c *, u32 *, u32 *, u32 *, u32 *); member in struct:nvkm_i2c_func
H A Dgk104.c64 .aux_stat = gk104_aux_stat,
H A Dg94.c64 .aux_stat = g94_aux_stat,
H A Dbase.c119 if (!i2c->func->aux_stat)
122 i2c->func->aux_stat(i2c, &hi, &lo, &rq, &tx);
154 if ((mask = (1 << i2c->func->aux) - 1), i2c->func->aux_stat) {
156 i2c->func->aux_stat(i2c, &mask, &mask, &mask, &mask);
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c4884 u32 aux_stat, bmcr; local
4886 tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat);
4889 if (!tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat) &&
4890 aux_stat)
4894 tg3_aux_stat_to_speed_duplex(tp, aux_stat,

Completed in 206 milliseconds