Home
last modified time | relevance | path

Searched refs:spi_delay_us (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dsoft_spi.c27 int spi_delay_us; member
147 udelay(plat->spi_delay_us); in soft_spi_xfer()
156 udelay(plat->spi_delay_us); in soft_spi_xfer()
206 plat->spi_delay_us = fdtdec_get_int(blob, node, "spi-delay-us", 0); in soft_spi_ofdata_to_platdata()
/openbmc/u-boot/drivers/video/
H A Dssd2828.c130 const int spi_delay_us = 1; in soft_spi_xfer_24bit_3wire() local
138 udelay(spi_delay_us); in soft_spi_xfer_24bit_3wire()
142 udelay(spi_delay_us); in soft_spi_xfer_24bit_3wire()