Searched refs:__ocelot_write_ix (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mscc/ |
| D | ocelot_io.c | 40 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, enum ocelot_reg reg, in __ocelot_write_ix() function 51 EXPORT_SYMBOL_GPL(__ocelot_write_ix);
|
| /Linux-v6.6/include/soc/mscc/ |
| D | ocelot.h | 909 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 911 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) 913 __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri)) 914 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) 959 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, enum ocelot_reg reg,
|