Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_internal.h73 #define JEDEC_ID(info) (((info)->id[1]) << 8 | ((info)->id[2])) macro
H A Dsandbox.c350 JEDEC_ID(sbsf->data)) >> in sandbox_sf_xfer()