Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dallwinner-sdhost.c356 uint32_t buf_bytes = num_bytes - num_done; in allwinner_sdhost_process_desc() local
357 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()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch998 + u64 buf_bytes;
1005 + buf_bytes = uc_priv->pair.rxtx_min_pages * SZ_4K;
1007 + if (data_bytes > buf_bytes) {
1011 + buf_bytes);