Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/nxp/flexspi/nor/
Dfspi.c42 static uint32_t fspi_readl(uint32_t x_addr) in fspi_readl() function
51 ui_reg = fspi_readl(FSPI_MCR0); in fspi_MDIS()
64 VERBOSE("%s 0x%x\n", __func__, fspi_readl(FSPI_LCKCR)); in fspi_lock_LUT()
66 VERBOSE("%s 0x%x\n", __func__, fspi_readl(FSPI_LCKCR)); in fspi_lock_LUT()
72 VERBOSE("%s 0x%x\n", __func__, fspi_readl(FSPI_LCKCR)); in fspi_unlock_LUT()
74 VERBOSE("%s 0x%x\n", __func__, fspi_readl(FSPI_LCKCR)); in fspi_unlock_LUT()
198 reg = fspi_readl(FSPI_MCR0); in fspi_ahb_invalidate()
201 while ((fspi_readl(FSPI_MCR0) & FSPI_MCR0_SWRST) != 0) in fspi_ahb_invalidate()
225 INFO("xAhbcr=0x%x\n", fspi_readl(FSPI_AHBCR)); in fspi_init_ahb()
228 x_flash_cr2 = fspi_readl(FSPI_FLSHA1CR2); in fspi_init_ahb()
[all …]