Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_io.c27 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset) in __ocelot_read_ix() function
38 EXPORT_SYMBOL_GPL(__ocelot_read_ix);
/openbmc/linux/include/soc/mscc/
H A Docelot.h901 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
903 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi))
905 __ocelot_read_ix(ocelot, reg, reg##_RSZ * (ri))
907 __ocelot_read_ix(ocelot, reg, 0)
959 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset);