Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3477 int extid, id_len; in nand_decode_ext_id() local
3481 extid = id_data[3]; in nand_decode_ext_id()
3497 mtd->writesize = 2048 << (extid & 0x03); in nand_decode_ext_id()
3498 extid >>= 2; in nand_decode_ext_id()
3500 switch (((extid >> 2) & 0x04) | (extid & 0x03)) { in nand_decode_ext_id()
3524 extid >>= 2; in nand_decode_ext_id()
3527 (((extid >> 1) & 0x04) | (extid & 0x03)); in nand_decode_ext_id()
3534 mtd->writesize = 2048 << (extid & 0x03); in nand_decode_ext_id()
3535 extid >>= 2; in nand_decode_ext_id()
3537 switch (((extid >> 2) & 0x04) | (extid & 0x03)) { in nand_decode_ext_id()
[all …]