HomeSort by relevance Sort by last modified time
    Searched refs:qt_next (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/host/
ehci-hcd.c 403 * qh_overlay.qt_next ...... 13-10 H
419 qh->qh_overlay.qt_next = cpu_to_hc32(QT_NEXT_TERMINATE);
422 tdp = &qh->qh_overlay.qt_next;
427 * qt_next ................ 03-00 H
433 qtd[qtd_counter].qt_next = cpu_to_hc32(QT_NEXT_TERMINATE);
446 tdp = &qtd[qtd_counter++].qt_next;
480 * qt_next ................ 03-00 H
486 qtd[qtd_counter].qt_next =
505 tdp = &qtd[qtd_counter++].qt_next;
522 * qt_next ................ 03-00
    [all...]
ehci.h 150 uint32_t qt_next; /* see EHCI 3.5.1 */ member in struct:qTD

Completed in 166 milliseconds