Lines Matching refs:le16_to_cpu
433 return le16_to_cpu(ss_ep_comp_desc->wBytesPerInterval); in xhci_get_max_esit_payload()
906 le16_to_cpu(req->index) > max_ports) { in xhci_submit_root()
908 le16_to_cpu(req->index) - 1); in xhci_submit_root()
913 (&hcor->portregs[le16_to_cpu(req->index) - 1].or_portsc); in xhci_submit_root()
920 switch (le16_to_cpu(req->value) >> 8) { in xhci_submit_root()
933 switch (le16_to_cpu(req->value) & 0xff) { in xhci_submit_root()
950 le16_to_cpu(req->value)); in xhci_submit_root()
955 printf("unknown value %x\n", le16_to_cpu(req->value)); in xhci_submit_root()
960 switch (le16_to_cpu(req->value) >> 8) { in xhci_submit_root()
968 printf("unknown value %x\n", le16_to_cpu(req->value)); in xhci_submit_root()
974 ctrl->rootdev = le16_to_cpu(req->value); in xhci_submit_root()
1042 switch (le16_to_cpu(req->value)) { in xhci_submit_root()
1056 printf("unknown feature %x\n", le16_to_cpu(req->value)); in xhci_submit_root()
1063 switch (le16_to_cpu(req->value)) { in xhci_submit_root()
1074 xhci_clear_port_change_bit((le16_to_cpu(req->value)), in xhci_submit_root()
1075 le16_to_cpu(req->index), in xhci_submit_root()
1079 printf("unknown feature %x\n", le16_to_cpu(req->value)); in xhci_submit_root()
1090 srclen, le16_to_cpu(req->length)); in xhci_submit_root()
1092 len = min(srclen, (int)le16_to_cpu(req->length)); in xhci_submit_root()