Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/spi/
A Dsf_internal.h30 u8 id_len; member
A Dspi-nor-ids.c32 .id_len = (!(_jedec_id) ? 0 : (3 + ((_ext_id) ? 2 : 0))), \
48 .id_len = 6, \
A Dspi-nor-tiny.c383 if (info->id_len) { in spi_nor_read_id()
384 if (!memcmp(info->id, id, info->id_len)) in spi_nor_read_id()
A Dspi-nor-core.c901 if (info->id_len) { in spi_nor_read_id()
902 if (!memcmp(info->id, id, info->id_len)) in spi_nor_read_id()
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c4170 int extid, id_len; in nand_decode_ext_id() local
4176 id_len = nand_id_len(id_data, 8); in nand_decode_ext_id()
4187 if (id_len == 6 && id_data[0] == NAND_MFR_SAMSUNG && in nand_decode_ext_id()
4222 } else if (id_len == 6 && id_data[0] == NAND_MFR_HYNIX && in nand_decode_ext_id()
4285 if (id_len >= 6 && id_data[0] == NAND_MFR_TOSHIBA && in nand_decode_ext_id()
4367 return type->id_len; in is_full_id_nand()
4373 if (!strncmp((char *)type->id, (char *)id_data, type->id_len)) { in find_full_id_nand()
/u-boot/include/linux/mtd/
A Drawnand.h1095 uint16_t id_len; member

Completed in 25 milliseconds