Searched refs:ss_offset (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_phy.c | 1931 int ss_offset, int ds_offset, ar9003_hw_init_txpower_ht() 1937 for (i = ss_offset; i < ss_offset + AR9300_HT_SS_RATES; i++) { ar9003_hw_init_txpower_ht() 1956 static void ar9003_hw_init_txpower_stbc(struct ath_hw *ah, int ss_offset, ar9003_hw_init_txpower_stbc() argument 1959 memcpy(&ah->tx_power_stbc[ss_offset], &ah->tx_power[ss_offset], ar9003_hw_init_txpower_stbc() 1930 ar9003_hw_init_txpower_ht(struct ath_hw *ah, u8 *rate_array, int ss_offset, int ds_offset, int ts_offset, bool is_40) ar9003_hw_init_txpower_ht() argument
|
H A D | ar5008_phy.c | 1279 int ss_offset, int ds_offset, ar5008_hw_init_txpower_ht() 1284 for (i = ss_offset; i < ss_offset + AR5008_HT_SS_RATES; i++) { ar5008_hw_init_txpower_ht() 1288 memcpy(&ah->tx_power[ds_offset], &ah->tx_power[ss_offset], ar5008_hw_init_txpower_ht() 1278 ar5008_hw_init_txpower_ht(struct ath_hw *ah, int16_t *rate_array, int ss_offset, int ds_offset, bool is_40, int ht40_delta) ar5008_hw_init_txpower_ht() argument
|
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 3975 unsigned hdr_offset, ss_offset; myri10ge_probe() local 4047 ss_offset = hdr_offset + offsetof(struct mcp_gen_header, string_specs); myri10ge_probe() 4048 mgp->sram_size = swab32(readl(mgp->sram + ss_offset)); myri10ge_probe()
|
Completed in 178 milliseconds