Home
last modified time | relevance | path

Searched full:omap1 (Results 1 – 25 of 72) sorted by relevance

123

/linux/arch/arm/mach-omap1/
H A Dio.c3 * 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 Dusb.h4 * 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 Dflash.c3 * Flash support for OMAP1
9 #include <linux/soc/ti/omap1-io.h>
H A Dboard-sx1-mmc.c3 * 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 Diomap.h2 * IO mappings for OMAP1
27 * Omap1 specific IO mapping
H A Domap-dma.c11 * 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 Dclock.h3 * 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 Dpm.h2 * arch/arm/mach-omap1/pm.h
4 * Header file for OMAP1 Power Management Routines
37 #include <linux/soc/ti/omap1-io.h>
H A Dopp_data.c3 * linux/arch/arm/mach-omap1/opp_data.c
14 * Omap1 MPU rate table
H A Dpm.c2 * 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 Di2c.c55 /* 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 Dtimer.c3 * OMAP1 Dual-Mode Timers - platform device registration
21 #include <linux/soc/ti/omap1-io.h>
H A Did.c3 * linux/arch/arm/mach-omap1/id.c
5 * OMAP1 CPU identification code
15 #include <linux/soc/ti/omap1-io.h>
H A Ddevices.c3 * linux/arch/arm/mach-omap1/devices.c
5 * OMAP1 platform device setup/initialization
16 #include <linux/soc/ti/omap1-io.h>
H A Dsoc.h2 * We can move linux/soc/ti/omap1-soc.h here once the drivers are fixed
H A Dflash.h3 * Flash support for OMAP1
H A Dams-delta-fiq-handler.S3 * 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 Dserial.c3 * linux/arch/arm/mach-omap1/serial.c
5 * OMAP1 serial support.
H A Dopp.h3 * linux/arch/arm/mach-omap1/opp.h
H A Dpm_bus.c3 * Runtime PM support code for OMAP1
/linux/drivers/dma/ti/
H A Domap-dma.c137 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 Dti.h188 * 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 Domap-dma.h149 /* 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 Domap_cf.c22 #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 DMakefile3 # Makefile for the OMAP1 framebuffer device driver

123