Searched refs:emif (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/arch/arm/mach-omap2/ |
D | emif-common.c | 25 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in set_lpmode_selfrefresh() local 28 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() local 61 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() local 81 writel(mr_addr, &emif->emif_lpddr2_mode_reg_cfg); in set_mr() [all …]
|
D | Makefile | 25 obj-y += emif-common.o
|
D | clocks-common.c | 377 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in setup_dplls() local 388 if (emif_sdram_type(readl(&emif->emif_sdram_config)) == in setup_dplls()
|
/external/u-boot/cmd/ti/ |
D | ddr3.c | 161 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in ddr_check_ecc_status() local 162 u32 err_1b = readl(&emif->emif_1b_ecc_err_cnt); in ddr_check_ecc_status() 163 u32 int_status = readl(&emif->emif_irqstatus_raw_sys); in ddr_check_ecc_status() 188 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in ddr_memory_ecc_err() local 189 u32 ecc_ctrl = readl(&emif->emif_ecc_ctrl_reg); in ddr_memory_ecc_err() 198 writel(0, &emif->emif_ecc_ctrl_reg); in ddr_memory_ecc_err() 214 writel(ecc_ctrl, &emif->emif_ecc_ctrl_reg); in ddr_memory_ecc_err() 230 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in is_addr_valid() local 237 ecc_ctrl = readl(&emif->emif_ecc_ctrl_reg); in is_addr_valid() 238 range = readl(&emif->emif_ecc_address_range_1); in is_addr_valid() [all …]
|
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | ti816x_emif4.c | 22 static void ddr_init_settings(const struct cmd_control *ctrl, int emif) in ddr_init_settings() argument 34 config_cmd_ctrl(ctrl, emif); in ddr_init_settings() 91 static void ddr3_sw_levelling(const struct ddr_data *data, int emif) in ddr3_sw_levelling() argument
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | sdram.c | 513 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in do_ext_phy_settings_omap5() local 516 emif_ext_phy_ctrl_base = (u32 *) &(emif->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_omap5() 543 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in do_ext_phy_settings_dra7() local 554 emif_ext_phy_ctrl_base = (u32 *)&(emif->emif_ddr_ext_phy_ctrl_1); in do_ext_phy_settings_dra7()
|
D | Makefile | 8 obj-y += emif.o
|
D | hwinit.c | 125 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in do_io_settings() local 181 if (emif_sdram_type(emif->emif_sdram_config) == EMIF_SDRAM_TYPE_LPDDR2) in do_io_settings()
|
/external/u-boot/arch/arm/mach-omap2/omap4/ |
D | Makefile | 9 obj-y += emif.o
|
/external/u-boot/arch/arm/include/asm/arch-am33xx/ |
D | hardware_ti816x.h | 56 #define DDRPHY_CONFIG_BASE ((emif == 0) ? \
|
/external/u-boot/tools/ |
D | ublimage.h | 75 uint32_t emif; /* member
|
/external/u-boot/arch/arm/dts/ |
D | am4372.dtsi | 136 emif: emif@4c000000 { label 137 compatible = "ti,emif-am4372"; 139 ti,hwmods = "emif";
|
/external/u-boot/arch/arm/include/asm/ |
D | emif.h | 1258 struct emif_reg_struct *emif = (struct emif_reg_struct *)base; in get_emif_rev() local 1260 return (readl(&emif->emif_mod_id_rev) & EMIF_REG_MAJOR_REVISION_MASK) in get_emif_rev()
|