Searched refs:clock_period (Results 1 – 1 of 1) sorted by relevance
447 static u8 clock_period[] = { 12, 18, 25, 31, 37, 43, 50, 62 }; variable1284 dcb->min_nego_period = clock_period[period_index]; in reset_dev_param()2741 while (bval < 7 && (srb->msgin_buf[3] > clock_period[bval] in msgin_set_sync()2743 clock_period[bval])) in msgin_set_sync()2745 if (srb->msgin_buf[3] < clock_period[bval]) in msgin_set_sync()2748 clock_period[bval] << 2); in msgin_set_sync()2749 srb->msgin_buf[3] = clock_period[bval]; in msgin_set_sync()3758 dcb->min_nego_period = clock_period[period_index]; in device_alloc()4686 nego_period = clock_period[dcb->sync_period & 0x07] << 2; in dc395x_proc_info()