Lines Matching refs:rmask
1166 u32 data, rmask, route_location, route_reg, route_val; in rockchip_set_mux() local
1211 rmask = data | (data >> 16); in rockchip_set_mux()
1213 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
1219 rmask = data | (data >> 16); in rockchip_set_mux()
1221 ret = regmap_update_bits(regmap, reg0, rmask, data); in rockchip_set_mux()
1225 rmask = data | (data >> 16); in rockchip_set_mux()
1228 ret |= regmap_update_bits(regmap, reg0, rmask, data); in rockchip_set_mux()
1232 rmask = data | (data >> 16); in rockchip_set_mux()
1234 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
1267 rmask = data | (data >> 16); in rockchip_set_mux()
1269 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_mux()
2285 u32 data, rmask, rmask_bits, temp; in rockchip_set_drive_perpin() local
2344 rmask = BIT(15) | BIT(31); in rockchip_set_drive_perpin()
2346 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_drive_perpin()
2350 rmask = 0x3 | (0x3 << 16); in rockchip_set_drive_perpin()
2353 ret = regmap_update_bits(regmap, reg, rmask, temp); in rockchip_set_drive_perpin()
2380 rmask = data | (data >> 16); in rockchip_set_drive_perpin()
2383 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_drive_perpin()
2468 u32 data, rmask; in rockchip_set_pull() local
2523 rmask = data | (data >> 16); in rockchip_set_pull()
2526 ret = regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_pull()
2624 u32 data, rmask; in rockchip_set_schmitt() local
2637 rmask = data | (data >> 16); in rockchip_set_schmitt()
2642 rmask = BIT(bit + 16) | BIT(bit); in rockchip_set_schmitt()
2646 return regmap_update_bits(regmap, reg, rmask, data); in rockchip_set_schmitt()