Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c177 if (xfercount >= SDI_FIFO_BURST_SIZE * sizeof(u32)) { in write_bytes()
178 for (i = 0; i < SDI_FIFO_BURST_SIZE; i++) in write_bytes()
181 tempbuff += SDI_FIFO_BURST_SIZE; in write_bytes()
182 xfercount -= SDI_FIFO_BURST_SIZE * sizeof(u32); in write_bytes()
H A Darm_pl180_mmci.h142 #define SDI_FIFO_BURST_SIZE 8 macro