Lines Matching refs:tmpbuf
925 uint8_t tmpbuf[4]; in xhci_submit_root() local
1011 tmpbuf[0] = 1; /* USB_STATUS_SELFPOWERED */ in xhci_submit_root()
1012 tmpbuf[1] = 0; in xhci_submit_root()
1013 srcptr = tmpbuf; in xhci_submit_root()
1017 memset(tmpbuf, 0, 4); in xhci_submit_root()
1020 tmpbuf[0] |= USB_PORT_STAT_CONNECTION; in xhci_submit_root()
1027 tmpbuf[1] |= USB_PORT_STAT_LOW_SPEED >> 8; in xhci_submit_root()
1031 tmpbuf[1] |= USB_PORT_STAT_HIGH_SPEED >> 8; in xhci_submit_root()
1035 tmpbuf[1] |= USB_PORT_STAT_SUPER_SPEED >> 8; in xhci_submit_root()
1040 tmpbuf[0] |= USB_PORT_STAT_ENABLE; in xhci_submit_root()
1042 tmpbuf[0] |= USB_PORT_STAT_SUSPEND; in xhci_submit_root()
1044 tmpbuf[0] |= USB_PORT_STAT_OVERCURRENT; in xhci_submit_root()
1046 tmpbuf[0] |= USB_PORT_STAT_RESET; in xhci_submit_root()
1057 tmpbuf[1] |= USB_PORT_STAT_POWER >> 8; in xhci_submit_root()
1059 tmpbuf[2] |= USB_PORT_STAT_C_CONNECTION; in xhci_submit_root()
1061 tmpbuf[2] |= USB_PORT_STAT_C_ENABLE; in xhci_submit_root()
1063 tmpbuf[2] |= USB_PORT_STAT_C_OVERCURRENT; in xhci_submit_root()
1065 tmpbuf[2] |= USB_PORT_STAT_C_RESET; in xhci_submit_root()
1067 srcptr = tmpbuf; in xhci_submit_root()