• Home
  • Raw
  • Download

Lines Matching refs:write_word

429 		this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2);  in onenand_command()
444 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); in onenand_command()
448 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_command()
476 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS8); in onenand_command()
480 this->write_word(value, this->base + ONENAND_REG_START_BUFFER); in onenand_command()
484 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_command()
487 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_command()
692 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); in onenand_setup_wait()
829 this->write_word(word, bufferram + byte_offset); in onenand_write_bufferram()
897 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_check_bufferram()
1280 this->write_word(ONENAND_DDP_CHIP0, this->base + ONENAND_REG_START_ADDRESS2); in onenand_read_ops_nolock()
1309 this->write_word(ONENAND_DDP_CHIP1, this->base + ONENAND_REG_START_ADDRESS2); in onenand_read_ops_nolock()
2651 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2653 this->write_word(end, this->base + ONENAND_REG_END_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2678 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); in onenand_do_lock_cmd()
2681 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_do_lock_cmd()
2683 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2756 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS1); in onenand_check_lock_status()
2759 this->write_word(value, this->base + ONENAND_REG_START_ADDRESS2); in onenand_check_lock_status()
2761 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_check_lock_status()
2789 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_unlock_all()
2861 this->write_word(value, this->base + in onenand_otp_command()
2880 this->write_word(value, this->base + in onenand_otp_command()
2885 this->write_word(value, this->base + ONENAND_REG_START_BUFFER); in onenand_otp_command()
2889 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_otp_command()
2892 this->write_word(cmd, this->base + ONENAND_REG_COMMAND); in onenand_otp_command()
2942 this->write_word(value, this->base + in onenand_otp_write_oob_nolock()
2951 this->write_word(value, this->base + in onenand_otp_write_oob_nolock()
3526 this->write_word((syscfg | 0x0100), this->base + ONENAND_REG_SYS_CFG1); in flexonenand_get_boundary()
3550 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); in flexonenand_get_boundary()
3752 this->write_word(boundary, this->base + ONENAND_DATARAM); in flexonenand_set_boundary()
3764 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); in flexonenand_set_boundary()
3789 …this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ & ~ONENAND_SYS_CFG1_SYNC_WRITE), this->base… in onenand_chip_probe()
3792 this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
3799 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
3804 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1); in onenand_chip_probe()
3955 if (!this->write_word) in onenand_scan()
3956 this->write_word = onenand_writew; in onenand_scan()