Searched refs:tempbuff (Results 1 – 2 of 2) sorted by relevance
110 u32 *tempbuff = dest; in read_bytes() local122 *(tempbuff) = readl(&host->base->fifo); in read_bytes()123 tempbuff++; in read_bytes()165 u32 *tempbuff = src; in write_bytes() local179 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()
37 static unsigned char tempbuff[512]; /* temporary data buffer */ variable500 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()