Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/mtd/nand/
Dspia.c55 static int spia_io_base = SPIA_IO_BASE; variable
60 MODULE_PARM(spia_io_base, "i");
65 __setup("spia_io_base=",spia_io_base);
91 case NAND_CTL_SETCLE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) |= 0x01; break; in spia_hwcontrol()
92 case NAND_CTL_CLRCLE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) &= ~0x01; break; in spia_hwcontrol()
94 case NAND_CTL_SETALE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) |= 0x02; break; in spia_hwcontrol()
95 case NAND_CTL_CLRALE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) &= ~0x02; break; in spia_hwcontrol()
97 case NAND_CTL_SETNCE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) &= ~0x04; break; in spia_hwcontrol()
98 case NAND_CTL_CLRNCE: (*(volatile unsigned char *) (spia_io_base + spia_pedr)) |= 0x04; break; in spia_hwcontrol()
131 (*(volatile unsigned char *) (spia_io_base + spia_peddr)) = 0x07; in spia_init()