Home
last modified time | relevance | path

Searched refs:ATH12K_ACPI_BIOS_SAR_TABLE_LEN (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dacpi.h44 #define ATH12K_ACPI_BIOS_SAR_TABLE_LEN 22 macro
54 ATH12K_ACPI_BIOS_SAR_TABLE_LEN)
Dwmi.c2808 sar_table_len_aligned = roundup(ATH12K_ACPI_BIOS_SAR_TABLE_LEN, sizeof(u32)); in ath12k_wmi_set_bios_sar_cmd()
2822 cmd->sar_len = cpu_to_le32(ATH12K_ACPI_BIOS_SAR_TABLE_LEN); in ath12k_wmi_set_bios_sar_cmd()
2830 memcpy(buf_ptr, psar_value, ATH12K_ACPI_BIOS_SAR_TABLE_LEN); in ath12k_wmi_set_bios_sar_cmd()