Lines Matching refs:hw_value
53 .hw_value = ZD_CCK_RATE_1M, },
55 .hw_value = ZD_CCK_RATE_2M,
59 .hw_value = ZD_CCK_RATE_5_5M,
63 .hw_value = ZD_CCK_RATE_11M,
67 .hw_value = ZD_OFDM_RATE_6M,
70 .hw_value = ZD_OFDM_RATE_9M,
73 .hw_value = ZD_OFDM_RATE_12M,
76 .hw_value = ZD_OFDM_RATE_18M,
79 .hw_value = ZD_OFDM_RATE_24M,
82 .hw_value = ZD_OFDM_RATE_36M,
85 .hw_value = ZD_OFDM_RATE_48M,
88 .hw_value = ZD_OFDM_RATE_54M,
121 { .center_freq = 2412, .hw_value = 1 },
122 { .center_freq = 2417, .hw_value = 2 },
123 { .center_freq = 2422, .hw_value = 3 },
124 { .center_freq = 2427, .hw_value = 4 },
125 { .center_freq = 2432, .hw_value = 5 },
126 { .center_freq = 2437, .hw_value = 6 },
127 { .center_freq = 2442, .hw_value = 7 },
128 { .center_freq = 2447, .hw_value = 8 },
129 { .center_freq = 2452, .hw_value = 9 },
130 { .center_freq = 2457, .hw_value = 10 },
131 { .center_freq = 2462, .hw_value = 11 },
132 { .center_freq = 2467, .hw_value = 12 },
133 { .center_freq = 2472, .hw_value = 13 },
134 { .center_freq = 2484, .hw_value = 14 },
548 final_rate = zd_rates[final_idx].hw_value; in zd_mac_tx_failed()
887 cs->modulation = txrate->hw_value; in fill_ctrlset()
1078 if (rate == mac->band.bitrates[i].hw_value) in zd_mac_rx()
1157 mac->channel = conf->chandef.chan->hw_value; in zd_op_config()
1160 return zd_chip_set_channel(&mac->chip, conf->chandef.chan->hw_value); in zd_op_config()