Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhw.h392 #define NUM_TARGET_CE_CONFIG_WLAN ar->hw_values->num_target_ce_config_wlan
452 #define CE_COUNT ar->hw_values->ce_count
466 #define MSI_ASSIGN_CE_MAX ar->hw_values->msi_assign_ce_max
469 #define RTC_STATE_V_ON ar->hw_values->rtc_state_val_on
Dce.h46 #define CE_DESC_FLAGS_META_DATA_MASK ar->hw_values->ce_desc_meta_data_mask
47 #define CE_DESC_FLAGS_META_DATA_LSB ar->hw_values->ce_desc_meta_data_lsb
Dcore.c1972 ar->hw_values = &qca988x_values; in ath10k_core_create()
1977 ar->hw_values = &qca6174_values; in ath10k_core_create()
1981 ar->hw_values = &qca99x0_values; in ath10k_core_create()
Dcore.h631 const struct ath10k_hw_values *hw_values; member
/drivers/misc/lis3lv02d/
Dlis3lv02d.c167 static inline int lis3lv02d_get_axis(s8 axis, int hw_values[3]) in lis3lv02d_get_axis()
170 return hw_values[axis - 1]; in lis3lv02d_get_axis()
172 return -hw_values[-axis - 1]; in lis3lv02d_get_axis()