Searched refs:hi_option_flag (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | targaddrs.h | 53 u32 hi_option_flag; /* 0x10 */ member 219 /* Bits defined in hi_option_flag */ 258 /* 2 bits of hi_option_flag are used to represent 3 modes */
|
H A D | core.c | 775 ret = ath10k_bmi_read32(ar, hi_option_flag, ¶m_host); in ath10k_init_configure_target() 794 ret = ath10k_bmi_write32(ar, hi_option_flag, param_host); in ath10k_init_configure_target()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | target.h | 178 u32 hi_option_flag; /* 0x10 */ member
|
H A D | init.c | 597 if (ath6kl_bmi_read_hi32(ar, hi_option_flag, ¶m) != 0) { in ath6kl_configure_target() 609 if (ath6kl_bmi_write_hi32(ar, hi_option_flag, param) != 0) { in ath6kl_configure_target()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | targaddrs.h | 53 u32 hi_option_flag; /* 0x10 */ member 219 /* Bits defined in hi_option_flag */ 258 /* 2 bits of hi_option_flag are used to represent 3 modes */
|
H A D | core.c | 860 ret = ath10k_bmi_read32(ar, hi_option_flag, ¶m_host); in ath10k_init_configure_target() 879 ret = ath10k_bmi_write32(ar, hi_option_flag, param_host); in ath10k_init_configure_target()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | target.h | 178 u32 hi_option_flag; /* 0x10 */ member
|
H A D | init.c | 597 if (ath6kl_bmi_read_hi32(ar, hi_option_flag, ¶m) != 0) { in ath6kl_configure_target() 609 if (ath6kl_bmi_write_hi32(ar, hi_option_flag, param) != 0) { in ath6kl_configure_target()
|
Completed in 14 milliseconds