Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dadb.c130 int i, highFree=0, noMovement; in adb_scan_bus() local
142 else if (i > highFree) in adb_scan_bus()
143 highFree = i; in adb_scan_bus()
147 for (noMovement = 1; noMovement < 2 && highFree > 0; noMovement++) { in adb_scan_bus()
164 (i<< 4) | 0xb, (highFree | 0x60), 0xfe); in adb_scan_bus()
172 (highFree << 4) | 0xf); in adb_scan_bus()
187 adb_handler[highFree].original_address = in adb_scan_bus()
189 while (highFree > 0 && in adb_scan_bus()
190 adb_handler[highFree].original_address) in adb_scan_bus()
191 highFree--; in adb_scan_bus()
[all …]