Lines Matching refs:rmask

1167 	u32 data, rmask, route_location, route_reg, route_val;  in rockchip_set_mux()  local
1212 rmask = data | (data >> 16); in rockchip_set_mux()
1214 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
1220 rmask = data | (data >> 16); in rockchip_set_mux()
1222 ret = regmap_update_bits(regmap, reg0, rmask, data); in rockchip_set_mux()
1226 rmask = data | (data >> 16); in rockchip_set_mux()
1229 ret |= regmap_update_bits(regmap, reg0, rmask, data); in rockchip_set_mux()
1233 rmask = data | (data >> 16); in rockchip_set_mux()
1235 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
1268 rmask = data | (data >> 16); in rockchip_set_mux()
1270 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
2286 u32 data, rmask, rmask_bits, temp; in rockchip_set_drive_perpin() local
2345 rmask = BIT(15) | BIT(31); in rockchip_set_drive_perpin()
2347 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_drive_perpin()
2351 rmask = 0x3 | (0x3 << 16); in rockchip_set_drive_perpin()
2354 ret = regmap_update_bits(regmap, reg, rmask, temp); in rockchip_set_drive_perpin()
2381 rmask = data | (data >> 16); in rockchip_set_drive_perpin()
2384 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_drive_perpin()
2460 u32 data, rmask; in rockchip_set_pull() local
2515 rmask = data | (data >> 16); in rockchip_set_pull()
2518 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_pull()
2616 u32 data, rmask; in rockchip_set_schmitt() local
2629 rmask = data | (data >> 16); in rockchip_set_schmitt()
2634 rmask = BIT(bit + 16) | BIT(bit); in rockchip_set_schmitt()
2638 return regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_schmitt()