Lines Matching refs:group
1084 * substitute the 3rd band/group's temp measured at factory */
1335 /* use this channel group's 6Mbit clipping/saturation pwr,
1877 * il3945_hw_reg_get_ch_grp_idx - find the channel-group idx (0-4) for channel.
1883 * on A-band, EEPROM's "group frequency" entries represent the top
1884 * channel in each group 1-4. Group 5 All B/G channels are in group 0.
1892 u8 group;
1896 /* Find the group idx for the channel ... don't use idx 1(?) */
1898 for (group = 1; group < 5; group++) {
1899 grp_channel = ch_grp[group].group_channel;
1901 group_idx = group;
1905 /* group 4 has a few channels *above* its factory cal freq */
1906 if (group == 5)
1909 group_idx = 0; /* 2.4 GHz, group 0 */
1977 const struct il3945_eeprom_txpower_group *group;
1983 s8 satur_pwr; /* saturation power for each chnl group */
1984 group = &eeprom->groups[i];
1987 if (group->saturation_power < 40) {
1990 group->saturation_power);
2006 satur_pwr = (s8) (group->saturation_power >> 1);
2008 /* fill in channel group's nominal powers for each rate */
2083 /* find this channel's channel group (*not* "band") idx */
2106 /* use channel group's clip-power table,