HomeSort by relevance Sort by last modified time
    Searched defs:omap (Results 1 - 7 of 7) sorted by null

  /external/u-boot/drivers/usb/host/
xhci-omap.c 3 * OMAP USB HOST xHCI Controller
20 #include <linux/usb/xhci-omap.h>
25 static struct omap_xhci omap; variable in typeref:struct:omap_xhci
27 static int omap_xhci_core_init(struct omap_xhci *omap)
32 omap_enable_phy(omap);
34 ret = dwc3_core_init(omap->dwc3_reg);
41 dwc3_set_mode(omap->dwc3_reg, DWC3_GCTL_PRTCAP_HOST);
46 static void omap_xhci_core_exit(struct omap_xhci *omap)
53 struct omap_xhci *ctx = &omap;
77 debug("omap-xhci: init hccr %x and hcor %x hc_length %d\n"
    [all...]
  /external/libkmsxx/py/tests/
test.py 9 # Use omap?
10 omap = False variable
12 if omap:
29 if omap:
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
SafeConstructor.java 58 this.yamlConstructors.put(Tag.OMAP, new ConstructYamlOmap());
377 Map<Object, Object> omap = new LinkedHashMap<Object, Object>(); local
400 omap.put(key, value);
402 return omap;
  /external/u-boot/board/nokia/rx51/
rx51.c 51 /* This structure contains default omap tags needed for booting Maemo 5 */
52 static struct tag_omap omap[] = { variable in typeref:struct:tag_omap
105 while (omap[i].hdr.tag) {
106 switch (omap[i].hdr.tag) {
108 boot_reason_ptr = omap[i].u.boot_reason.reason_str;
111 component = omap[i].u.version.component;
112 version = omap[i].u.version.version;
235 /* append omap atag only if env setup_omap_atag is set to 1 */
253 for (i = 0; omap[i].hdr.tag; i++) {
257 omap[i].hdr.tag == OMAP_TAG_SERIAL_CONSOLE
    [all...]
  /external/u-boot/drivers/usb/dwc3/
dwc3-omap.c 3 * 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)
150 return dwc3_omap_readl(omap->base, USBOTGSS_UTMI_OTG_STATUS +
151 omap->utmi_otg_offset)
262 struct dwc3_omap *omap = _omap; local
378 struct dwc3_omap *omap; local
415 struct dwc3_omap *omap = NULL; local
439 struct dwc3_omap *omap = NULL; local
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 

Completed in 1064 milliseconds