Searched refs:emif (Results 1 – 12 of 12) sorted by relevance
25 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in set_lpmode_selfrefresh() local28 reg = readl(&emif->emif_pwr_mgmt_ctrl); in set_lpmode_selfrefresh()32 writel(reg, &emif->emif_pwr_mgmt_ctrl); in set_lpmode_selfrefresh()35 readl(&emif->emif_pwr_mgmt_ctrl); in set_lpmode_selfrefresh()58 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in get_mr() local61 writel(mr_addr, &emif->emif_lpddr2_mode_reg_cfg); in get_mr()63 mr = readl(&emif->emif_lpddr2_mode_reg_data_es2); in get_mr()65 mr = readl(&emif->emif_lpddr2_mode_reg_data); in get_mr()78 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in set_mr() local81 writel(mr_addr, &emif->emif_lpddr2_mode_reg_cfg); in set_mr()[all …]
27 obj-y += emif-common.o
378 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in setup_dplls() local389 if (emif_sdram_type(readl(&emif->emif_sdram_config)) == in setup_dplls()
23 static void ddr_init_settings(const struct cmd_control *ctrl, int emif) in ddr_init_settings() argument35 config_cmd_ctrl(ctrl, emif); in ddr_init_settings()92 static void ddr3_sw_levelling(const struct ddr_data *data, int emif) in ddr3_sw_levelling() argument
11 obj-y += emif.o
56 #define DDRPHY_CONFIG_BASE ((emif == 0) ? \
10 obj-y += emif.o
510 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in do_ext_phy_settings_omap5() local513 emif_ext_phy_ctrl_base = (u32 *) &(emif->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_omap5()540 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in do_ext_phy_settings_dra7() local551 emif_ext_phy_ctrl_base = (u32 *)&(emif->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_dra7()
128 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in do_io_settings() local184 if (emif_sdram_type(emif->emif_sdram_config) == EMIF_SDRAM_TYPE_LPDDR2) in do_io_settings()
76 uint32_t emif; /* member
136 emif: emif@4c000000 { label137 compatible = "ti,emif-am4372";139 ti,hwmods = "emif";
1210 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in get_emif_rev() local1212 return (readl(&emif->emif_mod_id_rev) & EMIF_REG_MAJOR_REVISION_MASK) in get_emif_rev()