Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
DNorFlashDxe.c181 SEND_NOR_COMMAND (Instance->DeviceBaseAddress, 0, P30_CMD_READ_STATUS_REGISTER); in NorFlashReadStatusRegister()
195 SEND_NOR_COMMAND (BlockAddress, 2, P30_CMD_READ_DEVICE_ID); in NorFlashBlockIsLocked()
225 SEND_NOR_COMMAND (BlockAddress, 0, P30_CMD_LOCK_BLOCK_SETUP); in NorFlashUnlockSingleBlock()
228 SEND_NOR_COMMAND (BlockAddress, 0, P30_CMD_UNLOCK_BLOCK); in NorFlashUnlockSingleBlock()
231 SEND_NOR_COMMAND (BlockAddress, 2, P30_CMD_READ_DEVICE_ID); in NorFlashUnlockSingleBlock()
241 SEND_NOR_COMMAND (BlockAddress, 0, P30_CMD_LOCK_BLOCK_SETUP); in NorFlashUnlockSingleBlock()
244 SEND_NOR_COMMAND (BlockAddress, 0, P30_CMD_UNLOCK_BLOCK); in NorFlashUnlockSingleBlock()
253 SEND_NOR_COMMAND (BlockAddress, 0, P30_CMD_READ_ARRAY); in NorFlashUnlockSingleBlock()
295 SEND_NOR_COMMAND(BlockAddress, 0, P30_CMD_BLOCK_ERASE_SETUP); in NorFlashEraseSingleBlock()
296 SEND_NOR_COMMAND(BlockAddress, 0, P30_CMD_BLOCK_ERASE_CONFIRM); in NorFlashEraseSingleBlock()
[all …]
DNorFlashDxe.h52 #define SEND_NOR_COMMAND(BaseAddr,Offset,Cmd) MmioWrite32 (CREATE_NOR_ADDRESS(BaseAddr,Offset), CRE… macro