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

/freebsd-10.2-release/sys/dev/flash/
H A Dmx25l.c98 struct mx25l_flash_ident flash_devices[] = { variable in typeref:struct:mx25l_flash_ident
179 i < sizeof(flash_devices)/sizeof(struct mx25l_flash_ident); i++) {
180 if ((flash_devices[i].manufacturer_id == manufacturer_id) &&
181 (flash_devices[i].device_id == dev_id))
182 return &flash_devices[i];

Completed in 39 milliseconds