Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Dpxa3xx_nand.c41 #define NDDB (0x40) /* Data Buffer */ macro
354 __raw_writesl(info->mmio_base + NDDB, info->data_buff, in handle_data_pio()
357 __raw_writesl(info->mmio_base + NDDB, info->oob_buff, in handle_data_pio()
361 __raw_readsl(info->mmio_base + NDDB, info->data_buff, in handle_data_pio()
364 __raw_readsl(info->mmio_base + NDDB, info->oob_buff, in handle_data_pio()
385 desc->dtadr = info->mmio_phys + NDDB; in start_data_dma()
390 desc->dsadr = info->mmio_phys + NDDB; in start_data_dma()