Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c447 #define TIMING_DELAY_DI_4NS BIT(3) macro
571 TIMING_DELAY_DI_4NS | hcycle | (delay_ns << 4)); in aspeed_spi_timing_calibration()
589 final_delay = (TIMING_DELAY_DI_4NS | hcycle | (delay_ns << 4)) << (i * 8); in aspeed_spi_timing_calibration()
638 delay = TIMING_DELAY_DI_4NS | hcycle; in aspeed_spi_timing_calibration()