Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/devices/
Dlart.c140 #define DATA_TO_FLASH(x) \ macro
309 write32 (DATA_TO_FLASH (READ_ID_CODES),0x00000000); in flash_probe()
317 write32 (DATA_TO_FLASH (READ_ARRAY),0x00000000); in flash_probe()
337 write32 (DATA_TO_FLASH (ERASE_SETUP),offset); in erase_block()
338 write32 (DATA_TO_FLASH (ERASE_CONFIRM),offset); in erase_block()
343 write32 (DATA_TO_FLASH (STATUS_READ),offset); in erase_block()
349 write32 (DATA_TO_FLASH (READ_ARRAY),offset); in erase_block()
483 write32 (DATA_TO_FLASH (PGM_SETUP),offset); in write_dword()
491 write32 (DATA_TO_FLASH (STATUS_READ),offset); in write_dword()
497 write32 (DATA_TO_FLASH (READ_ARRAY),offset); in write_dword()