Searched refs:low_width (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-iproc-asiu.c | 101 div_l = (val >> clk->div.low_shift) & bit_mask(clk->div.low_width); in iproc_asiu_clk_recalc_rate() 167 val &= ~(bit_mask(clk->div.low_width) << clk->div.low_shift); in iproc_asiu_clk_set_rate() 170 val &= ~(bit_mask(clk->div.low_width) << clk->div.low_shift); in iproc_asiu_clk_set_rate()
|
H A D | clk-iproc.h | 209 unsigned int low_width; member
|
H A D | clk-cygnus.c | 35 .high_width = hw, .low_shift = ls, .low_width = lw }
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-iproc-asiu.c | 91 div_l = (val >> clk->div.low_shift) & bit_mask(clk->div.low_width); in iproc_asiu_clk_recalc_rate() 157 val &= ~(bit_mask(clk->div.low_width) << clk->div.low_shift); in iproc_asiu_clk_set_rate() 160 val &= ~(bit_mask(clk->div.low_width) << clk->div.low_shift); in iproc_asiu_clk_set_rate()
|
H A D | clk-iproc.h | 199 unsigned int low_width; member
|
H A D | clk-cygnus.c | 25 .high_width = hw, .low_shift = ls, .low_width = lw }
|
/kernel/linux/linux-5.10/tools/firewire/ |
H A D | nosy-dump.c | 718 int high_width, low_width; in decode_link_packet() local 723 low_width = f->width - high_width; in decode_link_packet() 726 bits = (bits << low_width) | in decode_link_packet() 727 get_bits(packet, offset + high_width, low_width); in decode_link_packet()
|
/kernel/linux/linux-6.6/tools/firewire/ |
H A D | nosy-dump.c | 718 int high_width, low_width; in decode_link_packet() local 723 low_width = f->width - high_width; in decode_link_packet() 726 bits = (bits << low_width) | in decode_link_packet() 727 get_bits(packet, offset + high_width, low_width); in decode_link_packet()
|
Completed in 6 milliseconds