Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Ddwc2.c843 int xfer_len, int *actual_len, int odd_frame) in transfer_chunk() argument
881 (odd_frame << DWC2_HCCHAR_ODDFRM_OFFSET) | in transfer_chunk()
959 int odd_frame = 0; in chunk_msg() local
977 odd_frame = 1; in chunk_msg()
982 xfer_len, &actual_len, odd_frame); in chunk_msg()