Lines Matching defs:tmp
1095 u32 tmp;
1099 tmp = (u32)(upper_32_bits(dma_addr));
1107 tmp |= (1<<31);
1115 pSge->Address.High = cpu_to_le32(tmp);
1153 u32 tmp = dma_addr & 0xFFFFFFFF;
1161 pChain->Address.Low = cpu_to_le32(tmp);
1162 tmp = (u32)(upper_32_bits(dma_addr));
1163 pChain->Address.High = cpu_to_le32(tmp);
6146 u32 tmp;
6179 tmp = le32_to_cpu(pIoc1->Flags) & MPI_IOCPAGE1_REPLY_COALESCING;
6180 if (tmp == MPI_IOCPAGE1_REPLY_COALESCING) {
6181 tmp = le32_to_cpu(pIoc1->CoalescingTimeout);
6184 ioc->name, tmp));
6186 if (tmp > MPT_COALESCING_TIMEOUT) {