Searched refs:rem_bytes (Results 1 – 1 of 1) sorted by relevance
1994 uint32_t rem_bytes; in dwc_otg_host_data_tx() local2000 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx()2001 if (rem_bytes < count) { in dwc_otg_host_data_tx()2004 count = rem_bytes; in dwc_otg_host_data_tx()2006 if (count == rem_bytes) { in dwc_otg_host_data_tx()2074 if (count == rem_bytes) in dwc_otg_host_data_tx()