Lines Matching refs:gi
899 #define ocelot_read_ix(ocelot, reg, gi, ri) \ argument
900 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
901 #define ocelot_read_gix(ocelot, reg, gi) \ argument
902 __ocelot_read_ix(ocelot, reg, reg##_GSZ * (gi))
908 #define ocelot_write_ix(ocelot, val, reg, gi, ri) \ argument
909 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
910 #define ocelot_write_gix(ocelot, val, reg, gi) \ argument
911 __ocelot_write_ix(ocelot, val, reg, reg##_GSZ * (gi))
916 #define ocelot_rmw_ix(ocelot, val, m, reg, gi, ri) \ argument
917 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
918 #define ocelot_rmw_gix(ocelot, val, m, reg, gi) \ argument
919 __ocelot_rmw_ix(ocelot, val, m, reg, reg##_GSZ * (gi))
933 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument
934 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
935 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument
936 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi))
942 #define ocelot_target_write_ix(ocelot, target, val, reg, gi, ri) \ argument
943 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
944 #define ocelot_target_write_gix(ocelot, target, val, reg, gi) \ argument
945 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi))