Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/isp1760/
Disp1760-core.h33 #define ISP1760_FLAG_OTG_EN 0x00000004 /* Port 1 supports OTG */ macro
Disp1760-if.c218 devflags |= ISP1760_FLAG_OTG_EN; in isp1760_plat_probe()
237 devflags |= ISP1760_FLAG_OTG_EN; in isp1760_plat_probe()
Disp1760-core.c91 (isp->devflags & ISP1760_FLAG_OTG_EN)) in isp1760_init_core()