Home
last modified time | relevance | path

Searched refs:high_width (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/pwm/
Dpwm-mtk-disp.c73 u32 clk_div, period, high_width, value; in mtk_disp_pwm_config() local
98 high_width = div64_u64(rate * duty_ns, div); in mtk_disp_pwm_config()
99 value = period | (high_width << PWM_HIGH_WIDTH_SHIFT); in mtk_disp_pwm_config()
/Linux-v5.10/drivers/clk/bcm/
Dclk-iproc-asiu.c99 div_h = (val >> clk->div.high_shift) & bit_mask(clk->div.high_width); in iproc_asiu_clk_recalc_rate()
159 val &= ~(bit_mask(clk->div.high_width) in iproc_asiu_clk_set_rate()
163 val &= ~(bit_mask(clk->div.high_width) in iproc_asiu_clk_set_rate()
Dclk-iproc.h207 unsigned int high_width; member
Dclk-cygnus.c35 .high_width = hw, .low_shift = ls, .low_width = lw }
/Linux-v5.10/tools/firewire/
Dnosy-dump.c718 int high_width, low_width; in decode_link_packet() local
722 high_width = ((offset + 31) & ~31) - offset; in decode_link_packet()
723 low_width = f->width - high_width; in decode_link_packet()
725 bits = get_bits(packet, offset, high_width); in decode_link_packet()
727 get_bits(packet, offset + high_width, low_width); in decode_link_packet()
/Linux-v5.10/arch/x86/kernel/cpu/mtrr/
Dgeneric.c406 int high_width; in print_mtrr_state() local
428 high_width = (__ffs64(size_or_mask) - (32 - PAGE_SHIFT) + 3) / 4; in print_mtrr_state()
434 high_width, in print_mtrr_state()
437 high_width, in print_mtrr_state()