Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Darm_pl180_mmci.c96 u32 *tempbuff = dest; in read_bytes() local
108 *(tempbuff) = readl(&host->base->fifo); in read_bytes()
109 tempbuff++; in read_bytes()
151 u32 *tempbuff = src; in write_bytes() local
165 writel(*(tempbuff + i), in write_bytes()
167 tempbuff += SDI_FIFO_BURST_SIZE; in write_bytes()
171 writel(*(tempbuff), &host->base->fifo); in write_bytes()
172 tempbuff++; in write_bytes()
/OK3568_Linux_fs/u-boot/drivers/scsi/
H A Dscsi.c38 static unsigned char tempbuff[512]; /* temporary data buffer */ variable
504 pccb->pdata = (unsigned char *)&tempbuff; in scsi_detect_dev()
521 perq = tempbuff[0]; in scsi_detect_dev()
522 modi = tempbuff[1]; in scsi_detect_dev()
529 &tempbuff[8], 8); in scsi_detect_dev()
531 &tempbuff[16], 16); in scsi_detect_dev()
533 &tempbuff[32], 4); in scsi_detect_dev()