Searched refs:tempbuff (Results 1 – 2 of 2) sorted by relevance
113 u32 *tempbuff = dest; in read_bytes() local125 *(tempbuff) = readl(&host->base->fifo); in read_bytes()126 tempbuff++; in read_bytes()168 u32 *tempbuff = src; in write_bytes() local182 writel(*(tempbuff + i), in write_bytes()184 tempbuff += SDI_FIFO_BURST_SIZE; in write_bytes()188 writel(*(tempbuff), &host->base->fifo); in write_bytes()189 tempbuff++; in write_bytes()
41 static unsigned char tempbuff[512]; /* temporary data buffer */ variable495 pccb->pdata = (unsigned char *)&tempbuff; in scsi_detect_dev()512 perq = tempbuff[0]; in scsi_detect_dev()513 modi = tempbuff[1]; in scsi_detect_dev()520 &tempbuff[8], 8); in scsi_detect_dev()522 &tempbuff[16], 16); in scsi_detect_dev()524 &tempbuff[32], 4); in scsi_detect_dev()
Completed in 5 milliseconds