Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c736 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
836 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
981 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1003 val |= PORTSC_PED; in ehci_port_write()
H A Dhcd-xhci.c91 #define PORTSC_PED (1<<1) macro
2656 port->portsc |= PORTSC_PED; in xhci_port_update()
2687 port->portsc |= PORTSC_PED; in xhci_port_reset()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c71 #define PORTSC_PED BIT(1) macro
2993 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status()
3004 clear_port_change(xudc, PORTSC_PRC | PORTSC_PED); in __tegra_xudc_handle_port_status()
3013 clear_port_change(xudc, PORTSC_WRC | PORTSC_PED); in __tegra_xudc_handle_port_status()