Searched refs:XFERP (Results 1 – 1 of 1) sorted by relevance
248 int XFERP; in NCR_700_offset_period_to_sxfer() local262 XFERP = (period*4 * hostdata->sync_clock)/1000 - 4; in NCR_700_offset_period_to_sxfer()268 if(XFERP < min_xferp) { in NCR_700_offset_period_to_sxfer()269 XFERP = min_xferp; in NCR_700_offset_period_to_sxfer()271 return (offset & 0x0f) | (XFERP & 0x07)<<4; in NCR_700_offset_period_to_sxfer()