Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_debugfs.c125 regs = kcalloc(GENWQE_FFDC_REGS, sizeof(*regs), GFP_KERNEL); in curr_regs_show()
130 genwqe_read_ffdc_regs(cd, regs, GENWQE_FFDC_REGS, 1); in curr_regs_show()
133 for (i = 0; i < GENWQE_FFDC_REGS; i++) { in curr_regs_show()
157 for (i = 0; i < GENWQE_FFDC_REGS; i++) { in prev_regs_show()
H A Dcard_base.h241 #define GENWQE_FFDC_REGS (3 + (8 * (2 + 2 * 64))) macro
H A Dcard_base.c399 e = GENWQE_FFDC_REGS; in genwqe_ffdc_buffs_alloc()