Searched refs:position2 (Results 1 – 3 of 3) sorted by relevance
707 struct crtc_position position1, position2; in optc1_is_counter_moving() local710 optc->funcs->get_position(optc, &position2); in optc1_is_counter_moving()712 if (position1.horizontal_count == position2.horizontal_count && in optc1_is_counter_moving()713 position1.vertical_count == position2.vertical_count) in optc1_is_counter_moving()
1397 struct crtc_position position1, position2; in dce110_timing_generator_is_counter_moving() local1400 tg->funcs->get_position(tg, &position2); in dce110_timing_generator_is_counter_moving()1402 if (position1.horizontal_count == position2.horizontal_count && in dce110_timing_generator_is_counter_moving()1403 position1.vertical_count == position2.vertical_count) in dce110_timing_generator_is_counter_moving()
2674 std::string::size_type position2 = Constraints.find("=A"); in EmitAsmStmt() local2675 if (position2 != std::string::npos) { in EmitAsmStmt()2676 Constraints.insert(position2 + 1, "&"); in EmitAsmStmt()