Lines Matching refs:gi
902 #define ocelot_read_ix(ocelot, reg, gi, ri) \ argument
903 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
904 #define ocelot_read_gix(ocelot, reg, gi) \ argument
905 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi))
911 #define ocelot_write_ix(ocelot, val, reg, gi, ri) \ argument
912 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
913 #define ocelot_write_gix(ocelot, val, reg, gi) \ argument
914 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi))
919 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) \ argument
920 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
921 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) \ argument
922 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi))
936 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument
937 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
938 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument
939 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi))
945 #define ocelot_target_write_ix(ocelot, target, val, reg, gi, ri) \ argument
946 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
947 #define ocelot_target_write_gix(ocelot, target, val, reg, gi) \ argument
948 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi))