• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/

Lines Matching refs:read_word

474 		return this->read_word(this->base + ONENAND_REG_ECC_STATUS);
477 ecc = this->read_word(this->base + ONENAND_REG_ECC_STATUS + i*2);
509 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
518 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
520 ctrl = this->read_word(this->base + ONENAND_REG_CTRL_STATUS);
663 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
720 word = this->read_word(bufferram + offset + count);
758 word = this->read_word(bufferram + offset + count);
800 word = this->read_word(bufferram + byte_offset);
1494 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
1499 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
1500 ctrl = this->read_word(this->base + ONENAND_REG_CTRL_STATUS);
1686 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT);
2634 while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS)
2639 status = this->read_word(this->base + ONENAND_REG_WP_STATUS);
2664 while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS)
2669 status = this->read_word(this->base + ONENAND_REG_WP_STATUS);
2737 status = this->read_word(this->base + ONENAND_REG_WP_STATUS);
2770 while (this->read_word(this->base + ONENAND_REG_CTRL_STATUS)
2963 status = this->read_word(this->base + ONENAND_REG_CTRL_STATUS);
3481 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
3491 bdry = this->read_word(this->base + ONENAND_DATARAM);
3685 thisboundary = this->read_word(this->base + ONENAND_DATARAM);
3743 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
3751 bram_maf_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x0);
3752 bram_dev_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x2);
3767 maf_id = this->read_word(this->base + ONENAND_REG_MANUFACTURER_ID);
3768 dev_id = this->read_word(this->base + ONENAND_REG_DEVICE_ID);
3793 maf_id = this->read_word(this->base + ONENAND_REG_MANUFACTURER_ID);
3794 dev_id = this->read_word(this->base + ONENAND_REG_DEVICE_ID);
3795 ver_id = this->read_word(this->base + ONENAND_REG_VERSION_ID);
3796 this->technology = this->read_word(this->base + ONENAND_REG_TECHNOLOGY);
3825 mtd->writesize = this->read_word(this->base + ONENAND_REG_DATA_BUFFER_SIZE);
3910 if (!this->read_word)
3911 this->read_word = onenand_readw;