HomeSort by: relevance | last modified time | path
    Searched defs:temp32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1413 uint32_t temp32; local in function:ar5211SetPowerTable
1502 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff);
1503 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff));
1504 OS_REG_WRITE(ah, addr, temp32);
ar5211_reset.c 1413 uint32_t temp32; local in function:ar5211SetPowerTable
1502 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff);
1503 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff));
1504 OS_REG_WRITE(ah, addr, temp32);

Completed in 43 milliseconds