Searched refs:__ocelot_rmw_ix (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/mscc/ |
D | ocelot_io.c | 53 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, in __ocelot_rmw_ix() function 64 EXPORT_SYMBOL_GPL(__ocelot_rmw_ix);
|
/linux-6.6.21/include/soc/mscc/ |
D | ocelot.h | 917 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 919 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi)) 921 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (ri)) 922 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0) 961 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask,
|