• 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:write_word

401 		this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
417 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
421 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
449 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8);
453 this->write_word(value, this->base + ONENAND_REG_START_BUFFER);
457 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT);
460 this->write_word(cmd, this->base + ONENAND_REG_COMMAND);
665 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
802 this->write_word(word, bufferram + byte_offset);
870 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
1246 this->write_word(ONENAND_DDP_CHIP0, this->base + ONENAND_REG_START_ADDRESS2);
1275 this->write_word(ONENAND_DDP_CHIP1, this->base + ONENAND_REG_START_ADDRESS2);
2624 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2626 this->write_word(end, this->base + ONENAND_REG_END_BLOCK_ADDRESS);
2651 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
2654 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
2656 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2729 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
2732 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
2734 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2762 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2833 this->write_word(value, this->base +
2852 this->write_word(value, this->base +
2857 this->write_word(value, this->base + ONENAND_REG_START_BUFFER);
2861 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT);
2864 this->write_word(cmd, this->base + ONENAND_REG_COMMAND);
2914 this->write_word(value, this->base +
2923 this->write_word(value, this->base +
3482 this->write_word((syscfg | 0x0100), this->base + ONENAND_REG_SYS_CFG1);
3506 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
3708 this->write_word(boundary, this->base + ONENAND_DATARAM);
3720 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND);
3745 this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ & ~ONENAND_SYS_CFG1_SYNC_WRITE), this->base + ONENAND_REG_SYS_CFG1);
3748 this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM);
3755 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM);
3760 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
3912 if (!this->write_word)
3913 this->write_word = onenand_writew;