Home
last modified time | relevance | path

Searched refs:omap (Results 1 – 25 of 57) sorted by relevance

123

/external/u-boot/drivers/usb/dwc3/
Ddwc3-omap.c148 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
156 dwc3_omap_writel(omap->base, USBOTGSS_UTMI_OTG_STATUS + in dwc3_omap_write_utmi_status()
157 omap->utmi_otg_offset, value); in dwc3_omap_write_utmi_status()
161 static u32 dwc3_omap_read_irq0_status(struct dwc3_omap *omap) in dwc3_omap_read_irq0_status() argument
163 return dwc3_omap_readl(omap->base, USBOTGSS_IRQSTATUS_0 - in dwc3_omap_read_irq0_status()
164 omap->irq0_offset); in dwc3_omap_read_irq0_status()
167 static void dwc3_omap_write_irq0_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_status() argument
[all …]
DMakefile9 obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o
/external/u-boot/drivers/usb/phy/
Domap_usb_phy.c155 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()
184 val = readl(&omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
185 writel(val, &omap->otg_wrapper->irqstatus_0); in omap_enable_usb3_phy()
[all …]
/external/u-boot/drivers/usb/host/
Dxhci-omap.c25 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()
86 struct omap_xhci *ctx = &omap; in xhci_hcd_stop()
DMakefile35 obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o
57 obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
/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
/external/u-boot/board/nokia/rx51/
Drx51.c52 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()
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()
260 size = omap[i].hdr.size + sizeof(struct tag_omap_header); in setup_board_tags()
261 memcpy(t, &omap[i], size); in setup_board_tags()
[all …]
/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
DMakefile.am14 libdrm_omapcommonincludedir = ${includedir}/omap
23 TESTS = omap-symbol-check
/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/libkmsxx/py/tests/
Dtest.py10 omap = False variable
12 if omap:
29 if omap:
/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/snakeyaml/src/test/resources/pyyaml/
Dconstruct-omap.data2 Bestiary: !!omap
8 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
Dinvalid-omap-2.loader-error1 --- !!omap
Dinvalid-omap-1.loader-error1 --- !!omap
Dinvalid-omap-3.loader-error1 --- !!omap
Dspec-02-26.data4 --- !!omap
/external/llvm/test/YAMLParser/
Dconstruct-omap.test4 Bestiary: !!omap
10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
Dspec-02-26.test6 --- !!omap
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dconstruct-omap.test4 Bestiary: !!omap
10 Numbers: !!omap [ one: 1, two: 2, three : 3 ]
Dspec-02-26.test6 --- !!omap
/external/libdrm/
DMakefile.am35 --enable-omap-experimental-api \
70 OMAP_SUBDIR = omap
154 omap/meson.build \
/external/u-boot/drivers/usb/ulpi/
DMakefile7 obj-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o
/external/google-breakpad/src/common/windows/
Dcommon_windows.gyp80 'omap.cc',
81 'omap.h',

123