Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h351 #define DUPLICATE_ENTRY ((u8)(-1)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c2083 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()
2085 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()
2112 xhci->hw_ports[i].hcd_portnum == DUPLICATE_ENTRY) in xhci_create_rhub_port_array()
H A Dxhci.h413 #define DUPLICATE_ENTRY ((u8)(-1)) macro
H A Dxhci-ring.c1926 if (!port || !port->rhub || port->hcd_portnum == DUPLICATE_ENTRY) { in handle_port_status()