Searched refs:__ocelot_rmw_ix (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot_io.c | 37 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); variable
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 675 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 676 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi)) 677 #define ocelot_rmw_rix(ocelot, val, m, reg, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_RSZ * (ri)) 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,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A 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); variable
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A 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,
|
Completed in 6 milliseconds