Lines Matching defs:bits
40 static uint8_t bits = 8;
128 .bits_per_word = bits,
179 " -b --bpw bits per word\n"
245 bits = atoi(optarg);
442 * bits per word
444 ret = ioctl(fd, SPI_IOC_WR_BITS_PER_WORD, &bits);
446 pabort("can't set bits per word");
448 ret = ioctl(fd, SPI_IOC_RD_BITS_PER_WORD, &bits);
450 pabort("can't get bits per word");
464 printf("bits per word: %u\n", bits);