Searched refs:position2 (Results 1 – 3 of 3) sorted by relevance
643 struct crtc_position position1, position2; in optc1_is_counter_moving() local646 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving()648 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()649 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
1407 struct crtc_position position1, position2; in dce110_timing_generator_is_counter_moving() local1410 tg->funcs->get_position(tg, &position2); in dce110_timing_generator_is_counter_moving()1412 if (position1.horizontal_count == position2.horizontal_count && in dce110_timing_generator_is_counter_moving()1413 position1.vertical_count == position2.vertical_count) in dce110_timing_generator_is_counter_moving()
2531 std::string::size_type position2 = Constraints.find("=A"); in EmitAsmStmt() local2532 if (position2 != std::string::npos) { in EmitAsmStmt()2533 Constraints.insert(position2 + 1, "&"); in EmitAsmStmt()