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

/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp231 uint32 temp32 = INREG32(PIXPIPE_CONFIG) & 0xF3E062FC; local
232 temp32 |= (DAC_8_BIT | HIRES_MODE | NO_BLANK_DELAY |
234 OUTREG32(PIXPIPE_CONFIG, temp32);
238 temp32 = INREG32(FWATER_BLC);
239 temp32 &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK
241 temp32 |= I810_GetWatermark(mode);
242 OUTREG32(FWATER_BLC, temp32);
/haiku/src/add-ons/accelerants/via/
H A DOverlay.c73 uintptr_t adress, adress2, temp32; /* used to calculate buffer adresses */ local
207 temp32 = (adress - ((uintptr_t)((vuint32 *)si->framebuffer)));
209 if (temp32 != (temp32 & 0xfffffff0))
212 si->overlay.myBufInfo[offset].size += (temp32 - (temp32 & 0xfffffff0));
214 adress -= (temp32 - (temp32 & 0xfffffff0));
/haiku/src/add-ons/accelerants/neomagic/
H A DOverlay.c71 uint32 adress, adress2, temp32; /* used to calculate buffer adresses */ local
206 temp32 = (adress - ((uint32)((vuint32 *)si->framebuffer)));
208 if (temp32 != (temp32 & 0xfffffff0))
211 si->overlay.myBufInfo[offset].size += (temp32 - (temp32 & 0xfffffff0));
213 adress -= (temp32 - (temp32 & 0xfffffff0));
/haiku/src/add-ons/accelerants/skeleton/
H A DOverlay.c74 uint32 adress, adress2, temp32; /* used to calculate buffer adresses */ local
218 temp32 = (adress - ((uint32)((vuint32 *)si->framebuffer)));
220 if (temp32 != (temp32 & 0xfffffff0))
223 si->overlay.myBufInfo[offset].size += (temp32 - (temp32 & 0xfffffff0));
225 adress -= (temp32 - (temp32 & 0xfffffff0));
/haiku/src/add-ons/accelerants/matrox/
H A DOverlay.c82 uintptr_t adress, adress2, temp32; /* used to calculate buffer adresses */ local
280 temp32 = (adress - ((uintptr_t)((vuint32 *)si->framebuffer)));
282 if (temp32 != (temp32 & 0xfffffff0))
285 si->overlay.myBufInfo[offset].size += (temp32 - (temp32 & 0xfffffff0));
287 adress -= (temp32 - (temp32 & 0xfffffff0));
/haiku/src/add-ons/accelerants/nvidia/
H A DOverlay.c76 uintptr_t adress, adress2, temp32; /* used to calculate buffer adresses */ local
249 temp32 = (adress - ((uintptr_t)((vuint32 *)si->framebuffer)));
251 if (temp32 != (temp32 & 0xfffffff0))
254 si->overlay.myBufInfo[offset].size += (temp32 - (temp32 & 0xfffffff0));
256 adress -= (temp32 - (temp32 & 0xfffffff0));
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp380 uint32 temp32; local
394 temp32 = hasPartitionInfo ? (partitionInfo.size / 512) : 0;
395 bs->BPB_HiddSec = B_HOST_TO_LENDIAN_INT32(temp32);
396 temp32 = size / 512;
397 bs->BPB_TotSec32 = B_HOST_TO_LENDIAN_INT32(temp32);
416 uint32 temp32; local
432 temp32 = hasPartitionInfo ? (partitionInfo.size / 512) : 0;
433 bs->BPB_HiddSec = B_HOST_TO_LENDIAN_INT32(temp32);
434 temp32 = (sectorcount <= 65535) ? 0 : sectorcount;
435 bs->BPB_TotSec32 = B_HOST_TO_LENDIAN_INT32(temp32);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1393 uint32_t temp32; local
1482 temp32 = 0xffff & ((pcdacTable[2 * i + 1] << 8) | 0xff);
1483 temp32 = (temp32 << 16) | (0xffff & ((pcdacTable[2 * i] << 8) | 0xff));
1484 OS_REG_WRITE(ah, addr, temp32);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c1806 int32_t hlen, len, pktlen, temp32; local
1868 temp32 = csum - *opts;
1869 temp32 = (temp32 >> 16) + (temp32 & 65535);
1870 csum = temp32 & 65535;
/haiku/src/add-ons/kernel/drivers/network/ether/marvell_yukon/dev/msk/
H A Dif_msk.c3107 int32_t hlen, len, pktlen, temp32; local
3182 temp32 = csum - *opts;
3183 temp32 = (temp32 >> 16) + (temp32 & 65535);
3184 csum = temp32 & 65535;

Completed in 125 milliseconds