Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dpasemi_nand.c40 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, 0x800); in pasemi_read_buf()
44 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, len); in pasemi_read_buf()
51 memcpy_toio(chip->legacy.IO_ADDR_R, buf, 0x800); in pasemi_write_buf()
55 memcpy_toio(chip->legacy.IO_ADDR_R, buf, len); in pasemi_write_buf()
134 chip->legacy.IO_ADDR_R = of_iomap(np, 0); in pasemi_nand_probe()
135 chip->legacy.IO_ADDR_W = chip->legacy.IO_ADDR_R; in pasemi_nand_probe()
137 if (!chip->legacy.IO_ADDR_R) { in pasemi_nand_probe()
193 iounmap(chip->legacy.IO_ADDR_R); in pasemi_nand_probe()
217 iounmap(chip->legacy.IO_ADDR_R); in pasemi_nand_remove()
H A Dnand_legacy.c30 return readb(chip->legacy.IO_ADDR_R); in nand_read_byte()
42 return (uint8_t) cpu_to_le16(readw(chip->legacy.IO_ADDR_R)); in nand_read_byte16()
132 ioread8_rep(chip->legacy.IO_ADDR_R, buf, len); in nand_read_buf()
163 ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1); in nand_read_buf16()
H A Dorion_nand.c54 void __iomem *io_base = chip->legacy.IO_ADDR_R; in orion_nand_read_buf()
155 nc->legacy.IO_ADDR_R = nc->legacy.IO_ADDR_W = io_base; in orion_nand_probe()
H A Dplat_nand.c74 data->chip.legacy.IO_ADDR_R = data->io_base; in plat_nand_probe()
H A Dsharpsl.c174 this->legacy.IO_ADDR_R = sharpsl->io + FLASHIO; in sharpsl_nand_probe()
H A Ds3c2410.c665 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
844 chip->legacy.IO_ADDR_R = chip->legacy.IO_ADDR_W; in s3c2410_nand_init_chip()
H A Dlpc32xx_mlc.c752 nand_chip->legacy.IO_ADDR_R = MLC_DATA(host->io_base); in lpc32xx_nand_probe()
H A Dlpc32xx_slc.c886 chip->legacy.IO_ADDR_R = SLC_DATA(host->io_base); in lpc32xx_nand_probe()
/linux/arch/arm/mach-orion5x/
H A Dts78xx-setup.c181 void __iomem *io_base = chip->legacy.IO_ADDR_R; in ts78xx_ts_nand_read_buf()
/linux/arch/mips/alchemy/devboards/
H A Ddb1550.c146 this->legacy.IO_ADDR_R = this->legacy.IO_ADDR_W = (void __iomem *)ioaddr; in au1550_nand_cmd_ctrl()
H A Ddb1300.c167 this->legacy.IO_ADDR_R = this->legacy.IO_ADDR_W = (void __iomem *)ioaddr; in au1300_nand_cmd_ctrl()
H A Ddb1200.c202 this->legacy.IO_ADDR_R = this->legacy.IO_ADDR_W = (void __iomem *)ioaddr; in au1200_nand_cmd_ctrl()
/linux/Documentation/driver-api/
H A Dmtdnand.rst238 this->legacy.IO_ADDR_R = baseaddr;
341 this->legacy.IO_ADDR_R &= ~BOARD_NAND_ADDR_MASK;
345 this->legacy.IO_ADDR_R |= BOARD_NAND_ADDR_CHIP0;
350 this->legacy.IO_ADDR_R |= BOARD_NAND_ADDR_CHIPn;
/linux/include/linux/mtd/
H A Drawnand.h1137 * @IO_ADDR_R: address to read the 8 I/O lines of the flash device
1164 void __iomem *IO_ADDR_R; member