Searched refs:__ocelot_rmw_ix (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mscc/ |
A D | ocelot_io.c | 50 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, u32 reg, in __ocelot_rmw_ix() function 61 EXPORT_SYMBOL_GPL(__ocelot_rmw_ix);
|
/linux-6.3-rc2/include/soc/mscc/ |
A D | ocelot.h | 907 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 909 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi)) 911 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (ri)) 912 #define ocelot_rmw(ocelot, val, m, reg) __ocelot_rmw_ix(ocelot, val, m, reg, 0) 949 void __ocelot_rmw_ix(struct ocelot *ocelot, u32 val, u32 mask, u32 reg,
|
Completed in 7 milliseconds