Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/maps/
H A Dsc520cdp.c216 int i, j, devices_found = 0; in init_sc520cdp() local
251 ++devices_found; in init_sc520cdp()
257 if(devices_found >= 2) { in init_sc520cdp()
263 if(devices_found == 3) /* register the third (DIL-Flash) device */ in init_sc520cdp()
265 return(devices_found ? 0 : -ENXIO); in init_sc520cdp()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_mtd.c208 int devices_found = 0; in cfi_mtd_init() local
242 mtd_list[devices_found++] = mtd; in cfi_mtd_init()
247 if (devices_found > 1) { in cfi_mtd_init()
251 sprintf(c_mtd_name, "nor%d", devices_found); in cfi_mtd_init()
252 mtd = mtd_concat_create(mtd_list, devices_found, c_mtd_name); in cfi_mtd_init()
/openbmc/linux/arch/parisc/kernel/
H A Ddrivers.c846 int i, devices_found = 0; in walk_native_bus() local
864 devices_found++; in walk_native_bus()
868 } while(!devices_found && hpa < io_io_high); in walk_native_bus()