Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Darm_pl180_mmci.c110 u32 *tempbuff = dest; in read_bytes() local
122 *(tempbuff) = readl(&host->base->fifo); in read_bytes()
123 tempbuff++; in read_bytes()
165 u32 *tempbuff = src; in write_bytes() local
179 writel(*(tempbuff + i), in write_bytes()
181 tempbuff += SDI_FIFO_BURST_SIZE; in write_bytes()
185 writel(*(tempbuff), &host->base->fifo); in write_bytes()
186 tempbuff++; in write_bytes()
/external/u-boot/drivers/scsi/
Dscsi.c37 static unsigned char tempbuff[512]; /* temporary data buffer */ variable
500 pccb->pdata = (unsigned char *)&tempbuff; in scsi_detect_dev()
516 perq = tempbuff[0]; in scsi_detect_dev()
517 modi = tempbuff[1]; in scsi_detect_dev()
524 &tempbuff[8], 8); in scsi_detect_dev()
526 &tempbuff[16], 16); in scsi_detect_dev()
528 &tempbuff[32], 4); in scsi_detect_dev()