Searched refs:__ocelot_write_ix (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/include/soc/mscc/ |
| H A D | ocelot.h | 670 #define ocelot_write_ix(ocelot, val, reg, gi, ri) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (… 671 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) 672 #define ocelot_write_rix(ocelot, val, reg, ri) __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri)) 673 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) 708 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H 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);
|