Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfotg210.h45 #define PHYTMSR_UNPLUG (1 << 0) macro
H A Dfotg210-udc.c999 reg &= ~PHYTMSR_UNPLUG; in fotg210_disable_unplug()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dfotg210.h179 #define PHYTMSR_UNPLUG (1 << 0) /* Enable soft-detachment */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dfotg210.c720 clrbits_le32(&regs->phy_tmsr, PHYTMSR_UNPLUG); in pullup()
728 setbits_le32(&regs->phy_tmsr, PHYTMSR_UNPLUG); in pullup()