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

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_io.c40 void __ocelot_write_ix(struct ocelot *ocelot, u32 val, enum ocelot_reg reg, function
51 EXPORT_SYMBOL_GPL(__ocelot_write_ix); variable
/linux-master/include/soc/mscc/
H A 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,

Completed in 175 milliseconds