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

/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrQOS.cpp238 UInt16 THROTTLE = THROTTLE_SPEED; // 0x3 = 9600 or slower, 0x7 = 19.2, 0f=38.4 local
260 if (fBaudRate & THROTTLE) { // if a valid result, then throttle back for testing
261 fBaudRate &= THROTTLE;
265 IOLog("baud not throttled, would have been zero, 0x%x, 0x%x\n", fBaudRate, THROTTLE);

Completed in 205 milliseconds