Symbol: ocelot_read_rix
drivers/net/dsa/ocelot/felix_vsc9959.c
1191
case 0: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_0, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1192
case 1: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_1, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1193
case 2: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_2, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1194
case 3: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_3, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1195
case 4: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_4, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1196
case 5: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_5, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1197
case 6: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_6, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1198
case 7: return ocelot_read_rix(ocelot, QSYS_QMAXSDU_CFG_7, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1235
val = ocelot_read_rix(ocelot, QSYS_TAG_CONFIG, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1270
val = ocelot_read_rix(ocelot, QSYS_PREEMPTION_CFG, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
1483
val = ocelot_read_rix(ocelot, QSYS_TAG_CONFIG, port);
drivers/net/dsa/ocelot/felix_vsc9959.c
2607
tmp = ocelot_read_rix(ocelot, ANA_CUT_THRU_CFG, port);
drivers/net/ethernet/mscc/ocelot.c
1201
val = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
drivers/net/ethernet/mscc/ocelot.c
1207
val = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
drivers/net/ethernet/mscc/ocelot.c
1220
val = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
drivers/net/ethernet/mscc/ocelot.c
1222
*rval = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
drivers/net/ethernet/mscc/ocelot.c
1228
*rval = ocelot_read_rix(ocelot, QS_XTR_RD, grp);
drivers/net/ethernet/mscc/ocelot.c
1498
ocelot_read_rix(ocelot, QS_XTR_RD, grp);
drivers/net/ethernet/mscc/ocelot.c
2336
ac = ocelot_read_rix(ocelot, ANA_PGID_PGID, i);
drivers/net/ethernet/mscc/ocelot.c
2791
int dscp_cfg = ocelot_read_rix(ocelot, ANA_DSCP_CFG, dscp);
drivers/net/ethernet/mscc/ocelot.c
2800
dscp_cfg = ocelot_read_rix(ocelot, ANA_DSCP_CFG, dscp);
drivers/net/ethernet/mscc/ocelot.c
2842
int dscp_cfg = ocelot_read_rix(ocelot, ANA_DSCP_CFG, dscp);
drivers/net/ethernet/mscc/ocelot.c
2860
int dscp_cfg = ocelot_read_rix(ocelot, ANA_DSCP_CFG, i);
drivers/net/ethernet/mscc/ocelot.c
930
return ocelot_read_rix(ocelot, QSYS_SW_STATUS, port);
drivers/net/ethernet/mscc/ocelot_mm.c
257
val = ocelot_read_rix(ocelot, QSYS_PREEMPTION_CFG, port);
drivers/net/ethernet/mscc/ocelot_ptp.c
110
val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
29
val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
34
s = ocelot_read_rix(ocelot, PTP_PIN_TOD_SEC_MSB, TOD_ACC_PIN) & 0xffff;
drivers/net/ethernet/mscc/ocelot_ptp.c
36
s += ocelot_read_rix(ocelot, PTP_PIN_TOD_SEC_LSB, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
37
ns = ocelot_read_rix(ocelot, PTP_PIN_TOD_NSEC, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
62
val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
74
val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
793
val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
798
ts->tv_sec = ocelot_read_rix(ocelot, PTP_PIN_TOD_SEC_LSB, TOD_ACC_PIN);
drivers/net/ethernet/mscc/ocelot_ptp.c
99
val = ocelot_read_rix(ocelot, PTP_PIN_CFG, TOD_ACC_PIN);