Lines Matching refs:hw_value

76 	{ .bitrate = 10, .hw_value = DESC_RATE_1M, .flags = 0 },
77 { .bitrate = 20, .hw_value = DESC_RATE_2M, .flags = 0 },
78 { .bitrate = 55, .hw_value = DESC_RATE_5_5M, .flags = 0 },
79 { .bitrate = 110, .hw_value = DESC_RATE_11M, .flags = 0 },
80 { .bitrate = 60, .hw_value = DESC_RATE_6M, .flags = 0 },
81 { .bitrate = 90, .hw_value = DESC_RATE_9M, .flags = 0 },
82 { .bitrate = 120, .hw_value = DESC_RATE_12M, .flags = 0 },
83 { .bitrate = 180, .hw_value = DESC_RATE_18M, .flags = 0 },
84 { .bitrate = 240, .hw_value = DESC_RATE_24M, .flags = 0 },
85 { .bitrate = 360, .hw_value = DESC_RATE_36M, .flags = 0 },
86 { .bitrate = 480, .hw_value = DESC_RATE_48M, .flags = 0 },
87 { .bitrate = 540, .hw_value = DESC_RATE_54M, .flags = 0 },
92 .hw_value = 1, .max_power = 30 },
94 .hw_value = 2, .max_power = 30 },
96 .hw_value = 3, .max_power = 30 },
98 .hw_value = 4, .max_power = 30 },
100 .hw_value = 5, .max_power = 30 },
102 .hw_value = 6, .max_power = 30 },
104 .hw_value = 7, .max_power = 30 },
106 .hw_value = 8, .max_power = 30 },
108 .hw_value = 9, .max_power = 30 },
110 .hw_value = 10, .max_power = 30 },
112 .hw_value = 11, .max_power = 30 },
114 .hw_value = 12, .max_power = 30 },
116 .hw_value = 13, .max_power = 30 },
118 .hw_value = 14, .max_power = 30 }
1379 channel = hw->conf.chandef.chan->hw_value; in rtl8723au_config_channel()
4777 __func__, tx_rate->bitrate, tx_rate->hw_value, pktlen); in rtl8xxxu_tx()
4824 rate = tx_rate->hw_value; in rtl8xxxu_tx()
4856 tx_desc->txdw5 = cpu_to_le32(tx_rate->hw_value); in rtl8xxxu_tx()
5194 __func__, hw->conf.chandef.chan->hw_value, in rtl8xxxu_config()
5219 channel = hw->conf.chandef.chan->hw_value; in rtl8xxxu_config()