Home
last modified time | relevance | path

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

/drivers/mtd/devices/
Dlart.c137 #define DATA_TO_FLASH(x) \ macro
306 write32 (DATA_TO_FLASH (READ_ID_CODES),0x00000000); in flash_probe()
314 write32 (DATA_TO_FLASH (READ_ARRAY),0x00000000); in flash_probe()
334 write32 (DATA_TO_FLASH (ERASE_SETUP),offset); in erase_block()
335 write32 (DATA_TO_FLASH (ERASE_CONFIRM),offset); in erase_block()
340 write32 (DATA_TO_FLASH (STATUS_READ),offset); in erase_block()
346 write32 (DATA_TO_FLASH (READ_ARRAY),offset); in erase_block()
477 write32 (DATA_TO_FLASH (PGM_SETUP),offset); in write_dword()
485 write32 (DATA_TO_FLASH (STATUS_READ),offset); in write_dword()
491 write32 (DATA_TO_FLASH (READ_ARRAY),offset); in write_dword()