Home
last modified time | relevance | path

Searched refs:__ocelot_rmw_ix (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_io.c37 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, u32 reg, in __ocelot_rmw_ix() function
48 EXPORT_SYMBOL_GPL(__ocelot_rmw_ix);
/kernel/linux/linux-5.10/include/soc/mscc/
Docelot.h675 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ *…
676 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (g…
677 #define ocelot_rmw_rix(ocelot, val, m, reg, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (r…
678 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0)
709 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, u32 reg,