Home
last modified time | relevance | path

Searched refs:TRB_DIR_IN (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-ring.c876 field |= TRB_DIR_IN; in xhci_ctrl_tx()
898 field = TRB_DIR_IN; in xhci_ctrl_tx()
/external/u-boot/include/usb/
Dxhci.h879 #define TRB_DIR_IN (1<<16) macro