Lines Matching refs:syscfg
701 int syscfg;
718 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
719 syscfg |= ONENAND_SYS_CFG1_IOBE;
720 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
3390 int syscfg, locked;
3393 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
3394 this->write_word((syscfg | 0x0100), this->base + ONENAND_REG_SYS_CFG1);
3418 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
3652 int syscfg;
3655 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
3657 this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ & ~ONENAND_SYS_CFG1_SYNC_WRITE), this->base + ONENAND_REG_SYS_CFG1);
3672 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);