Home
last modified time | relevance | path

Searched refs:EVENT_TRB_LEN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h714 #define EVENT_TRB_LEN(p) ((p) & 0xffffff) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-ring.c521 (int)EVENT_TRB_LEN(le32_to_cpu(event->trans_event.transfer_len))); in record_transfer_result()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c2311 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2411 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2515 remaining = EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2654 if (EVENT_TRB_LEN(le32_to_cpu(event->transfer_len)) == 0) in handle_tx_event()
H A Dxhci.h1094 #define EVENT_TRB_LEN(p) ((p) & 0xffffff) macro
2338 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb()
H A Dxhci-dbgcap.c693 remain_length = EVENT_TRB_LEN(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()