Searched refs:clock_period (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | amplc_dio200_common.c | 73 static const unsigned int clock_period[32] = { variable 550 data[2] = clock_period[i8254->clock_src[chan]]; dio200_subdev_8254_config()
|
H A D | ni_tio.c | 411 * It's not clear what we should do if clock_period is unknown, so we ni_tio_set_sync_mode()
|
/linux-4.1.27/drivers/scsi/ |
H A D | dc395x.c | 447 /*static u8 clock_period[] = {12,19,25,31,37,44,50,62};*/ 450 static u8 clock_period[] = { 12, 18, 25, 31, 37, 43, 50, 62 }; variable 1286 dcb->min_nego_period = clock_period[period_index]; reset_dev_param() 2742 while (bval < 7 && (srb->msgin_buf[3] > clock_period[bval] msgin_set_sync() 2744 clock_period[bval])) msgin_set_sync() 2746 if (srb->msgin_buf[3] < clock_period[bval]) msgin_set_sync() 2749 clock_period[bval] << 2); msgin_set_sync() 2750 srb->msgin_buf[3] = clock_period[bval]; msgin_set_sync() 3759 dcb->min_nego_period = clock_period[period_index]; device_alloc() 4672 nego_period = clock_period[dcb->sync_period & 0x07] << 2; dc395x_show_info()
|
Completed in 194 milliseconds