Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c124 size_t len, idname_len; in sandbox_sf_probe() local
155 idname_len = strlen(spec); in sandbox_sf_probe()
160 if (idname_len != len) in sandbox_sf_probe()
166 printf("%s: unknown flash '%*s'\n", __func__, (int)idname_len, in sandbox_sf_probe()