Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c281 u16 mode_type = ~0; in ath12k_get_ratecode() local
286 mode_type = WMI_RATE_PREAMBLE_CCK; in ath12k_get_ratecode()
289 mode_type = WMI_RATE_PREAMBLE_OFDM; in ath12k_get_ratecode()
293 mode_type = WMI_RATE_PREAMBLE_HT; in ath12k_get_ratecode()
299 mode_type = WMI_RATE_PREAMBLE_VHT; in ath12k_get_ratecode()
305 mode_type = WMI_RATE_PREAMBLE_HE; in ath12k_get_ratecode()
318 mode_type = WMI_RATE_PREAMBLE_EHT; in ath12k_get_ratecode()
325 return mode_type; in ath12k_get_ratecode()
327 return ((mode_type << 8) | ((nss & 0x7) << 5) | (mcs_rate & 0x1F)); in ath12k_get_ratecode()
/linux-6.15/drivers/scsi/isci/
H A Dprobe_roms.h224 uint8_t mode_type; member
H A Dport_config.c739 mode = ihost->oem_parameters.controller.mode_type; in sci_port_configuration_agent_initialize()
H A Dinit.c436 oem->controller.mode_type = SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE; in sci_oem_defaults()
H A Dhost.c920 if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) { in sci_controller_start_next_phy()
1665 if (oem->controller.mode_type == SCIC_PORT_AUTOMATIC_CONFIGURATION_MODE) { in sci_oem_parameters_validate()
1669 } else if (oem->controller.mode_type == SCIC_PORT_MANUAL_CONFIGURATION_MODE) { in sci_oem_parameters_validate()
H A Dport.c655 if (iport->owning_controller->oem_parameters.controller.mode_type == in sci_port_deactivate_phy()
/linux-6.15/drivers/usb/typec/mux/
H A Dintel_pmc_mux.c46 u8 mode_type; member
293 req.mode_type = PMC_USB_MODE_TYPE_DP << PMC_USB_MODE_TYPE_SHIFT; in pmc_usb_mux_dp()
343 req.mode_type = PMC_USB_MODE_TYPE_TBT << PMC_USB_MODE_TYPE_SHIFT; in pmc_usb_mux_tbt()
390 req.mode_type = PMC_USB_MODE_TYPE_TBT << PMC_USB_MODE_TYPE_SHIFT; in pmc_usb_mux_usb4()
/linux-6.15/drivers/spi/
H A Dspi-zynqmp-gqspi.c157 enum mode_type {GQSPI_MODE_IO, GQSPI_MODE_DMA}; enum
206 enum mode_type mode;