Searched refs:__ocelot_read_ix (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H 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); variable
|
/kernel/linux/linux-5.10/include/soc/mscc/ |
H A D | ocelot.h | 665 #define ocelot_read_ix(ocelot, reg, gi, ri) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 666 #define ocelot_read_gix(ocelot, reg, gi) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) 667 #define ocelot_read_rix(ocelot, reg, ri) __ocelot_read_ix(ocelot, reg, reg##_RSZ * (ri)) 668 #define ocelot_read(ocelot, reg) __ocelot_read_ix(ocelot, reg, 0) 707 u32 __ocelot_read_ix(struct ocelot *ocelot, u32 reg, u32 offset);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_io.c | 27 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset) in __ocelot_read_ix() function 38 EXPORT_SYMBOL_GPL(__ocelot_read_ix); variable
|
/kernel/linux/linux-6.6/include/soc/mscc/ |
H A D | ocelot.h | 900 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 902 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) 904 __ocelot_read_ix(ocelot, reg, reg##_RSZ * (ri)) 906 __ocelot_read_ix(ocelot, reg, 0) 958 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset);
|
Completed in 10 milliseconds