Searched refs:id_len (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sf_internal.h | 30 u8 id_len; member
|
| H A D | spi_flash_ids.c | 25 .id_len = (!(_jedec_id) ? 0 : (3 + ((_ext_id) ? 2 : 0))), \ 40 .id_len = 6, \
|
| H A D | spi-nor-tiny.c | 371 if (info->id_len) { in spi_nor_read_id() 372 if (!memcmp(info->id, id, info->id_len)) in spi_nor_read_id()
|
| H A D | spi-nor-ids.c | 32 .id_len = (!(_jedec_id) ? 0 : (3 + ((_ext_id) ? 2 : 0))), \ 48 .id_len = 6, \
|
| H A D | spi_flash.c | 1083 if (info->id_len) { in spi_flash_read_id() 1084 if (!memcmp(info->id, id, info->id_len)) in spi_flash_read_id()
|
| H A D | spi-nor-core.c | 909 if (info->id_len) { in spi_nor_read_id() 910 if (!memcmp(info->id, id, info->id_len)) in spi_nor_read_id()
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 4165 int extid, id_len; in nand_decode_ext_id() local 4171 id_len = nand_id_len(id_data, 8); in nand_decode_ext_id() 4182 if (id_len == 6 && id_data[0] == NAND_MFR_SAMSUNG && in nand_decode_ext_id() 4217 } else if (id_len == 6 && id_data[0] == NAND_MFR_HYNIX && in nand_decode_ext_id() 4280 if (id_len >= 6 && id_data[0] == NAND_MFR_TOSHIBA && in nand_decode_ext_id() 4362 return type->id_len; in is_full_id_nand() 4368 if (!strncmp((char *)type->id, (char *)id_data, type->id_len)) { in find_full_id_nand()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | rawnand.h | 1055 uint16_t id_len; member
|