Home
last modified time | relevance | path

Searched full:omap (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/u-boot/drivers/usb/dwc3/
Ddwc3-omap.c3 * dwc3-omap.c - OMAP Specific Glue layer
10 * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/dwc3-omap.c) and ported
13 * commit 7ee2566ff5 : usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete()
20 #include <dwc3-omap-uboot.h>
21 #include <linux/usb/dwc3-omap.h>
30 * All these registers belong to OMAP's Wrapper around the
148 static u32 dwc3_omap_read_utmi_status(struct dwc3_omap *omap) in dwc3_omap_read_utmi_status() argument
150 return dwc3_omap_readl(omap->base, USBOTGSS_UTMI_OTG_STATUS + in dwc3_omap_read_utmi_status()
151 omap->utmi_otg_offset); in dwc3_omap_read_utmi_status()
154 static void dwc3_omap_write_utmi_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_utmi_status() argument
[all …]
/external/u-boot/drivers/usb/phy/
Domap_usb_phy.c3 * OMAP USB PHY Support
20 #include <linux/usb/xhci-omap.h>
155 static void omap_enable_usb3_phy(struct omap_xhci *omap) in omap_enable_usb3_phy() argument
162 writel(val, &omap->otg_wrapper->sysconfig); in omap_enable_usb3_phy()
165 val = readl(&omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
166 writel(val, &omap->otg_wrapper->utmi_otg_status); in omap_enable_usb3_phy()
169 writel(USBOTGSS_COREIRQ_EN, &omap->otg_wrapper->irqenable_set_0); in omap_enable_usb3_phy()
179 writel(val, &omap->otg_wrapper->irqenable_set_1); in omap_enable_usb3_phy()
182 val = readl(&omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
183 writel(val, &omap->otg_wrapper->irqstatus_1); in omap_enable_usb3_phy()
[all …]
/external/u-boot/drivers/usb/host/
Dxhci-omap.c3 * OMAP USB HOST xHCI Controller
20 #include <linux/usb/xhci-omap.h>
25 static struct omap_xhci omap; variable
27 static int omap_xhci_core_init(struct omap_xhci *omap) in omap_xhci_core_init() argument
32 omap_enable_phy(omap); in omap_xhci_core_init()
34 ret = dwc3_core_init(omap->dwc3_reg); in omap_xhci_core_init()
41 dwc3_set_mode(omap->dwc3_reg, DWC3_GCTL_PRTCAP_HOST); in omap_xhci_core_init()
46 static void omap_xhci_core_exit(struct omap_xhci *omap) in omap_xhci_core_exit() argument
53 struct omap_xhci *ctx = &omap; in xhci_hcd_init()
77 debug("omap-xhci: init hccr %x and hcor %x hc_length %d\n", in xhci_hcd_init()
[all …]
Dehci-omap.c20 #include <asm/ehci-omap.h>
85 debug("OMAP EHCI error: timeout resetting TLL\n"); in omap_ehci_tll_reset()
163 debug("Resetting OMAP EHCI\n"); in omap_ehci_hcd_stop()
176 * Initialize the OMAP EHCI controller and PHY.
177 * Based on "drivers/usb/host/ehci-omap.c" from Linux 3.1
186 debug("Initializing OMAP EHCI\n"); in omap_ehci_hcd_init()
265 debug("OMAP UHH_REVISION 0x%x\n", rev); in omap_ehci_hcd_init()
292 debug("OMAP EHCI init done\n"); in omap_ehci_hcd_init()
/external/u-boot/doc/
DREADME.omap-ulpi-viewport1 Reference code ""drivers/usb/ulpi/omap-ulpi-viewport.c"
4 any ulpi phy port access on omap platform.
6 On omap ehci reg map contains INSNREG05_ULPI
11 omap-ulpi-viewport.c is a low level function
14 To enable and use omap-ulpi-viewport.c
20 omap-ulpi-viewport implementation.
23 omap-ehci driver code requests for ulpi phy reset if
DREADME.nokia_rx5175 * setup_omap_atag - Add OMAP table into atags structure (needs maemo kernel)
76 * setup_console_atag - Enable serial console in OMAP table
77 * setup_boot_reason_atag - Change boot reason in OMAP table
78 * setup_boot_mode_atag - Change boot mode in OMAP table
/external/google-breakpad/src/common/windows/
Domap_internal.h29 // Declares internal implementation details for functionality in omap.h and
30 // omap.cc.
42 // The OMAP struct is defined by debughlp.h, which doesn't play nicely with
44 struct OMAP { struct
48 static_assert(sizeof(OMAP) == 8, "Wrong size for OMAP structure."); argument
49 typedef std::vector<OMAP> OmapTable;
51 // This contains the OMAP data extracted from an image.
53 // The table of OMAP entries describing the transformation from the
56 // The table of OMAP entries describing the transformation from the
112 // OMAP data.
Domap.cc30 // when that information has been extracted from a PDB containing OMAP
33 // OMAP information is a lightweight description of a mapping between two
52 // at offset 5. The OMAP streams describing this would look like:
66 // number. In this case the OMAP stream would look like:
96 // One way to handle this is to dump the OMAP information as part of the
98 // OMAP information and to use it when present prior to performing lookup. The
103 #include "common/windows/omap.h"
128 // It makes things more readable to have two different OMAP types. We cast
129 // normal OMAPs into these. They must be the same size as the OMAP structure
139 static_assert(sizeof(OmapOrigToTran) == sizeof(OMAP),
[all …]
Domap.h29 // Provides an API for mapping symbols through OMAP information, if a PDB file
42 // If the given session contains OMAP data this extracts it, populating
44 // OMAP data is present in the PDB if |omap_data| is not empty. This returns
49 // Given raw OMAP data builds an ImageMap. This can be used to query individual
51 // |omap_data|| is the OMAP data extracted from the PDB.
58 // |omap_data| is the OMAP data extracted from the PDB, which must not be
/external/u-boot/drivers/phy/
DKconfig88 bool "Support omap's PIPE3 PHY"
91 Support for the omap PIPE3 phy for sata
93 This PHY is found on omap devices supporting SATA such as dra7, am57x
97 bool "Support omap's PIPE3 PHY in SPL"
100 Support for the omap PIPE3 phy for sata in SPL
102 This PHY is found on omap devices supporting SATA such as dra7, am57x
/external/libdrm/omap/
Dmeson.build38 install_headers('omap_drm.h', subdir : 'omap')
43 subdirs : ['.', 'libdrm', 'omap'],
46 description : 'Userspace interface to omap kernel DRM services',
50 'omap-symbol-check',
53 args : [files('omap-symbol-check'), libdrm_omap]
Dlibdrm_omap.pc.in7 Description: Userspace interface to omap kernel DRM services
10 Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/omap
/external/u-boot/board/nokia/rx51/
Drx51.c51 /* This structure contains default omap tags needed for booting Maemo 5 */
52 static struct tag_omap omap[] = { variable
105 while (omap[i].hdr.tag) { in init_omap_tags()
106 switch (omap[i].hdr.tag) { in init_omap_tags()
108 boot_reason_ptr = omap[i].u.boot_reason.reason_str; in init_omap_tags()
111 component = omap[i].u.version.component; in init_omap_tags()
112 version = omap[i].u.version.version; in init_omap_tags()
235 /* append omap atag only if env setup_omap_atag is set to 1 */ in setup_board_tags()
253 for (i = 0; omap[i].hdr.tag; i++) { in setup_board_tags()
257 omap[i].hdr.tag == OMAP_TAG_SERIAL_CONSOLE) in setup_board_tags()
[all …]
/external/libdrm/
Dconfigure.ac126 AC_ARG_ENABLE(omap-experimental-api,
127 AS_HELP_STRING([--enable-omap-experimental-api],
128 [Enable support for OMAP's experimental API (default: disabled)]),
129 [OMAP=$enableval], [OMAP=no])
284 dnl $4 - Configure switch. Eg. intel, omap-experimental-api, ...
306 LIBDRM_ATOMICS_NOT_FOUND_MSG($OMAP, omap, OMAP, omap-experimental-api)
307 OMAP=no
393 AM_CONDITIONAL(HAVE_OMAP, [test "x$OMAP" = xyes])
570 omap/Makefile
571 omap/libdrm_omap.pc
[all …]
/external/libkmsxx/py/tests/
Dtest.py9 # Use omap?
10 omap = False variable
12 if omap:
29 if omap:
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc47 // A PDB file with no OMAP data.
49 // A PDB file with OMAP data for an image that has been function-level
52 // A PDB file with OMAP data for an image that had new content injected, all
55 // A PDB file with OMAP data for an image that had new content injected, but
58 // A PDB file with OMAP data for an image that has been basic block reordered.
60 // A 64bit PDB file with no OMAP data.
/external/libkmsxx/kms++/
DCMakeLists.txt11 file(GLOB OMAP_SRCS "src/omap/*.cpp" "src/omap/*.h")
12 file(GLOB OMAP_PUB_HDRS "inc/kms++/omap/*.h")
/external/u-boot/board/bosch/shc/
DREADME14 MMC: OMAP SD/MMC: 0 @ 26 MHz, OMAP SD/MMC: 1 @ 26 MHz
110 MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
/external/u-boot/arch/arm/include/asm/arch-omap4/
Dehci.h3 * OMAP EHCI port support
5 * drivers/usb/host/ehci-omap.c and drivers/mfd/omap-usb-host.c
/external/u-boot/arch/arm/mach-omap2/
Dabb.c3 * Adaptive Body Bias programming sequence for OMAP family
32 * settling time of ldo in micro-seconds (varies per OMAP family), in abb_setup_timings()
33 * of clock cycles per SYS_CLK period (varies per OMAP family), in abb_setup_timings()
82 * For some OMAP silicons additional setup for LDOVBB register is in abb_setup()
/external/u-boot/arch/arm/include/asm/
Dehci-omap.h3 * OMAP EHCI port support
5 * drivers/usb/host/ehci-omap.c and drivers/mfd/omap-usb-host.c
127 * FIXME: forward declaration of this structs needed because omap got the
/external/libkmsxx/kms++/inc/kms++/omap/
Domapkms++.h3 #include <kms++/omap/omapcard.h>
4 #include <kms++/omap/omapframebuffer.h>
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-omap.data2 Bestiary: !!omap
8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
/external/snakeyaml/src/test/resources/specification/types/
Domap.yaml2 Bestiary: !!omap
8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dconstruct-omap.test4 Bestiary: !!omap
10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]

12345678910