Lines Matching defs:bits
40 static uint8_t bits = 8;
128 .bits_per_word = bits,
198 " -b --bpw bits per word\n"
257 bits = atoi(optarg);
465 /* Drivers can reject some mode bits without returning an error.
474 * bits per word
476 ret = ioctl(fd, SPI_IOC_WR_BITS_PER_WORD, &bits);
478 pabort("can't set bits per word");
480 ret = ioctl(fd, SPI_IOC_RD_BITS_PER_WORD, &bits);
482 pabort("can't get bits per word");
496 printf("bits per word: %u\n", bits);