Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dtc6393xb.c63 #define NAND_CFG_BASE 0x10 /* l Control Base Address */ macro
324 case NAND_CFG_BASE: in tc6393xb_nand_cfg_readb()
325 case NAND_CFG_BASE + 1: in tc6393xb_nand_cfg_readb()
326 case NAND_CFG_BASE + 2: in tc6393xb_nand_cfg_readb()
327 case NAND_CFG_BASE + 3: in tc6393xb_nand_cfg_readb()
328 return s->nand_phys >> (addr - NAND_CFG_BASE); in tc6393xb_nand_cfg_readb()
338 case NAND_CFG_BASE: in tc6393xb_nand_cfg_writeb()
339 case NAND_CFG_BASE + 1: in tc6393xb_nand_cfg_writeb()
340 case NAND_CFG_BASE + 2: in tc6393xb_nand_cfg_writeb()
341 case NAND_CFG_BASE + 3: in tc6393xb_nand_cfg_writeb()
[all …]