Searched refs:group_idx (Results 1 – 4 of 4) sorted by relevance
179 unsigned long group_idx = 0; in partition_struct() local186 if (size_groups[group_idx].tree_start == NULL_TREE) { in partition_struct()187 size_groups[group_idx].tree_start = fields[i]; in partition_struct()188 size_groups[group_idx].start = i; in partition_struct()195 size_groups[group_idx].length = accum_length; in partition_struct()197 group_idx++; in partition_struct()201 if (size_groups[group_idx].tree_start != NULL_TREE && in partition_struct()202 !size_groups[group_idx].length) { in partition_struct()203 size_groups[group_idx].length = accum_length; in partition_struct()204 group_idx++; in partition_struct()[all …]
1483 clip_pwrs = il->_3945.clip_groups[ch_info->group_idx].clip_powers; in il3945_hw_reg_set_new_power()1589 ref_temp = (s16) eeprom->groups[ch_info->group_idx].temperature; in il3945_hw_reg_comp_txpower_temp()1614 il->_3945.clip_groups[ch_info->group_idx].clip_powers; in il3945_hw_reg_comp_txpower_temp()1908 u16 group_idx = 0; /* based on factory calib frequencies */ in il3945_hw_reg_get_ch_grp_idx() local1916 group_idx = group; in il3945_hw_reg_get_ch_grp_idx()1922 group_idx = 4; in il3945_hw_reg_get_ch_grp_idx()1924 group_idx = 0; /* 2.4 GHz, group 0 */ in il3945_hw_reg_get_ch_grp_idx()1926 D_POWER("Chnl %d mapped to grp %d\n", ch_info->channel, group_idx); in il3945_hw_reg_get_ch_grp_idx()1927 return group_idx; in il3945_hw_reg_get_ch_grp_idx()2099 ch_info->group_idx = il3945_hw_reg_get_ch_grp_idx(il, ch_info); in il3945_txpower_set_from_eeprom()[all …]
499 u8 group_idx; /* 0-4, maps channel to group1/2/3/4/5 */ member
707 unsigned long group_idx, flags; in fm_irq_handle_rdsdata_getcmd_resp() local763 group_idx = (rds_fmt.data.groupgeneral.blk_b[0] >> 3); in fm_irq_handle_rdsdata_getcmd_resp()764 fmdbg("(fmdrv):Group:%ld%s\n", group_idx/2, in fm_irq_handle_rdsdata_getcmd_resp()765 (group_idx % 2) ? "B" : "A"); in fm_irq_handle_rdsdata_getcmd_resp()767 group_idx = 1 << (rds_fmt.data.groupgeneral.blk_b[0] >> 3); in fm_irq_handle_rdsdata_getcmd_resp()768 if (group_idx == FM_RDS_GROUP_TYPE_MASK_0A) { in fm_irq_handle_rdsdata_getcmd_resp()