Searched refs:rem_bytes (Results 1 – 2 of 2) sorted by relevance
253 uint32_t rem_bytes, offset; in ocs_dump_to_host() local270 rem_bytes = buflen; in ocs_dump_to_host()272 uint32_t num_bytes = MIN(rem_bytes, OCS_MAX_DMA_ALLOC); in ocs_dump_to_host()282 rem_bytes -= num_bytes; in ocs_dump_to_host()324 uint32_t rem_bytes, offset; in ocs_function_speciic_dump() local341 rem_bytes = buflen; in ocs_function_speciic_dump()343 uint32_t num_bytes = MIN(rem_bytes, OCS_MAX_DMA_ALLOC); in ocs_function_speciic_dump()352 rem_bytes -= num_bytes; in ocs_function_speciic_dump()
1985 uint32_t rem_bytes; in dwc_otg_host_data_tx() local 1991 rem_bytes = td->remainder - td->tx_bytes; in dwc_otg_host_data_tx() 1992 if (rem_bytes < count) { in dwc_otg_host_data_tx() 1995 count = rem_bytes; in dwc_otg_host_data_tx() 1997 if (count == rem_bytes) { in dwc_otg_host_data_tx() 2065 if (count == rem_bytes) in dwc_otg_host_data_tx()