Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc2.c846 int xfer_len, int *actual_len, int odd_frame) in transfer_chunk() argument
884 (odd_frame << DWC2_HCCHAR_ODDFRM_OFFSET) | in transfer_chunk()
962 int odd_frame = 0; in chunk_msg() local
980 odd_frame = 1; in chunk_msg()
985 xfer_len, &actual_len, odd_frame); in chunk_msg()