Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dadb.c131 int i, highFree=0, noMovement; in adb_scan_bus() local
143 else if (i > highFree) in adb_scan_bus()
144 highFree = i; in adb_scan_bus()
148 for (noMovement = 1; noMovement < 2 && highFree > 0; noMovement++) { in adb_scan_bus()
165 (i<< 4) | 0xb, (highFree | 0x60), 0xfe); in adb_scan_bus()
173 (highFree << 4) | 0xf); in adb_scan_bus()
188 adb_handler[highFree].original_address = in adb_scan_bus()
190 while (highFree > 0 && in adb_scan_bus()
191 adb_handler[highFree].original_address) in adb_scan_bus()
192 highFree--; in adb_scan_bus()
[all …]