Searched refs:HIGH_TIME_POS (Results 1 – 2 of 2) sorted by relevance
312 high_time = (mult1 >> HIGH_TIME_POS) & HL_TIME_MASK; in litex_clk_update_global_config()320 high_time = (divreg >> HIGH_TIME_POS) & HL_TIME_MASK; in litex_clk_update_global_config()373 high_time = (div >> HIGH_TIME_POS) & HL_TIME_MASK; in litex_clk_get_clkout_divider()599 (ht << HIGH_TIME_POS) | in litex_clk_set_divreg()632 bitset1 = (ht << HIGH_TIME_POS) | in litex_clk_set_mulreg()878 high_time = (clkout_reg1 >> HIGH_TIME_POS) & HL_TIME_MASK; in litex_clk_get_duty_cycle()1000 bitset1 = (*high_time << HIGH_TIME_POS) | in litex_clk_set_duty_cycle()1412 bitset1 = (*high_time << HIGH_TIME_POS) | in litex_clk_write_rate()
116 #define HIGH_TIME_POS 6 macro