/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/platform/chrome/ |
H A D | cros_ec_lpc_mec.h | 32 /* EMI registers are relative to base */ 45 * @base: MEC EMI Base address 46 * @end: MEC EMI End address 60 * cros_ec_lpc_mec_in_range() - Determine if addresses are in MEC EMI range. 71 * cros_ec_lpc_io_bytes_mec - Read / write bytes to MEC EMI port
|
H A D | cros_ec_lpc_mec.c | 16 * This mutex must be held while accessing the EMI unit. We can't rely on the 30 * cros_ec_lpc_mec_lock() - Acquire mutex for EMI 52 * cros_ec_lpc_mec_unlock() - Release mutex for EMI 73 * cros_ec_lpc_mec_emi_write_address() - Initialize EMI at a given address. 86 * cros_ec_lpc_mec_in_range() - Determine if addresses are in MEC EMI range. 115 * cros_ec_lpc_io_bytes_mec() - Read / write bytes to MEC EMI port.
|
/openbmc/linux/drivers/clk/mxs/ |
H A D | clk-imx23.c | 31 #define EMI (CLKCTRL + 0x00a0) macro 85 clk32k, dri, pwm, filt, uart, ssp, gpmi, spdif, emi, saif, enumerator 94 cpu, hbus, xbus, emi, uart, enumerator 132 clks[emi_pll] = mxs_clk_div("emi_pll", "ref_emi", EMI, 0, 6, 28); in mx23_clocks_init() 133 clks[emi_xtal] = mxs_clk_div("emi_xtal", "ref_xtal", EMI, 8, 4, 29); in mx23_clocks_init() 148 clks[emi] = mxs_clk_gate("emi", "emi_sel", EMI, 31); in mx23_clocks_init()
|
H A D | clk-imx28.c | 33 #define EMI (CLKCTRL + 0x00f0) macro 140 ssp1, ssp2, ssp3, gpmi, spdif, emi, saif0, saif1, lcdif, etm, enumerator 149 cpu, hbus, xbus, emi, uart, enumerator 199 clks[emi_pll] = mxs_clk_div("emi_pll", "ref_emi", EMI, 0, 6, 28); in mx28_clocks_init() 200 clks[emi_xtal] = mxs_clk_div("emi_xtal", "ref_xtal", EMI, 8, 4, 29); in mx28_clocks_init() 219 clks[emi] = mxs_clk_gate("emi", "emi_sel", EMI, 31); in mx28_clocks_init()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-lx2160a-qds.dts | 110 mdio@0 { /* Slot #1 (secondary EMI) */ 116 mdio@1 { /* Slot #2 (secondary EMI) */ 122 mdio@2 { /* Slot #3 (secondary EMI) */ 128 mdio@3 { /* Slot #4 (secondary EMI) */ 134 mdio@4 { /* Slot #5 (secondary EMI) */ 140 mdio@5 { /* Slot #6 (secondary EMI) */ 146 mdio@6 { /* Slot #7 (secondary EMI) */ 152 mdio@7 { /* Slot #8 (secondary EMI) */
|
H A D | fsl-lx2162a-qds.dts | 120 mdio@0 { /* Slot #1 (secondary EMI) */ 126 mdio@1 { /* Slot #2 (secondary EMI) */ 132 mdio@2 { /* Slot #3 (secondary EMI) */ 138 mdio@3 { /* Slot #4 (secondary EMI) */ 144 mdio@4 { /* Slot #5 (secondary EMI) */ 150 mdio@5 { /* Slot #6 (secondary EMI) */ 156 mdio@6 { /* Slot #7 (secondary EMI) */ 162 mdio@7 { /* Slot #8 (secondary EMI) */
|
/openbmc/linux/drivers/usb/misc/ |
H A D | emi26.c | 3 * Emagic EMI 2|6 usb audio interface firmware loader. 19 #define EMI26_PRODUCT_ID 0x0100 /* EMI 2|6 without firmware */ 20 #define EMI26B_PRODUCT_ID 0x0102 /* EMI 2|6 without firmware */ 104 /* Assert reset (stop the CPU in the EMI) */ in emi26_load_firmware() 126 /* 2. We upload the FPGA firmware into the EMI in emi26_load_firmware() 145 /* Assert reset (stop the CPU in the EMI) */ in emi26_load_firmware() 179 /* Assert reset (stop the CPU in the EMI) */ in emi26_load_firmware() 252 MODULE_DESCRIPTION("Emagic EMI 2|6 firmware loader.");
|
H A D | emi62.c | 3 * Emagic EMI 2|6 usb audio interface firmware loader. 29 #define EMI62_PRODUCT_ID 0x0110 /* EMI 6|2m without firmware */ 110 /* Assert reset (stop the CPU in the EMI) */ in emi62_load_firmware() 133 /* 2. We upload the FPGA firmware into the EMI in emi62_load_firmware() 152 /* Assert reset (stop the CPU in the EMI) */ in emi62_load_firmware() 186 /* Assert reset (stop the CPU in the EMI) */ in emi62_load_firmware() 265 MODULE_DESCRIPTION("Emagic EMI 6|2m firmware loader.");
|
H A D | Kconfig | 37 tristate "EMI 6|2m USB Audio interface support" 39 This driver loads firmware to Emagic EMI 6|2m low latency USB 51 tristate "EMI 2|6 USB Audio interface support" 53 This driver loads firmware to Emagic EMI 2|6 low latency USB
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160aqds.c | 173 /* BRDCFG4 controls EMI routing for the board. 175 * 7-6 EMI Interface #1 Primary Routing (CFG_MUX1_EMI1) (1.8V): 180 * 5-3 EMI Interface #1 Secondary Routing (CFG_MUX2_EMI1) (2.5V): 189 * 2-0 EMI Interface #2 Routing (CFG_MUX_EMI2): 190 * EMI2 000= Slot #1 (secondary EMI) 191 * 001= Slot #2 (secondary EMI) 192 * 010= Slot #3 (secondary EMI) 193 * 011= Slot #4 (secondary EMI) 194 * 100= Slot #5 (secondary EMI) 195 * 101= Slot #6 (secondary EMI) [all …]
|
H A D | eth_lx2160ardb.c | 58 /* Register the EMI 1 */ in board_eth_init() 65 /* Register the EMI 2 */ in board_eth_init()
|
/openbmc/u-boot/doc/ |
H A D | README.spear | 12 SPEAr600 do not have EMI. 30 4. EMI (Parallel NOR interface) 39 This option generates a uboot image that supports emi controller
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | spl_mem_init.c | 155 /* Gate EMI clock */ in mxs_mem_init_clock() 163 /* Ungate EMI clock */ in mxs_mem_init_clock() 169 /* Set EMI clock divider for EMI clock to 411 / 2 = 205MHz */ in mxs_mem_init_clock() 174 /* Unbypass EMI */ in mxs_mem_init_clock() 271 * Reset/ungate the EMI block. This is essential, otherwise the system in mx23_mem_init() 300 /* Adjust EMI port priority. */ in mx23_mem_init()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/mediatek/ |
H A D | mediatek,mt7622-wed.yaml | 35 - description: firmware EMI region 43 - const: wo-emi 100 memory-region-names = "wo-emi", "wo-ilm", "wo-dlm",
|
/openbmc/u-boot/board/freescale/ls1088a/ |
H A D | eth_ls1088ardb.c | 40 /* Register the EMI 1 */ in board_eth_init() 47 /* Register the EMI 2 */ in board_eth_init()
|
/openbmc/u-boot/drivers/ram/mediatek/ |
H A D | ddr3-mt7629.c | 16 /* EMI */ 224 fdt_addr_t emi; member 260 clrsetbits_le32(priv->emi + EMI_CONA, EMI_COL_ADDR_MASK, in mtk_ddr3_rank_size_detect() 275 /* EMI Setting */ in mtk_ddr3_init() 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/u-boot/board/freescale/ls2080ardb/ |
H A D | eth_ls2080rdb.c | 41 /* Register the EMI 1 */ in board_eth_init() 48 /* Register the EMI 2 */ in board_eth_init()
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | mediatek,iommu.yaml | 20 EMI (External Memory Interface) 53 access EMI. SMI is a bridge between m4u and the Multimedia HW. It contain 56 directly with EMI. And also SMI help control the power domain and clocks for
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | spear310-evb.dts | 52 emi { 54 st,function = "emi";
|
/openbmc/linux/sound/soc/sof/mediatek/mt8186/ |
H A D | mt8186.h | 73 #define DSP_C0_EMI_MAP_ADDR 0xA00 /* ADSP Core0 To EMI Address Remap */ 74 #define DSP_C0_DMAEMI_MAP_ADDR 0xA08 /* DMA0 To EMI Address Remap */
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | mediatek,smi-common.yaml | 25 SMI generation 1 to transform the smi clock into emi clock domain, but that is 69 into the emi clock domain on Gen1 h/w, or the path0 clock of gals.
|
/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/linux/arch/arm/mach-imx/ |
H A D | mx3x.h | 29 * FC320000 B8000000 64K NAND, SDRAM, WEIM, M3IF, EMI controllers 127 * NAND, SDRAM, WEIM, M3IF, EMI controllers
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | imx23-clock.yaml | 55 emi 36
|