Searched refs:uea_read_cmv_e4 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/atm/ |
D | ueagle-atm.c | 1264 static inline int uea_read_cmv_e4(struct uea_softc *sc, in uea_read_cmv_e4() function 1488 ret = uea_read_cmv_e4(sc, 1, E4_SA_STAT, 0, 0, &sc->stats.phy.state); in uea_stat_e4() 1542 ret = uea_read_cmv_e4(sc, 1, E4_SA_DIAG, 0, 0, &sc->stats.phy.flags); in uea_stat_e4() 1561 ret = uea_read_cmv_e4(sc, 4, E4_SA_RATE, 0, 0, tmp_arr); in uea_stat_e4() 1567 ret = uea_read_cmv_e4(sc, 4, E4_SA_RATE, 1, 0, tmp_arr); in uea_stat_e4() 1575 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 68, 1, &data); in uea_stat_e4() 1580 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 69, 1, &data); in uea_stat_e4() 1585 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 68, 3, &data); in uea_stat_e4() 1590 ret = uea_read_cmv_e4(sc, 1, E4_SA_INFO, 69, 3, &data); in uea_stat_e4() 1799 ret = uea_read_cmv_e4(sc, 2, E4_SA_INFO, 55, 0, &sc->stats.phy.firmid); in uea_send_cmvs_e4()
|