Searched refs:__ocelot_write_ix (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mscc/ |
| A D | ocelot_io.c | 26 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset) in __ocelot_write_ix() function 35 EXPORT_SYMBOL_GPL(__ocelot_write_ix);
|
| /linux/include/soc/mscc/ |
| A D | ocelot.h | 707 #define ocelot_write_ix(ocelot, val, reg, gi, ri) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (… 708 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) 709 #define ocelot_write_rix(ocelot, val, reg, ri) __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri)) 710 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) 745 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset);
|
Completed in 8 milliseconds