Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.h38 #define CE_DESC_FLAGS_META_DATA_MASK ar->hw_values->ce_desc_meta_data_mask
39 #define CE_DESC_FLAGS_META_DATA_LSB ar->hw_values->ce_desc_meta_data_lsb
H A Dhw.h779 #define NUM_TARGET_CE_CONFIG_WLAN ar->hw_values->num_target_ce_config_wlan
845 #define CE_COUNT ar->hw_values->ce_count
859 #define MSI_ASSIGN_CE_MAX ar->hw_values->msi_assign_ce_max
862 #define RTC_STATE_V_ON ar->hw_values->rtc_state_val_on
H A Dcore.c3657 ar->hw_values = &qca988x_values; in ath10k_core_create()
3663 ar->hw_values = &qca6174_values; in ath10k_core_create()
3669 ar->hw_values = &qca99x0_values; in ath10k_core_create()
3674 ar->hw_values = &qca9888_values; in ath10k_core_create()
3679 ar->hw_values = &qca4019_values; in ath10k_core_create()
3684 ar->hw_values = &wcn3990_values; in ath10k_core_create()
H A Dcore.h1075 const struct ath10k_hw_values *hw_values; member
H A Dmac.c5113 if (ar->hw_values->rfkill_pin == 0) { in ath10k_mac_rfkill_config()
5120 ar->hw_values->rfkill_pin, ar->hw_values->rfkill_cfg, in ath10k_mac_rfkill_config()
5121 ar->hw_values->rfkill_on_level); in ath10k_mac_rfkill_config()
5124 ar->hw_values->rfkill_on_level) | in ath10k_mac_rfkill_config()
5126 ar->hw_values->rfkill_pin) | in ath10k_mac_rfkill_config()
5128 ar->hw_values->rfkill_cfg); in ath10k_mac_rfkill_config()