Searched refs:jedec (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/flash/
H A Dat45d.c73 * both jedec id and extended id info returned by the MANUFACTURER_ID command.
78 uint32_t jedec; member in struct:at45d_flash_ident
146 * The jedec id in this table includes the extended id length byte. A match is
147 * based on both jedec id and extended id matching. The chip's extended id (not
309 uint32_t jedec; local
315 jedec = 0;
327 if (mfginfo.jedec_id == ident->jedec &&
333 device_printf(sc->dev, "JEDEC 0x%x not in list.\n", jedec);

Completed in 92 milliseconds