Home
last modified time | relevance | path

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

/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c123 what |= DUMP_KEYCACHE; in main()
240 if (what & DUMP_KEYCACHE) { in main()
244 ath_hal_dumpregs(stdout, DUMP_KEYCACHE); in main()
325 r->addr = a; r->type = DUMP_KEYCACHE; r++; \ in register_keycache()
/freebsd/tools/tools/ath/common/
H A Ddumpregs.h52 DUMP_KEYCACHE = 0x0002, /* key cache */ enumerator