Searched refs:XFERP (Results 1 – 1 of 1) sorted by relevance
234 int XFERP; in NCR_700_offset_period_to_sxfer() local248 XFERP = (period*4 * hostdata->sync_clock)/1000 - 4; in NCR_700_offset_period_to_sxfer()254 if(XFERP < min_xferp) { in NCR_700_offset_period_to_sxfer()255 XFERP = min_xferp; in NCR_700_offset_period_to_sxfer()257 return (offset & 0x0f) | (XFERP & 0x07)<<4; in NCR_700_offset_period_to_sxfer()