Home
last modified time | relevance | path

Searched refs:ss_offset (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar5008_phy.c1279 int ss_offset, int ds_offset, in ar5008_hw_init_txpower_ht() argument
1284 for (i = ss_offset; i < ss_offset + AR5008_HT_SS_RATES; i++) { in ar5008_hw_init_txpower_ht()
1288 memcpy(&ah->tx_power[ds_offset], &ah->tx_power[ss_offset], in ar5008_hw_init_txpower_ht()
Dar9003_phy.c1931 int ss_offset, int ds_offset, in ar9003_hw_init_txpower_ht() argument
1937 for (i = ss_offset; i < ss_offset + AR9300_HT_SS_RATES; i++) { in ar9003_hw_init_txpower_ht()
1956 static void ar9003_hw_init_txpower_stbc(struct ath_hw *ah, int ss_offset, in ar9003_hw_init_txpower_stbc() argument
1959 memcpy(&ah->tx_power_stbc[ss_offset], &ah->tx_power[ss_offset], in ar9003_hw_init_txpower_stbc()
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c3975 unsigned hdr_offset, ss_offset; in myri10ge_probe() local
4047 ss_offset = hdr_offset + offsetof(struct mcp_gen_header, string_specs); in myri10ge_probe()
4048 mgp->sram_size = swab32(readl(mgp->sram + ss_offset)); in myri10ge_probe()