Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
H A Docelot_io.c53 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, in __ocelot_rmw_ix() function
64 EXPORT_SYMBOL_GPL(__ocelot_rmw_ix);
/linux/include/soc/mscc/
H A Docelot.h927 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
929 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi))
931 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (ri))
932 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0)
971 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask,