Searched refs:curr_regs (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/memory/ |
H A D | emif.c | 49 * @curr_regs: The set of register values used in the last 66 struct emif_regs *curr_regs; member 921 } else if (!emif->curr_regs) { in handle_temp_alert() 958 setup_temperature_sensitive_regs(emif, emif->curr_regs); in handle_temp_alert() 1022 if (emif->curr_regs) { in emif_threaded_isr() 1023 setup_temperature_sensitive_regs(emif, emif->curr_regs); in emif_threaded_isr() 1674 * Upon finding the right reg dump, save it in curr_regs. It can be 1685 if (emif->curr_regs && emif->curr_regs->freq == freq) { in get_regs() 1686 dev_dbg(dev, "%s: using curr_regs in get_regs() [all...] |
/kernel/linux/linux-6.6/drivers/memory/ |
H A D | emif.c | 48 * @curr_regs: The set of register values used in the last 64 struct emif_regs *curr_regs; member 543 } else if (!emif->curr_regs) { in handle_temp_alert() 580 setup_temperature_sensitive_regs(emif, emif->curr_regs); in handle_temp_alert() 644 if (emif->curr_regs) { in emif_threaded_isr() 645 setup_temperature_sensitive_regs(emif, emif->curr_regs); in emif_threaded_isr()
|
/kernel/linux/linux-5.10/drivers/misc/genwqe/ |
H A D | card_debugfs.c | 146 DEFINE_SHOW_ATTRIBUTE(curr_regs); variable 344 debugfs_create_file("curr_regs", S_IRUGO, root, cd, &curr_regs_fops); in genwqe_init_debugfs()
|
/kernel/linux/linux-6.6/drivers/misc/genwqe/ |
H A D | card_debugfs.c | 146 DEFINE_SHOW_ATTRIBUTE(curr_regs); variable 344 debugfs_create_file("curr_regs", S_IRUGO, root, cd, &curr_regs_fops); in genwqe_init_debugfs()
|
Completed in 6 milliseconds