Lines Matching defs:unit
1171 u32 unit = _delay->unit;
1177 switch (unit) {
1226 u32 unit = xfer->cs_change_delay.unit;
1231 if (unit == SPI_DELAY_UNIT_USECS)
1239 "Use of unsupported delay unit %i, using default of 10us\n",
1240 unit);
3461 if ((setup && setup->unit == SPI_DELAY_UNIT_SCK) ||
3462 (hold && hold->unit == SPI_DELAY_UNIT_SCK) ||
3463 (inactive && inactive->unit == SPI_DELAY_UNIT_SCK)) {