Lines Matching defs:offset
2 /* -*- mode: c; c-basic-offset: 8 -*- */
226 /* This translates the SDTR message offset and period to a value
233 __u8 offset, __u8 period)
242 if(offset == 0)
250 if(offset > max_offset) {
252 offset, max_offset);
253 offset = max_offset;
258 return (offset & 0x0f) | (XFERP & 0x07)<<4;
350 dma_addr_t offset = (dma_addr_t)((unsigned long)&hostdata->slots[j].SG[0]
352 hostdata->slots[j].pSG = (struct NCR_700_SG_List *)((unsigned long)(pSlots + offset));
811 __u8 offset = hostdata->msgin[4];
813 if(offset == 0 || period == 0) {
814 offset = 0;
818 spi_offset(starget) = offset;
1170 * the reselection message. The resume offset
1476 /* set the synchronous period/offset */
2000 NCR_700_set_offset(struct scsi_target *STp, int offset)
2011 if(offset > max_offset)
2012 offset = max_offset;
2019 spi_offset(STp) = offset;
2050 /* Find the correct offset and period via domain validation */