Searched refs:nbits_l (Results 1 – 1 of 1) sorted by relevance
167 int nbits_l, nbits_h; in mtk_hw_write_cross_field() local169 mtk_hw_bits_part(pf, &nbits_h, &nbits_l); in mtk_hw_write_cross_field()175 (value & pf->mask) >> nbits_l); in mtk_hw_write_cross_field()181 int nbits_l, nbits_h, h, l; in mtk_hw_read_cross_field() local183 mtk_hw_bits_part(pf, &nbits_h, &nbits_l); in mtk_hw_read_cross_field()186 >> pf->bitpos) & (BIT(nbits_l) - 1); in mtk_hw_read_cross_field()190 *value = (h << nbits_l) | l; in mtk_hw_read_cross_field()
Completed in 9 milliseconds