Searched refs:low_time (Results 1 – 3 of 3) sorted by relevance
45 uint32_t low_time; member76 ctx.low_time = elapsed_time; in gpio_edge_isr()82 if (ctx.high_time && ctx.low_time) { in gpio_edge_isr()93 ctx.low_time = 0; in setup_edge_detect()162 uint32_t measured_period = ctx.high_time + ctx.low_time; in check_timing()164 uint32_t pulse_time = inverted ? ctx.low_time : ctx.high_time; in check_timing()173 measured_period, ctx.high_time, ctx.low_time); in check_timing()
291 uint8_t low_time, high_time; in litex_clk_update_global_config() local311 low_time = mult1 & HL_TIME_MASK; in litex_clk_update_global_config()313 ldev->g_config.mul = low_time + high_time; in litex_clk_update_global_config()319 low_time = divreg & HL_TIME_MASK; in litex_clk_update_global_config()321 ldev->g_config.div = low_time + high_time; in litex_clk_update_global_config()361 uint8_t low_time, high_time; in litex_clk_get_clkout_divider() local372 low_time = div & HL_TIME_MASK; in litex_clk_get_clkout_divider()374 *divider = low_time + high_time; in litex_clk_get_clkout_divider()457 lcko->div.low_time, lcko->div.no_cnt); in litex_clk_print_params()943 lcko->div.low_time = divider - high_time_it; in litex_clk_calc_duty_normal()[all …]
184 uint8_t low_time; member