Lines Matching refs:gi
1056 #define ocelot_read_ix(ocelot, reg, gi, ri) \ argument
1057 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
1058 #define ocelot_read_gix(ocelot, reg, gi) \ argument
1059 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi))
1065 #define ocelot_write_ix(ocelot, val, reg, gi, ri) \ argument
1066 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
1067 #define ocelot_write_gix(ocelot, val, reg, gi) \ argument
1068 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi))
1073 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) \ argument
1074 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
1075 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) \ argument
1076 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi))
1090 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument
1091 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
1092 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument
1093 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi))
1099 #define ocelot_target_write_ix(ocelot, target, val, reg, gi, ri) \ argument
1100 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
1101 #define ocelot_target_write_gix(ocelot, target, val, reg, gi) \ argument
1102 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi))