Lines Matching refs:write_word

460 		this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);  in onenand_command()
475 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); in onenand_command()
479 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_command()
507 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8); in onenand_command()
511 this->write_word(value, this->base + ONENAND_REG_START_BUFFER); in onenand_command()
515 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_command()
518 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_command()
723 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); in onenand_setup_wait()
860 this->write_word(word, bufferram + byte_offset); in onenand_write_bufferram()
928 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_check_bufferram()
1284 this->write_word(ONENAND_DDP_CHIP0, this->base + ONENAND_REG_START_ADDRESS2); in onenand_read_ops_nolock()
1313 this->write_word(ONENAND_DDP_CHIP1, this->base + ONENAND_REG_START_ADDRESS2); in onenand_read_ops_nolock()
2521 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2523 this->write_word(end, this->base + ONENAND_REG_END_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2548 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); in onenand_do_lock_cmd()
2551 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_do_lock_cmd()
2553 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2626 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); in onenand_check_lock_status()
2629 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_check_lock_status()
2631 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_check_lock_status()
2659 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_unlock_all()
2731 this->write_word(value, this->base + in onenand_otp_command()
2750 this->write_word(value, this->base + in onenand_otp_command()
2755 this->write_word(value, this->base + ONENAND_REG_START_BUFFER); in onenand_otp_command()
2759 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_otp_command()
2762 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_otp_command()
2812 this->write_word(value, this->base + in onenand_otp_write_oob_nolock()
2821 this->write_word(value, this->base + in onenand_otp_write_oob_nolock()
3396 this->write_word((syscfg | 0x0100), this->base + ONENAND_REG_SYS_CFG1); in flexonenand_get_boundary()
3420 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); in flexonenand_get_boundary()
3622 this->write_word(boundary, this->base + ONENAND_DATARAM); in flexonenand_set_boundary()
3634 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); in flexonenand_set_boundary()
3659 …this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ & ~ONENAND_SYS_CFG1_SYNC_WRITE), this->base… in onenand_chip_probe()
3662 this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
3669 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
3674 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); in onenand_chip_probe()
3827 if (!this->write_word) in onenand_scan()
3828 this->write_word = onenand_writew; in onenand_scan()