Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dadi_i2c.c91 ulong timebase = get_timer(0); in wait_for_completion() local
140 timebase = get_timer(0); in wait_for_completion()
142 } while (get_timer(timebase) < I2C_TIMEOUT); in wait_for_completion()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf_dataflash.c100 int timebase; in dataflash_waitready() local
102 timebase = get_timer(0); in dataflash_waitready()
112 } while (get_timer(timebase) < timeout); in dataflash_waitready()
H A Dspi-nor-tiny.c323 unsigned long timebase; in spi_nor_wait_till_ready_with_timeout() local
326 timebase = get_timer(0); in spi_nor_wait_till_ready_with_timeout()
328 while (get_timer(timebase) < timeout) { in spi_nor_wait_till_ready_with_timeout()
H A Dspi_flash.c270 unsigned long timebase; in spi_flash_wait_till_ready() local
273 timebase = get_timer(0); in spi_flash_wait_till_ready()
275 while (get_timer(timebase) < timeout) { in spi_flash_wait_till_ready()
H A Dspi-nor-core.c434 unsigned long timebase; in spi_nor_wait_till_ready_with_timeout() local
437 timebase = get_timer(0); in spi_nor_wait_till_ready_with_timeout()
439 while (get_timer(timebase) < timeout) { in spi_nor_wait_till_ready_with_timeout()
/rk3399_rockchip-uboot/doc/
H A DREADME.watchdog33 Available for Xilinx Axi platforms to service timebase watchdog timer.
/rk3399_rockchip-uboot/
H A DREADME601 OF_TBCLK - The timebase frequency.