Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/soc/mscc/
H A Docelot.h695 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
697 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi))
699 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_RSZ * (ri))
701 __ocelot_target_write_ix(ocelot, target, val, reg, 0)
713 void __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_io.c92 void __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target, in __ocelot_target_write_ix() function