Searched refs:buf_bytes (Results 1 – 2 of 2) sorted by relevance
356 uint32_t buf_bytes = num_bytes - num_done; in allwinner_sdhost_process_desc() local357 if (buf_bytes > sizeof(buf)) { in allwinner_sdhost_process_desc()358 buf_bytes = sizeof(buf); in allwinner_sdhost_process_desc()365 buf_bytes, MEMTXATTRS_UNSPECIFIED); in allwinner_sdhost_process_desc()366 sdbus_write_data(&s->sdbus, buf, buf_bytes); in allwinner_sdhost_process_desc()370 sdbus_read_data(&s->sdbus, buf, buf_bytes); in allwinner_sdhost_process_desc()373 buf_bytes, MEMTXATTRS_UNSPECIFIED); in allwinner_sdhost_process_desc()375 num_done += buf_bytes; in allwinner_sdhost_process_desc()
998 + u64 buf_bytes;1005 + buf_bytes = uc_priv->pair.rxtx_min_pages * SZ_4K;1007 + if (data_bytes > buf_bytes) {1011 + buf_bytes);