Searched refs:channel_index (Results 1 – 7 of 7) sorted by relevance
211 uint32_t channel_index; in umc_v6_7_query_error_address() local231 channel_index = in umc_v6_7_query_error_address()244 ADDR_OF_256B_BLOCK(channel_index) | in umc_v6_7_query_error_address()256 err_rec->mem_channel = channel_index; in umc_v6_7_query_error_address()
35 #define ADDR_OF_256B_BLOCK(channel_index) ((channel_index) << 8) argument
205 …uint32_t channel_index = adev->umc.channel_idx_tbl[umc_inst * adev->umc.channel_inst_num + ch_inst… in umc_v8_7_query_error_address() local238 ADDR_OF_256B_BLOCK(channel_index) | in umc_v8_7_query_error_address()250 err_rec->mem_channel = channel_index; in umc_v8_7_query_error_address()
304 …uint32_t channel_index = adev->umc.channel_idx_tbl[umc_inst * adev->umc.channel_inst_num + ch_inst… in umc_v6_1_query_error_address() local346 ADDR_OF_256B_BLOCK(channel_index) | in umc_v6_1_query_error_address()358 err_rec->mem_channel = channel_index; in umc_v6_1_query_error_address()
1617 s8 channel_index = -1; in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt() local1621 channel_index = channel - 1; in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()1625 channel_index = i; in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()1631 if (channel_index == -1) in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()1636 return channel_index; in _rtl8812ae_phy_get_chnl_idx_of_txpwr_lmt()1648 u8 channel_index; in _rtl8812ae_phy_set_txpower_limit() local1705 channel_index = ret; in _rtl8812ae_phy_set_txpower_limit()1709 [channel_index][RF90_PATH_A]; in _rtl8812ae_phy_set_txpower_limit()1713 [rate_section][channel_index][RF90_PATH_A] = in _rtl8812ae_phy_set_txpower_limit()1718 regulation, bandwidth, rate_section, channel_index, in _rtl8812ae_phy_set_txpower_limit()[all …]
6159 int channel_index = 0; in ipw_add_scan_channels() local6166 int start = channel_index; in ipw_add_scan_channels()6171 channel_index++; in ipw_add_scan_channels()6172 scan->channels_list[channel_index] = geo->a[i].channel; in ipw_add_scan_channels()6173 ipw_set_scan_type(scan, channel_index, in ipw_add_scan_channels()6180 if (start != channel_index) { in ipw_add_scan_channels()6182 (channel_index - start); in ipw_add_scan_channels()6183 channel_index++; in ipw_add_scan_channels()6188 int start = channel_index; in ipw_add_scan_channels()6197 while (channel_index < IPW_SCAN_CHANNELS - 1) { in ipw_add_scan_channels()[all …]
2015 u8 channel_index; /* index in measurement channel list */ member