Home
last modified time | relevance | path

Searched refs:technology (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/linux/mtd/
H A Donenand.h79 unsigned int technology; member
139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC)
/rk3399_rockchip-uboot/doc/
H A DREADME.ARC9 technology to tailor each ARC processor instance to meet specific performance,
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A DKconfig106 prompt "DDR technology"
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c2594 this->technology = this->read_word(this->base + ONENAND_REG_TECHNOLOGY); in onenand_probe()