Home
last modified time | relevance | path

Searched refs:__ocelot_write_ix (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mscc/
Docelot.h520 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset);
521 #define ocelot_write_ix(ocelot, val, reg, gi, ri) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (…
522 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi))
523 #define ocelot_write_rix(ocelot, val, reg, ri) __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri))
524 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0)
Docelot_io.c26 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset) in __ocelot_write_ix() function
35 EXPORT_SYMBOL(__ocelot_write_ix);