Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c351 u16 mode_type = ~0; in ath12k_get_ratecode() local
356 mode_type = WMI_RATE_PREAMBLE_CCK; in ath12k_get_ratecode()
359 mode_type = WMI_RATE_PREAMBLE_OFDM; in ath12k_get_ratecode()
363 mode_type = WMI_RATE_PREAMBLE_HT; in ath12k_get_ratecode()
369 mode_type = WMI_RATE_PREAMBLE_VHT; in ath12k_get_ratecode()
375 mode_type = WMI_RATE_PREAMBLE_HE; in ath12k_get_ratecode()
388 mode_type = WMI_RATE_PREAMBLE_EHT; in ath12k_get_ratecode()
395 return mode_type; in ath12k_get_ratecode()
397 return ((mode_type << 8) | ((nss & 0x7) << 5) | (mcs_rate & 0x1F)); in ath12k_get_ratecode()
/linux/drivers/scsi/isci/
H A Dprobe_roms.h224 uint8_t mode_type; member
H A Dinit.c436 oem->controller.mode_type = SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE; in sci_oem_defaults()