Searched defs:omap (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/usb/dwc3/ |
D | dwc3-omap.c | 148 static u32 dwc3_omap_read_utmi_status(struct dwc3_omap *omap) 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() 161 static u32 dwc3_omap_read_irq0_status(struct dwc3_omap *omap) 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() 174 static u32 dwc3_omap_read_irqmisc_status(struct dwc3_omap *omap) in dwc3_omap_read_irqmisc_status() 180 static void dwc3_omap_write_irqmisc_status(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_status() 187 static void dwc3_omap_write_irqmisc_set(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_set() 194 static void dwc3_omap_write_irq0_set(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_set() 200 static void dwc3_omap_write_irqmisc_clr(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irqmisc_clr() 206 static void dwc3_omap_write_irq0_clr(struct dwc3_omap *omap, u32 value) in dwc3_omap_write_irq0_clr() [all …]
|
/external/u-boot/drivers/usb/host/ |
D | xhci-omap.c | 25 static struct omap_xhci omap; variable 27 static int omap_xhci_core_init(struct omap_xhci *omap) in omap_xhci_core_init() 46 static void omap_xhci_core_exit(struct omap_xhci *omap) in omap_xhci_core_exit()
|
/external/u-boot/drivers/usb/phy/ |
D | omap_usb_phy.c | 155 static void omap_enable_usb3_phy(struct omap_xhci *omap) in omap_enable_usb3_phy() 190 static void omap_enable_usb2_phy2(struct omap_xhci *omap) in omap_enable_usb2_phy2() 218 static void am437x_enable_usb2_phy2(struct omap_xhci *omap) in am437x_enable_usb2_phy2() 251 void omap_enable_phy(struct omap_xhci *omap) in omap_enable_phy()
|
/external/libkmsxx/py/tests/ |
D | test.py | 10 omap = False variable
|
/external/libdrm/ |
D | meson_options.txt | 64 'omap', combo
|
/external/u-boot/board/nokia/rx51/ |
D | rx51.c | 52 static struct tag_omap omap[] = { variable
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
D | SafeConstructor.java | 377 Map<Object, Object> omap = new LinkedHashMap<Object, Object>(); in construct() local
|