Lines Matching refs:target
775 struct regmap *target; member
943 #define ocelot_target_read_ix(ocelot, target, reg, gi, ri) \ argument
944 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
945 #define ocelot_target_read_gix(ocelot, target, reg, gi) \ argument
946 __ocelot_target_read_ix(ocelot, target, reg, reg##_GSZ * (gi))
947 #define ocelot_target_read_rix(ocelot, target, reg, ri) \ argument
948 __ocelot_target_read_ix(ocelot, target, reg, reg##_RSZ * (ri))
949 #define ocelot_target_read(ocelot, target, reg) \ argument
950 __ocelot_target_read_ix(ocelot, target, reg, 0)
952 #define ocelot_target_write_ix(ocelot, target, val, reg, gi, ri) \ argument
953 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi) + reg##_RSZ * (ri))
954 #define ocelot_target_write_gix(ocelot, target, val, reg, gi) \ argument
955 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_GSZ * (gi))
956 #define ocelot_target_write_rix(ocelot, target, val, reg, ri) \ argument
957 __ocelot_target_write_ix(ocelot, target, val, reg, reg##_RSZ * (ri))
958 #define ocelot_target_write(ocelot, target, val, reg) \ argument
959 __ocelot_target_write_ix(ocelot, target, val, reg, 0)
973 u32 __ocelot_target_read_ix(struct ocelot *ocelot, enum ocelot_target target,
975 void __ocelot_target_write_ix(struct ocelot *ocelot, enum ocelot_target target,