Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h158 #define QT_TOKEN_DT(x) (((x) & 0x1) << 31) /* Data Toggle */ macro
H A Dehci-hcd.c441 token = QT_TOKEN_DT(0) | QT_TOKEN_TOTALBYTES(sizeof(*req)) | in ehci_submit_async()
496 token = QT_TOKEN_DT(toggle) | in ehci_submit_async()
534 token = QT_TOKEN_DT(1) | QT_TOKEN_TOTALBYTES(0) | in ehci_submit_async()
1330 QT_TOKEN_DT(toggle) | in _ehci_create_int_queue()