Searched refs:nbits_l (Results 1 – 1 of 1) sorted by relevance
161 int nbits_l, nbits_h; in mtk_hw_write_cross_field() local163 mtk_hw_bits_part(pf, &nbits_h, &nbits_l); in mtk_hw_write_cross_field()169 (value & pf->mask) >> nbits_l); in mtk_hw_write_cross_field()175 int nbits_l, nbits_h, h, l; in mtk_hw_read_cross_field() local177 mtk_hw_bits_part(pf, &nbits_h, &nbits_l); in mtk_hw_read_cross_field()180 >> pf->bitpos) & (BIT(nbits_l) - 1); in mtk_hw_read_cross_field()184 *value = (h << nbits_l) | l; in mtk_hw_read_cross_field()