Lines Matching refs:emif_data
57 struct emif_data { struct
71 static struct emif_data *emif1; argument
75 static void do_emif_regdump_show(struct seq_file *s, struct emif_data *emif, in do_emif_regdump_show()
113 struct emif_data *emif = s->private; in emif_regdump_show()
134 struct emif_data *emif = s->private; in emif_mr4_show()
142 static void emif_debugfs_init(struct emif_data *emif) in emif_debugfs_init()
153 static void emif_debugfs_exit(struct emif_data *emif) in emif_debugfs_exit()
167 static u32 get_emif_bus_width(struct emif_data *emif) in get_emif_bus_width()
179 static void set_lpmode(struct emif_data *emif, u8 lpmode) in set_lpmode()
226 struct emif_data *emif; in do_freq_update()
362 static u32 get_pwr_mgmt_ctrl(u32 freq, struct emif_data *emif, u32 ip_rev) in get_pwr_mgmt_ctrl()
453 static void get_temperature_level(struct emif_data *emif) in get_temperature_level()
491 static void setup_temperature_sensitive_regs(struct emif_data *emif, in setup_temperature_sensitive_regs()
523 static irqreturn_t handle_temp_alert(void __iomem *base, struct emif_data *emif) in handle_temp_alert()
582 struct emif_data *emif = dev_id; in emif_interrupt_handler()
617 struct emif_data *emif = dev_id; in emif_threaded_isr()
647 static void clear_all_interrupts(struct emif_data *emif) in clear_all_interrupts()
658 static void disable_and_clear_all_interrupts(struct emif_data *emif) in disable_and_clear_all_interrupts()
673 static int setup_interrupts(struct emif_data *emif, u32 irq) in setup_interrupts()
704 static void emif_onetime_settings(struct emif_data *emif) in emif_onetime_settings()
769 static void get_default_timings(struct emif_data *emif) in get_default_timings()
829 struct emif_data *emif) in of_get_custom_configs()
907 static struct emif_data *of_get_memory_device_details( in of_get_memory_device_details()
910 struct emif_data *emif = NULL; in of_get_memory_device_details()
918 emif = devm_kzalloc(dev, sizeof(struct emif_data), GFP_KERNEL); in of_get_memory_device_details()
979 static struct emif_data *get_device_details( in get_device_details()
983 struct emif_data *emif = NULL; in get_device_details()
1085 struct emif_data *emif; in emif_probe()
1140 struct emif_data *emif = platform_get_drvdata(pdev); in emif_remove()
1147 struct emif_data *emif = platform_get_drvdata(pdev); in emif_shutdown()