Home
last modified time | relevance | path

Searched refs:debug_regs (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/ccree/
H A Dcc_debugfs.c41 static const struct debugfs_reg32 debug_regs[] = { variable
72 regset->regs = debug_regs; in cc_debugfs_init()
73 regset->nregs = ARRAY_SIZE(debug_regs); in cc_debugfs_init()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dzl10353.c37 static int debug_regs; variable
509 if (debug_regs) in zl10353_read_snr()
548 if (debug_regs) in zl10353_init()
562 if (debug_regs) in zl10353_init()
661 module_param(debug_regs, int, 0644);
662 MODULE_PARM_DESC(debug_regs, "Turn on/off frontend register dumps (default:off).");
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A D.gitignore8 /x86_64/debug_regs
H A DMakefile59 TEST_GEN_PROGS_x86_64 += x86_64/debug_regs
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ds3cmci.c1378 static const struct s3cmci_reg debug_regs[] = { variable
1400 const struct s3cmci_reg *rptr = debug_regs; in s3cmci_regs_show()