Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c1490 u32 portpm, portsc; in __cdnsp_gadget_wakeup() local
1497 portpm = readl(&port_regs->portpmsc); in __cdnsp_gadget_wakeup()
1499 if (!(portpm & PORT_RWE)) in __cdnsp_gadget_wakeup()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c440 u32 portpm; member
3961 xudc->saved_regs.portpm = xudc_readl(xudc, PORTPM); in tegra_xudc_powergate()
3998 xudc_writel(xudc, xudc->saved_regs.portpm, PORTPM); in tegra_xudc_unpowergate()