Searched refs:spi_base (Results 1 – 1 of 1) sorted by relevance
25 vaddr_t spi_base = core_mmu_get_va(SPI_BASE, MEM_AREA_IO_NSEC, in spi_cs_callback() local38 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() local83 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() local173 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