Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
A 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);
/linux/include/soc/mscc/
A Docelot.h712 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ *…
713 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (g…
714 #define ocelot_rmw_rix(ocelot, val, m, reg, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (r…
715 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0)
746 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, u32 reg,

Completed in 7 milliseconds