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);
3398 int syscfg, locked;
3401 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
3402 this->write_word((syscfg | 0x0100), this->base + ONENAND_REG_SYS_CFG1);
3426 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);
3659 int syscfg;
3662 syscfg = this->read_word(this->base + ONENAND_REG_SYS_CFG1);
3664 this->write_word((syscfg & ~ONENAND_SYS_CFG1_SYNC_READ & ~ONENAND_SYS_CFG1_SYNC_WRITE), this->base + ONENAND_REG_SYS_CFG1);
3679 this->write_word(syscfg, this->base + ONENAND_REG_SYS_CFG1);