Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h45 #define PHYTMSR_UNPLUG (1 << 0) macro
H A Dfotg210-udc.c1001 reg &= ~PHYTMSR_UNPLUG; in fotg210_disable_unplug()
/openbmc/u-boot/include/usb/
H A Dfotg210.h178 #define PHYTMSR_UNPLUG (1 << 0) /* Enable soft-detachment */ macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dfotg210.c719 clrbits_le32(&regs->phy_tmsr, PHYTMSR_UNPLUG); in pullup()
727 setbits_le32(&regs->phy_tmsr, PHYTMSR_UNPLUG); in pullup()