/openbmc/linux/fs/ocfs2/ |
H A D | extent_map.c | 53 struct ocfs2_extent_map_item *emi; in __ocfs2_extent_map_lookup() local 57 list_for_each_entry(emi, &em->em_list, ei_list) { in __ocfs2_extent_map_lookup() 58 range = emi->ei_cpos + emi->ei_clusters; in __ocfs2_extent_map_lookup() 60 if (cpos >= emi->ei_cpos && cpos < range) { in __ocfs2_extent_map_lookup() 61 list_move(&emi->ei_list, &em->em_list); in __ocfs2_extent_map_lookup() 63 *ret_emi = emi; in __ocfs2_extent_map_lookup() 75 struct ocfs2_extent_map_item *emi; in ocfs2_extent_map_lookup() local 79 __ocfs2_extent_map_lookup(&oi->ip_extent_map, cpos, &emi); in ocfs2_extent_map_lookup() 80 if (emi) { in ocfs2_extent_map_lookup() 81 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup() [all …]
|
/openbmc/linux/drivers/clk/mxs/ |
H A D | clk-imx23.c | 85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator 94 cpu, hbus, xbus, emi, uart, enumerator 148 clks[emi] = mxs_clk_gate("emi", "emi_sel", EMI, 31); in mx23_clocks_init()
|
H A D | clk-imx28.c | 140 ssp1, ssp2, ssp3, gpmi, spdif, emi, saif0, saif1, lcdif, etm, enumerator 149 cpu, hbus, xbus, emi, uart, enumerator 219 clks[emi] = mxs_clk_gate("emi", "emi_sel", EMI, 31); in mx28_clocks_init()
|
/openbmc/u-boot/drivers/ram/mediatek/ |
H A D | ddr3-mt7629.c | 224 fdt_addr_t emi; member 260 clrsetbits_le32(priv->emi + EMI_CONA, EMI_COL_ADDR_MASK, in mtk_ddr3_rank_size_detect() 276 writel(0x00003010, priv->emi + EMI_CONA); in mtk_ddr3_init() 277 writel(0x00000000, priv->emi + EMI_CONF); in mtk_ddr3_init() 278 writel(0x000006b8, priv->emi + EMI_CONM); in mtk_ddr3_init() 685 priv->emi = dev_read_addr_index(dev, 0); in mtk_ddr3_probe() 686 if (priv->emi == FDT_ADDR_T_NONE) in mtk_ddr3_probe() 726 u32 val = readl(priv->emi + EMI_CONA); in mtk_ddr3_get_info()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | spear310-evb.dts | 52 emi { 54 st,function = "emi";
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt7986a.dtsi | 82 wo_emi0: wo-emi@4fd00000 { 87 wo_emi1: wo-emi@4fd40000 { 506 memory-region-names = "wo-emi", "wo-ilm", "wo-dlm", 519 memory-region-names = "wo-emi", "wo-ilm", "wo-dlm",
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl_spear.txt | 134 "emi", "uart1", "uart2", "uart3", "uart4", "uart5", "fsmc", "rs485_0", 138 "clcd", "emi", "fsmc", "spp", "sdhci", "i2s", "uart1", "uart1_modem",
|
/openbmc/u-boot/doc/ |
H A D | README.spear | 39 This option generates a uboot image that supports emi controller
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx35.dtsi | 359 emi@80000000 { /* External Memory Interface */ 360 compatible = "fsl,emi", "simple-bus";
|
H A D | imx25.dtsi | 599 emi@80000000 { 600 compatible = "fsl,emi-bus", "simple-bus";
|
H A D | imx31.dtsi | 336 emi@b8000000 { /* External Memory Interface */
|
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx23.dtsi | 410 emi@80020000 {
|