Searched refs:ATH10K_FW_CRASH_DUMP_REGISTERS (Results 1 – 3 of 3) sorted by relevance
18 ATH10K_FW_CRASH_DUMP_REGISTERS = 0, enumerator
1503 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()
39 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) |