Searched refs:bitstream_length (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dcb_pcidas.c1793 unsigned int bitstream_length)
1798 for (bit = 1 << (bitstream_length - 1); bit; bit >>= 1) {
1812 static const int bitstream_length = 11; local
1827 bitstream_length);
1840 static const int bitstream_length = 7; local
1850 bitstream_length);
1864 static const int bitstream_length = 10; local
1874 bitstream_length);
1790 write_calibration_bitstream(struct comedi_device *dev, unsigned int register_bits, unsigned int bitstream, unsigned int bitstream_length) argument
H A Dcb_pcidas64.c3815 static const int bitstream_length = 10; local
3826 for (bit = 1 << (bitstream_length - 1); bit; bit >>= 1) {
3874 static const int bitstream_length = 11; local
3895 for (bit = 1 << (bitstream_length - 1); bit; bit >>= 1) {
4105 static const int bitstream_length = 11; local
4114 for (bit = 1 << (bitstream_length - 1); bit; bit >>= 1) {

Completed in 72 milliseconds