Lines Matching defs:unit
1388 u32 unit = _delay->unit;
1394 switch (unit) {
1448 u32 unit = xfer->cs_change_delay.unit;
1453 if (unit == SPI_DELAY_UNIT_USECS)
1461 "Use of unsupported delay unit %i, using default of %luus\n",
1462 unit, default_delay_ns / NSEC_PER_USEC);
2222 delay->unit = SPI_DELAY_UNIT_USECS;
2225 delay->unit = SPI_DELAY_UNIT_NSECS;