Searched refs:low_width (Results 1 – 4 of 4) sorted by relevance
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()
209 unsigned int low_width; member
35 .high_width = hw, .low_shift = ls, .low_width = lw }
718 int high_width, low_width; in decode_link_packet() local723 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 8 milliseconds