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

/freebsd-current/sys/dev/flash/
H A Dat45d.c69 * both jedec id and extended id info returned by the MANUFACTURER_ID command.
74 uint32_t jedec; member in struct:at45d_flash_ident
142 * The jedec id in this table includes the extended id length byte. A match is
143 * based on both jedec id and extended id matching. The chip's extended id (not
305 uint32_t jedec; local
311 jedec = 0;
323 if (mfginfo.jedec_id == ident->jedec &&
329 device_printf(sc->dev, "JEDEC 0x%x not in list.\n", jedec);

Completed in 52 milliseconds