Lines Matching refs:gi
689 #define ocelot_read_ix(ocelot, reg, gi, ri) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_… argument
690 #define ocelot_read_gix(ocelot, reg, gi) __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi)) argument
694 #define ocelot_write_ix(ocelot, val, reg, gi, ri) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (… argument
695 #define ocelot_write_gix(ocelot, val, reg, gi) __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi)) argument
699 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ *… argument
700 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (g… argument
709 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument
710 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
711 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument
712 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi))
718 #define ocelot_target_write_ix(ocelot, target, val, reg, gi, ri) \ argument
719 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
720 #define ocelot_target_write_gix(ocelot, target, val, reg, gi) \ argument
721 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi))