Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
H A Dadb.c129 int i, highFree=0, noMovement; in adb_scan_bus() local
141 else if (i > highFree) in adb_scan_bus()
142 highFree = i; in adb_scan_bus()
146 for (noMovement = 1; noMovement < 2 && highFree > 0; noMovement++) { in adb_scan_bus()
163 (i<< 4) | 0xb, (highFree | 0x60), 0xfe); in adb_scan_bus()
171 (highFree << 4) | 0xf); in adb_scan_bus()
186 adb_handler[highFree].original_address = in adb_scan_bus()
188 while (highFree > 0 && in adb_scan_bus()
189 adb_handler[highFree].original_address) in adb_scan_bus()
190 highFree--; in adb_scan_bus()
[all …]