Searched refs:sc_cmd_result (Results 1 – 2 of 2) sorted by relevance
1033 sc->sc_cmd_result[0] = trb->dwTrb2; in xhci_check_command()1034 sc->sc_cmd_result[1] = trb->dwTrb3; in xhci_check_command()1257 temp = le32toh(sc->sc_cmd_result[0]); in xhci_do_command()1260 (XHCI_TRB_3_SLOT_GET(le32toh(sc->sc_cmd_result[1]))))) { in xhci_do_command()1265 trb->dwTrb2 = sc->sc_cmd_result[0]; in xhci_do_command()1266 trb->dwTrb3 = sc->sc_cmd_result[1]; in xhci_do_command()1422 temp = le32toh(sc->sc_cmd_result[0]); in xhci_set_address()
490 uint32_t sc_cmd_result[2]; member