Searched full:omap1 (Results 1 – 25 of 72) sorted by relevance
123
| /linux/arch/arm/mach-omap1/ |
| H A D | io.c | 3 * linux/arch/arm/mach-omap1/io.c 5 * OMAP1 I/O mapping code 45 * Maps common IO regions for omap1 53 * Common low-level hardware init for omap1.
|
| H A D | usb.h | 4 * as does (on omap1) any nonzero value for config->otg port number 6 #include <linux/platform_data/usb-omap1.h> 7 #include <linux/soc/ti/omap1-usb.h>
|
| H A D | flash.c | 3 * Flash support for OMAP1 9 #include <linux/soc/ti/omap1-io.h>
|
| H A D | board-sx1-mmc.c | 3 * linux/arch/arm/mach-omap1/board-sx1-mmc.c 8 * This code is based on linux/arch/arm/mach-omap1/board-h2-mmc.c, which is:
|
| H A D | iomap.h | 2 * IO mappings for OMAP1 27 * Omap1 specific IO mapping
|
| H A D | omap-dma.c | 11 * Merged to support both OMAP1 and OMAP2 by Tony Lindgren <tony@atomide.com> 37 #include <linux/soc/ti/omap1-io.h> 38 #include <linux/soc/ti/omap1-soc.h> 46 * than this -- for example, OMAP1 SDMA instances only support 17 logical 174 /* Note that src_port is only for omap1 */ 227 * not supported by current hardware on OMAP1 in omap_set_dma_src_burst_mode() 232 /* OMAP1 don't support burst 16 */ in omap_set_dma_src_burst_mode() 243 /* Note that dest_port is only for OMAP1 */ 297 /* OMAP1 don't support burst 16 */ in omap_set_dma_dest_burst_mode()
|
| H A D | clock.h | 3 * linux/arch/arm/mach-omap1/clock.h 63 * struct omap1_clk - OMAP1 struct clk 75 * @rate_offset: bitshift for rate selection bitfield (OMAP1 only)
|
| H A D | pm.h | 2 * arch/arm/mach-omap1/pm.h 4 * Header file for OMAP1 Power Management Routines 37 #include <linux/soc/ti/omap1-io.h>
|
| H A D | opp_data.c | 3 * linux/arch/arm/mach-omap1/opp_data.c 14 * Omap1 MPU rate table
|
| H A D | pm.c | 2 * linux/arch/arm/mach-omap1/pm.c 55 #include <linux/soc/ti/omap1-io.h> 573 pr_info("OMAP1 PM: sleep states in idle disabled due to no 32KiHz timer\n"); in omap_pm_init() 576 pr_info("OMAP1 PM: sleep states in idle disabled due to no DMTIMER support\n"); in omap_pm_init() 581 pr_info("OMAP1 PM: sleep states in idle enabled\n"); in omap_pm_init()
|
| H A D | i2c.c | 55 /* all OMAP1 have IP version 1 register set */ in omap_i2c_add_bus() 58 /* all OMAP1 I2C are implemented like this */ in omap_i2c_add_bus()
|
| H A D | timer.c | 3 * OMAP1 Dual-Mode Timers - platform device registration 21 #include <linux/soc/ti/omap1-io.h>
|
| H A D | id.c | 3 * linux/arch/arm/mach-omap1/id.c 5 * OMAP1 CPU identification code 15 #include <linux/soc/ti/omap1-io.h>
|
| H A D | devices.c | 3 * linux/arch/arm/mach-omap1/devices.c 5 * OMAP1 platform device setup/initialization 16 #include <linux/soc/ti/omap1-io.h>
|
| H A D | soc.h | 2 * We can move linux/soc/ti/omap1-soc.h here once the drivers are fixed
|
| H A D | flash.h | 3 * Flash support for OMAP1
|
| H A D | ams-delta-fiq-handler.S | 3 * linux/arch/arm/mach-omap1/ams-delta-fiq-handler.S 16 #include <linux/soc/ti/omap1-io.h> 27 * OMAP1510 GPIO related symbol copied from arch/arm/mach-omap1/gpio15xx.c.
|
| H A D | serial.c | 3 * linux/arch/arm/mach-omap1/serial.c 5 * OMAP1 serial support.
|
| H A D | opp.h | 3 * linux/arch/arm/mach-omap1/opp.h
|
| H A D | pm_bus.c | 3 * Runtime PM support code for OMAP1
|
| /linux/drivers/dma/ti/ |
| H A D | omap-dma.c | 137 CCR_AUTO_INIT = BIT(8), /* OMAP1 only */ 138 CCR_REPEAT = BIT(9), /* OMAP1 only */ 139 CCR_OMAP31_DISABLE = BIT(10), /* OMAP1 only */ 167 CSDP_SRC_PORT_EMIFF = 0 << 2, /* OMAP1 only */ 168 CSDP_SRC_PORT_EMIFS = 1 << 2, /* OMAP1 only */ 169 CSDP_SRC_PORT_OCP_T1 = 2 << 2, /* OMAP1 only */ 170 CSDP_SRC_PORT_TIPB = 3 << 2, /* OMAP1 only */ 171 CSDP_SRC_PORT_OCP_T2 = 4 << 2, /* OMAP1 only */ 172 CSDP_SRC_PORT_MPUI = 5 << 2, /* OMAP1 only */ 178 CSDP_DST_PORT_EMIFF = 0 << 9, /* OMAP1 only */ [all …]
|
| /linux/include/linux/clk/ |
| H A D | ti.h | 188 * ENABLE_REG_32BIT: (OMAP1 only) clock control register must be accessed 189 * with 32bit ops, by default OMAP1 uses 16bit ops. 190 * CLOCK_IDLE_CONTROL: (OMAP1 only) clock has autoidle support. 191 * CLOCK_NO_IDLE_PARENT: (OMAP1 only) when clock is enabled, its parent
|
| /linux/include/linux/ |
| H A D | omap-dma.h | 149 /* omap1+ specific */ 203 int src_port; /* Only on OMAP1 REVISIT: Is this needed? */ 210 int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */
|
| /linux/drivers/pcmcia/ |
| H A D | omap_cf.c | 22 #include <linux/soc/ti/omap1-io.h> 23 #include <linux/soc/ti/omap1-soc.h> 24 #include <linux/soc/ti/omap1-mux.h>
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | Makefile | 3 # Makefile for the OMAP1 framebuffer device driver
|
123