Home
last modified time | relevance | path

Searched refs:get_feature (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/mtd/nand/raw/
A Dzynq_nand.c1082 u8 get_feature[4]; in zynq_nand_probe() local
1174 nand_chip->read_buf(mtd, get_feature, 4); in zynq_nand_probe()
1176 if (get_feature[0] & ONDIE_ECC_FEATURE_ENABLE) { in zynq_nand_probe()
A Darasan_nfc.c1127 u8 get_feature[4]; in arasan_check_ondie() local
1155 get_feature[i] = nand_chip->read_byte(mtd); in arasan_check_ondie()
1157 if (get_feature[0] & ENABLE_ONDIE_ECC) { in arasan_check_ondie()

Completed in 8 milliseconds