Searched refs:spi_base (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/arch/arm/plat-hikey/ |
| H A D | spi_test.c | 25 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, 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, spi_base); in spi_test_with_registered_cs_cb() 175 pd.base = spi_base; in spi_test_with_registered_cs_cb() 209 vaddr_t spi_base = core_mmu_get_va(SPI_BASE, MEM_AREA_IO_NSEC, in spi_test_with_builtin_cs_control() local [all …]
|