Home
last modified time | relevance | path

Searched refs:ATH10K_FW_CRASH_DUMP_REGISTERS (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dcoredump.h18 ATH10K_FW_CRASH_DUMP_REGISTERS = 0, enumerator
Dcoredump.c1503 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) in ath10k_coredump_build()
1556 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1558 dump_tlv->type = cpu_to_le32(ATH10K_FW_CRASH_DUMP_REGISTERS); in ath10k_coredump_build()
Dcore.c39 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) |