Home
last modified time | relevance | path

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

/freebsd/sys/dev/flash/
H A Dat45d.c152 static const struct at45d_flash_ident at45d_flash_devices[] = { variable
321 for (i = 0; i < nitems(at45d_flash_devices); i++) { in at45d_delayed_attach()
322 ident = &at45d_flash_devices[i]; in at45d_delayed_attach()
328 if (i == nitems(at45d_flash_devices)) { in at45d_delayed_attach()