Searched refs:__ocelot_read_ix (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mscc/ |
| A D | ocelot_io.c | 13 u32 __ocelot_read_ix(struct ocelot *ocelot, u32 reg, u32 offset) in __ocelot_read_ix() function 24 EXPORT_SYMBOL_GPL(__ocelot_read_ix);
|
| /linux/include/soc/mscc/ |
| A D | ocelot.h | 702 #define ocelot_read_ix(ocelot, reg, gi, ri) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_… 703 #define ocelot_read_gix(ocelot, reg, gi) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) 704 #define ocelot_read_rix(ocelot, reg, ri) __ocelot_read_ix(ocelot, reg, reg##_RSZ * (ri)) 705 #define ocelot_read(ocelot, reg) __ocelot_read_ix(ocelot, reg, 0) 744 u32 __ocelot_read_ix(struct ocelot *ocelot, u32 reg, u32 offset);
|
Completed in 8 milliseconds