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.h900 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
902 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi))
904 __ocelot_read_ix(ocelot, reg, reg##_RSZ * (ri))
906 __ocelot_read_ix(ocelot, reg, 0)
958 u32 __ocelot_read_ix(struct ocelot *ocelot, enum ocelot_reg reg, u32 offset);