Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c514 u32 hcycle, delay_ns; in aspeed_spi_timing_calibration()
569 for (hcycle = 0; hcycle <= 5; hcycle++) { in aspeed_spi_timing_calibration()
571 debug("Delay Enable : hcycle %x\n", hcycle); in aspeed_spi_timing_calibration()
575 TIMING_DELAY_DI_4NS | hcycle | (delay_ns << 4)); in aspeed_spi_timing_calibration()
577 calib_res[hcycle * 17 + delay_ns] = pass; in aspeed_spi_timing_calibration()
579 i + 2, hcycle, delay_ns, pass ? "PASS" : "FAIL"); in aspeed_spi_timing_calibration()
589 hcycle in aspeed_spi_timing_calibration()
510 u32 hcycle, delay_ns; aspeed_spi_timing_calibration() local
[all...]