Searched refs:__ocelot_write_ix (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mscc/ |
D | ocelot_io.c | 39 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset) in __ocelot_write_ix() function 48 EXPORT_SYMBOL_GPL(__ocelot_write_ix);
|
/linux-6.1.9/include/soc/mscc/ |
D | ocelot.h | 1066 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 1068 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) 1070 __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri)) 1071 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) 1115 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset);
|