Searched refs:__ocelot_rmw_ix (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/mscc/ |
| D | ocelot.h | 544 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 mask, 546 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ *… 547 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (g… 548 #define ocelot_rmw_rix(ocelot, val, m, reg, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (r… 549 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0)
|
| D | ocelot_io.c | 37 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, u32 reg, in __ocelot_rmw_ix() function 48 EXPORT_SYMBOL(__ocelot_rmw_ix);
|