Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c191 __be16 htc_mode; in ath9k_htc_reset() local
225 htc_mode = cpu_to_be16(mode); in ath9k_htc_reset()
226 WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode); in ath9k_htc_reset()
251 __be16 htc_mode; in ath9k_htc_set_channel() local
296 htc_mode = cpu_to_be16(mode); in ath9k_htc_set_channel()
297 WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode); in ath9k_htc_set_channel()
916 __be16 htc_mode; in ath9k_htc_start() local
945 htc_mode = cpu_to_be16(mode); in ath9k_htc_start()
946 WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode); in ath9k_htc_start()