Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-hikey/
A Dspi_test.c25 vaddr_t spi_base = core_mmu_get_va(SPI_BASE, MEM_AREA_IO_NSEC, in spi_cs_callback() local
38 if (io_read8(spi_base + PL022_STAT) & PL022_STAT_BSY) in spi_cs_callback()
40 while (io_read8(spi_base + PL022_STAT) & PL022_STAT_BSY) in spi_cs_callback()
71 vaddr_t spi_base = core_mmu_get_va(SPI_BASE, MEM_AREA_IO_NSEC, in spi_test_with_manual_cs_control() local
83 DMSG("spi_base: 0x%" PRIxVA "\n", spi_base); in spi_test_with_manual_cs_control()
85 pd.base = spi_base; in spi_test_with_manual_cs_control()
160 vaddr_t spi_base = core_mmu_get_va(SPI_BASE, MEM_AREA_IO_NSEC, in spi_test_with_registered_cs_cb() local
173 DMSG("spi_base: 0x%" PRIxVA "\n", spi_base); in spi_test_with_registered_cs_cb()
175 pd.base = spi_base; in spi_test_with_registered_cs_cb()
229 DMSG("spi_base: 0x%" PRIxVA "\n", spi_base); in spi_test_with_builtin_cs_control()
[all …]

Completed in 2 milliseconds