Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Ddp.c92 u32 *aux_stat) in tegra_dc_dpaux_write_chunk() argument
149 *aux_stat); in tegra_dc_dpaux_write_chunk()
153 *aux_stat); in tegra_dc_dpaux_write_chunk()
165 *aux_stat); in tegra_dc_dpaux_write_chunk()
169 *aux_stat); in tegra_dc_dpaux_write_chunk()
189 u32 *aux_stat) in tegra_dc_dpaux_read_chunk() argument
247 *aux_stat); in tegra_dc_dpaux_read_chunk()
251 *aux_stat); in tegra_dc_dpaux_read_chunk()
263 *aux_stat); in tegra_dc_dpaux_read_chunk()
267 *aux_stat); in tegra_dc_dpaux_read_chunk()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dgf119.c32 .aux_stat = g94_aux_stat,
H A Dbase.c119 if (!i2c->func->aux_stat) in nvkm_i2c_intr()
122 i2c->func->aux_stat(i2c, &hi, &lo, &rq, &tx); in nvkm_i2c_intr()
154 if ((mask = (1 << i2c->func->aux) - 1), i2c->func->aux_stat) { in nvkm_i2c_fini()
156 i2c->func->aux_stat(i2c, &mask, &mask, &mask, &mask); in nvkm_i2c_fini()
H A Dgk110.c36 .aux_stat = gk104_aux_stat,
H A Dgm200.c38 .aux_stat = gk104_aux_stat,
H A Dpriv.h21 void (*aux_stat)(struct nvkm_i2c *, u32 *, u32 *, u32 *, u32 *); member
H A Dg94.c64 .aux_stat = g94_aux_stat,
H A Dgk104.c64 .aux_stat = gk104_aux_stat,
/openbmc/linux/drivers/net/ethernet/broadcom/
H A 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()