Searched refs:__ocelot_write_ix (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A 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);
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 910 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri)) 912 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) 914 __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri)) 915 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0) 960 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, enum ocelot_reg reg,
|