Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mscc/
Docelot_io.c40 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);
/Linux-v6.6/include/soc/mscc/
Docelot.h909 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
911 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi))
913 __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri))
914 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0)
959 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, enum ocelot_reg reg,