Lines Matching refs:write_word

457 		this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
472 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
476 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
504 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8);
508 this->write_word(value, this->base + ONENAND_REG_START_BUFFER);
512 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT);
515 this->write_word(cmd, this->base + ONENAND_REG_COMMAND);
720 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
857 this->write_word(word, bufferram + byte_offset);
925 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
1276 this->write_word(ONENAND_DDP_CHIP0, this->base + ONENAND_REG_START_ADDRESS2);
1305 this->write_word(ONENAND_DDP_CHIP1, this->base + ONENAND_REG_START_ADDRESS2);
2522 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2524 this->write_word(end, this->base + ONENAND_REG_END_BLOCK_ADDRESS);
2549 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
2552 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
2554 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2627 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1);
2630 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);
2632 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2660 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS);
2732 this->write_word(value, this->base +
2751 this->write_word(value, this->base +
2756 this->write_word(value, this->base + ONENAND_REG_START_BUFFER);
2760 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT);
2763 this->write_word(cmd, this->base + ONENAND_REG_COMMAND);
2811 this->write_word(value, this->base +
2820 this->write_word(value, this->base +
3402 this->write_word((syscfg | 0x0100), this->base + ONENAND_REG_SYS_CFG1);
3426 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
3627 this->write_word(boundary, this->base + ONENAND_DATARAM);
3639 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND);
3664 this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ & ~ONENAND_SYS_CFG1_SYNC_WRITE), this->base + ONENAND_REG_SYS_CFG1);
3667 this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM);
3674 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM);
3679 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
3832 if (!this->write_word)
3833 this->write_word = onenand_writew;