Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h73 #define PORTSC_PP BIT(12) macro
H A Dotg_fsm.c465 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_drv_vbus()
466 PORTSC_PP); in ci_otg_drv_vbus()
617 PORTSC_PP, 0); in ci_otg_fsm_work()
H A Dcore.c1289 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_fsm_suspend_for_srp()
1290 PORTSC_PP); in ci_otg_fsm_suspend_for_srp()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c96 #define PORTSC_PP (1<<9) macro
2630 port->portsc = PORTSC_PP; in xhci_port_update()
2876 portsc &= ~(PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE); in xhci_port_write()
2877 portsc |= (val & (PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE)); in xhci_port_write()