Home
last modified time | relevance | path

Searched refs:OMAP_DEVICE_PAD_WAKEUP (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Dmux.h165 #define OMAP_DEVICE_PAD_WAKEUP BIT(0) /* Pad is wake-up capable */ macro
Dserial.c114 OMAP_DEVICE_PAD_WAKEUP; in omap_serial_fill_uart_tx_rx_pads()
Dmux.c312 (OMAP_DEVICE_PAD_REMUX | OMAP_DEVICE_PAD_WAKEUP)) in omap_hwmod_mux_init()
338 (OMAP_DEVICE_PAD_REMUX | OMAP_DEVICE_PAD_WAKEUP)) { in omap_hwmod_mux_init()
379 if (!(pad->flags & OMAP_DEVICE_PAD_WAKEUP) || in omap_hwmod_mux_scan_wakeups()
Domap_hwmod.c603 if (!(pad->flags & OMAP_DEVICE_PAD_WAKEUP)) in _set_idle_ioring_wakeup()