Searched refs:first_level_low (Results 1 – 2 of 2) sorted by relevance
1535 bool first_level_low; in gpt_calculate_duty_cycle() local1540 first_level_low = !(gtior & 0x10); in gpt_calculate_duty_cycle()1545 first_level_low = (gtior & 0xC) == 0x4; in gpt_calculate_duty_cycle()1548 if ((duty_zero && !first_level_low) || (duty_high && first_level_low)) in gpt_calculate_duty_cycle()
1619 bool first_level_low; in gpt_calculate_duty_cycle() local1624 first_level_low = !(gtior & 0x10); in gpt_calculate_duty_cycle()1629 first_level_low = (gtior & 0xC) == 0x4; in gpt_calculate_duty_cycle()1632 if ((duty_zero && !first_level_low) || (duty_high && first_level_low)) in gpt_calculate_duty_cycle()