Home
last modified time | relevance | path

Searched refs:HST_IDLE_EN (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm/mach-omap1/include/mach/
Dusb.h42 # define HST_IDLE_EN (1 << 14) macro
/Linux-v5.4/arch/arm/mach-omap1/
Dusb.c108 syscon |= HST_IDLE_EN|DEV_IDLE_EN|OTG_IDLE_EN; in omap_otg_init()
128 syscon &= ~HST_IDLE_EN; in omap_otg_init()
/Linux-v5.4/drivers/usb/gadget/udc/
Domap_udc.c2245 (tmp & HST_IDLE_EN) ? " !host" : "", in proc_otg_show()