Lines Matching refs:rmask

1224 	u32 data, rmask, route_location, route_reg, route_val;  in rockchip_set_mux()  local
1274 rmask = data | (data >> 16); in rockchip_set_mux()
1276 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
1282 rmask = data | (data >> 16); in rockchip_set_mux()
1284 ret = regmap_update_bits(regmap, reg0, rmask, data); in rockchip_set_mux()
1288 rmask = data | (data >> 16); in rockchip_set_mux()
1291 ret |= regmap_update_bits(regmap, reg0, rmask, data); in rockchip_set_mux()
1295 rmask = data | (data >> 16); in rockchip_set_mux()
1297 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
1330 rmask = data | (data >> 16); in rockchip_set_mux()
1332 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
2738 u32 data, rmask, rmask_bits, temp; in rockchip_set_drive_perpin() local
2803 rmask = BIT(15) | BIT(31); in rockchip_set_drive_perpin()
2805 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_drive_perpin()
2809 rmask = 0x3 | (0x3 << 16); in rockchip_set_drive_perpin()
2812 ret = regmap_update_bits(regmap, reg, rmask, temp); in rockchip_set_drive_perpin()
2839 rmask = data | (data >> 16); in rockchip_set_drive_perpin()
2842 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_drive_perpin()
2931 u32 data, rmask; in rockchip_set_pull() local
2990 rmask = data | (data >> 16); in rockchip_set_pull()
2993 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_pull()
3092 u32 data, rmask; in rockchip_set_schmitt() local
3106 rmask = data | (data >> 16); in rockchip_set_schmitt()
3111 rmask = BIT(bit + 16) | BIT(bit); in rockchip_set_schmitt()
3115 return regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_schmitt()