Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot_io.c39 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset) in __ocelot_write_ix() function
48 EXPORT_SYMBOL_GPL(__ocelot_write_ix);
/linux-6.3-rc2/include/soc/mscc/
A Docelot.h899 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
901 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi))
903 __ocelot_write_ix(ocelot, val, reg, reg##_RSZ * (ri))
904 #define ocelot_write(ocelot, val, reg) __ocelot_write_ix(ocelot, val, reg, 0)
948 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, u32 reg, u32 offset);

Completed in 8 milliseconds