Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c135 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()
Dgf119.c32 .aux_stat = g94_aux_stat,
Dgk110.c36 .aux_stat = gk104_aux_stat,
Dgm200.c38 .aux_stat = gk104_aux_stat,
Dpriv.h21 void (*aux_stat)(struct nvkm_i2c *, u32 *, u32 *, u32 *, u32 *); member
Dgk104.c64 .aux_stat = gk104_aux_stat,
Dg94.c64 .aux_stat = g94_aux_stat,
/drivers/net/ethernet/broadcom/
Dtg3.c4895 u32 aux_stat, bmcr; in tg3_setup_copper_phy() local
4897 tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat); in tg3_setup_copper_phy()
4900 if (!tg3_readphy(tp, MII_TG3_AUX_STAT, &aux_stat) && in tg3_setup_copper_phy()
4901 aux_stat) in tg3_setup_copper_phy()
4905 tg3_aux_stat_to_speed_duplex(tp, aux_stat, in tg3_setup_copper_phy()