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

/linux-master/drivers/mtd/maps/
H A Dsc520cdp.c216 int i, j, devices_found = 0; local
251 ++devices_found;
257 if(devices_found >= 2) {
263 if(devices_found == 3) /* register the third (DIL-Flash) device */
265 return(devices_found ? 0 : -ENXIO);
/linux-master/arch/parisc/kernel/
H A Ddrivers.c846 int i, devices_found = 0; local
864 devices_found++;
868 } while(!devices_found && hpa < io_io_high);

Completed in 84 milliseconds