Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/isp1760/
Disp1760-core.c28 u32 otgctrl; in isp1760_init_core() local
89 otgctrl = ((HW_DM_PULLDOWN | HW_DP_PULLDOWN) << 16) in isp1760_init_core()
92 otgctrl = (HW_SW_SEL_HC_DC << 16) in isp1760_init_core()
95 isp1760_write32(isp->regs, HC_PORT1_CTRL, otgctrl); in isp1760_init_core()