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

/freebsd-12-stable/sys/dev/flash/
H A Dn25q.c142 static struct n25q_flash_ident flash_devices[] = { variable in typeref:struct:n25q_flash_ident
178 for (i = 0; i < nitems(flash_devices); i++) {
179 if ((flash_devices[i].manufacturer_id == manufacturer_id) &&
180 (flash_devices[i].device_id == dev_id))
181 return &flash_devices[i];
269 * flash_devices structure
271 for (i = 0; i < nitems(flash_devices); i++)
272 if (ofw_bus_is_compatible(dev, flash_devices[i].name))
H A Dmx25l.c119 static struct mx25l_flash_ident flash_devices[] = { variable in typeref:struct:mx25l_flash_ident
206 for (i = 0; i < nitems(flash_devices); i++) {
207 if ((flash_devices[i].manufacturer_id == manufacturer_id) &&
208 (flash_devices[i].device_id == dev_id))
209 return &flash_devices[i];
457 * flash_devices structure
459 for (i = 0; i < nitems(flash_devices); i++)
460 if (ofw_bus_is_compatible(dev, flash_devices[i].name))

Completed in 101 milliseconds