Home
last modified time | relevance | path

Searched refs:REG_SPI_SR (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dspi.c30 hi_reg_read16(reg_base + REG_SPI_SR, reg_val); in spi_check_rx_fifo_empty()
40 hi_reg_read16(reg_base + REG_SPI_SR, reg_val); in spi_check_busy()
52 hi_reg_read16(reg_base + REG_SPI_SR, reg_val); in spi_check_write_timeout()
71 hi_reg_read16(reg_base + REG_SPI_SR, reg_val); in spi_check_tnf_timeout()
94 hi_reg_read16(reg_base + REG_SPI_SR, reg_val); in spi_check_rne_timeout()
115 hi_reg_read16(reg_base + REG_SPI_SR, reg_val); in spi_flush_fifo()
H A Dspi.h48 #define REG_SPI_SR 0x0c macro
/device/soc/hisilicon/common/platform/spi/
H A Dspi_hi35xx.h59 #define REG_SPI_SR 0x0c macro
H A Dspi_hi35xx.c69 {"REG_SPI_SR", PLATFORM_DUMPER_REGISTERL, (void *)(pl022->regBase + REG_SPI_SR)}, in SpiDumperDump()
312 value = OSAL_READL((uintptr_t)(pl022->regBase) + REG_SPI_SR); in Pl022CheckTimeout()
335 value = OSAL_READL((uintptr_t)(pl022->regBase) + REG_SPI_SR); in Pl022FlushFifo()

Completed in 4 milliseconds