Searched defs:sps (Results 1 - 8 of 8) sorted by relevance

/drivers/staging/iio/gyro/
H A Dadis16260_core.c168 int sps; local
176 sps = (t & ADIS16260_SMPL_PRD_TIME_BASE) ? 8 : 256;
178 sps = (t & ADIS16260_SMPL_PRD_TIME_BASE) ? 66 : 2048;
179 sps /= (t & ADIS16260_SMPL_PRD_DIV_MASK) + 1;
180 len = sprintf(buf, "%d SPS\n", sps);
/drivers/staging/iio/meter/
H A Dade7753.c402 int sps; local
408 sps = 27900 / (1 + t);
410 len = sprintf(buf, "%d\n", sps);
H A Dade7754.c421 int sps; local
429 sps = 26000 / (1 + t);
431 return sprintf(buf, "%d\n", sps);
H A Dade7758_core.c518 int sps; local
526 sps = 26040 / (1 << t);
528 len = sprintf(buf, "%d SPS\n", sps);
H A Dade7759.c361 int sps; local
369 sps = 27900 / (1 + t);
371 return sprintf(buf, "%d\n", sps);
/drivers/block/drbd/
H A Ddrbd_req.c1124 * sps = 64, mask = 63
1128 const int sps = 1 << HT_SHIFT; /* sectors per slot */ local
1129 const int mask = sps - 1;
1130 const sector_t first_sectors = sps - (sect & mask);
/drivers/staging/iio/imu/
H A Dadis16400_core.c167 int sps, ret; local
172 sps = (t & ADIS16400_SMPL_PRD_TIME_BASE) ? 53 : 1638;
173 sps /= (t & ADIS16400_SMPL_PRD_DIV_MASK) + 1;
175 return sps;
199 static int adis16400_set_filter(struct iio_dev *indio_dev, int sps, int val) argument
204 if (sps/adis16400_3db_divisors[i] > val)
507 int ret, sps; local
523 sps = adis16400_get_freq(indio_dev);
524 if (sps < 0) {
526 return sps;
[all...]
/drivers/staging/media/solo6x10/
H A Dv4l2-enc.c574 static const u8 sps[] = { local
586 write_bytes(out, &bits, sps, sizeof(sps));

Completed in 117 milliseconds