Searched refs:FSPI_LCKCR (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a/drivers/nxp/flexspi/nor/ |
A D | fspi.c | 64 VERBOSE("%s 0x%x\n", __func__, fspi_readl(FSPI_LCKCR)); in fspi_lock_LUT() 65 fspi_writel(FSPI_LCKCR, FSPI_LCKER_LOCK); 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() 73 fspi_writel(FSPI_LCKCR, FSPI_LCKER_UNLOCK); in fspi_unlock_LUT() 74 VERBOSE("%s 0x%x\n", __func__, fspi_readl(FSPI_LCKCR)); in fspi_unlock_LUT()
|
A D | fspi.h | 235 #define FSPI_LCKCR 0x1C macro
|
Completed in 5 milliseconds