Searched refs:high_width (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/pwm/ |
A D | pwm-mtk-disp.c | 75 u32 clk_div, period, high_width, value; in mtk_disp_pwm_apply() local 138 high_width = mul_u64_u64_div_u64(state->duty_cycle, rate, div); in mtk_disp_pwm_apply() 139 value = period | (high_width << PWM_HIGH_WIDTH_SHIFT); in mtk_disp_pwm_apply() 180 u64 rate, period, high_width; in mtk_disp_pwm_get_state() local 208 high_width = FIELD_GET(PWM_HIGH_WIDTH_MASK, con1); in mtk_disp_pwm_get_state() 209 state->duty_cycle = DIV64_U64_ROUND_UP(high_width * (clk_div + 1) * NSEC_PER_SEC, in mtk_disp_pwm_get_state()
|
/linux/drivers/clk/bcm/ |
A D | clk-iproc-asiu.c | 99 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()
|
A D | clk-iproc.h | 207 unsigned int high_width; member
|
A D | clk-cygnus.c | 35 .high_width = hw, .low_shift = ls, .low_width = lw }
|
/linux/tools/firewire/ |
A D | nosy-dump.c | 718 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/arch/x86/kernel/cpu/mtrr/ |
A D | generic.c | 405 int high_width; in print_mtrr_state() local 427 high_width = (__ffs64(size_or_mask) - (32 - PAGE_SHIFT) + 3) / 4; in print_mtrr_state() 433 high_width, in print_mtrr_state() 436 high_width, in print_mtrr_state()
|
Completed in 11 milliseconds