Home
last modified time | relevance | path

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

/src/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.h778 #define NUM_TARGET_CE_CONFIG_WLAN ar->hw_values->num_target_ce_config_wlan
844 #define CE_COUNT ar->hw_values->ce_count
858 #define MSI_ASSIGN_CE_MAX ar->hw_values->msi_assign_ce_max
861 #define RTC_STATE_V_ON ar->hw_values->rtc_state_val_on
H A Dcore.c3729 ar->hw_values = &qca988x_values; in ath10k_core_create()
3735 ar->hw_values = &qca6174_values; in ath10k_core_create()
3741 ar->hw_values = &qca99x0_values; in ath10k_core_create()
3746 ar->hw_values = &qca9888_values; in ath10k_core_create()
3751 ar->hw_values = &qca4019_values; in ath10k_core_create()
3756 ar->hw_values = &wcn3990_values; in ath10k_core_create()
H A Dcore.h1076 const struct ath10k_hw_values *hw_values; member
H A Dmac.c5140 if (ar->hw_values->rfkill_pin == 0) { in ath10k_mac_rfkill_config()
5147 ar->hw_values->rfkill_pin, ar->hw_values->rfkill_cfg, in ath10k_mac_rfkill_config()
5148 ar->hw_values->rfkill_on_level); in ath10k_mac_rfkill_config()
5151 ar->hw_values->rfkill_on_level) | in ath10k_mac_rfkill_config()
5153 ar->hw_values->rfkill_pin) | in ath10k_mac_rfkill_config()
5155 ar->hw_values->rfkill_cfg); in ath10k_mac_rfkill_config()