Searched refs:temp32 (Results 1 – 2 of 2) sorted by relevance
177 u_32_t temp32; in udpcksum() local185 temp32 = 0; in udpcksum()187 temp32 += opts[0] + opts[1] + opts[2] + opts[3] + opts[4] + opts[5]; in udpcksum()188 temp32 = (temp32 >> 16) + (temp32 & 65535); in udpcksum()189 temp32 += (temp32 >> 16); in udpcksum()190 udp->uh_sum = temp32 & 65535; in udpcksum()
1413 uint32_t temp32; in ar5211SetPowerTable() local1502 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff); in ar5211SetPowerTable()1503 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff)); in ar5211SetPowerTable()1504 OS_REG_WRITE(ah, addr, temp32); in ar5211SetPowerTable()