Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/memory/
Demif.c68 struct emif_regs *curr_regs; member
965 } else if (!emif->curr_regs) { in handle_temp_alert()
1003 setup_temperature_sensitive_regs(emif, emif->curr_regs); in handle_temp_alert()
1067 if (emif->curr_regs) { in emif_threaded_isr()
1068 setup_temperature_sensitive_regs(emif, emif->curr_regs); in emif_threaded_isr()
1734 if (emif->curr_regs && emif->curr_regs->freq == freq) { in get_regs()
1736 return emif->curr_regs; in get_regs()
1793 if (!emif->curr_regs) { in do_volt_notify_handling()
1800 setup_volt_sensitive_regs(emif, emif->curr_regs, volt_state); in do_volt_notify_handling()
1830 emif->curr_regs = regs; in do_freq_pre_notify_handling()
/linux-4.1.27/Documentation/ABI/testing/
Ddebugfs-driver-genwqe6 What: /sys/kernel/debug/genwqe/genwqe<n>_card/curr_regs
/linux-4.1.27/drivers/misc/genwqe/
Dcard_debugfs.c167 GENWQE_DEBUGFS_RO(curr_regs, genwqe_curr_regs_show);