Searched refs:bounce_buffer_start_extalign (Results 1 – 4 of 4) sorted by relevance
| /u-boot/common/ |
| A D | bouncebuf.c | 37 int bounce_buffer_start_extalign(struct bounce_buffer *state, void *data, in bounce_buffer_start_extalign() function 73 return bounce_buffer_start_extalign(state, data, len, flags, in bounce_buffer_start()
|
| /u-boot/include/ |
| A D | bouncebuf.h | 75 int bounce_buffer_start_extalign(struct bounce_buffer *state, void *data,
|
| /u-boot/drivers/virtio/ |
| A D | virtio_ring.c | 61 ret = bounce_buffer_start_extalign(bb, sg->addr, sg->length, in virtqueue_attach_desc()
|
| /u-boot/drivers/mmc/ |
| A D | renesas-sdhi.c | 748 ret = bounce_buffer_start_extalign(&bbstate, buf, len, bbflags, in renesas_sdhi_send_cmd()
|
Completed in 15 milliseconds