Searched refs:b_group (Results 1 – 1 of 1) sorted by relevance
4258 u8 b_group, b_pos; /* byte-group, bit-position */ in _set_wl_ch_map() local4290 b_group = (i - 2402) / 8; in _set_wl_ch_map()4292 wl->ch_map[b_group] |= BIT(b_pos); in _set_wl_ch_map()4297 b_group = (i - 2402) / 16; in _set_wl_ch_map()4299 wl->ch_map_le[b_group] |= BIT(b_pos); in _set_wl_ch_map()