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

/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_driver.c877 unsigned int itemp; local in function:DoRestore
1007 itemp = INREG(FWATER_BLC);
1008 itemp &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK |
1010 itemp |= i810Reg->LMI_FIFO_Watermark;
1011 OUTREG(FWATER_BLC, itemp);
1022 itemp = INREG(LP_RING + RING_LEN);
1023 itemp &= ~RING_VALID_MASK;
1024 OUTREG(LP_RING + RING_LEN, itemp);
1034 itemp = INREG(LP_RING + RING_START);
1035 itemp
1064 unsigned int itemp; local in function:I810SetRingRegs
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_driver.c877 unsigned int itemp; local in function:DoRestore
1007 itemp = INREG(FWATER_BLC);
1008 itemp &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK |
1010 itemp |= i810Reg->LMI_FIFO_Watermark;
1011 OUTREG(FWATER_BLC, itemp);
1022 itemp = INREG(LP_RING + RING_LEN);
1023 itemp &= ~RING_VALID_MASK;
1024 OUTREG(LP_RING + RING_LEN, itemp);
1034 itemp = INREG(LP_RING + RING_START);
1035 itemp
1064 unsigned int itemp; local in function:I810SetRingRegs
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_driver.c1224 unsigned int itemp; local in function:DoRestore
1354 itemp = INREG(FWATER_BLC);
1355 itemp &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK |
1357 itemp |= i810Reg->LMI_FIFO_Watermark;
1358 OUTREG(FWATER_BLC, itemp);
1369 itemp = INREG(LP_RING + RING_LEN);
1370 itemp &= ~RING_VALID_MASK;
1371 OUTREG(LP_RING + RING_LEN, itemp);
1381 itemp = INREG(LP_RING + RING_START);
1382 itemp
1411 unsigned int itemp; local in function:I810SetRingRegs
[all...]
H A Di830_driver.c1667 unsigned int itemp; local in function:i830_start_ring
1679 itemp = pI830->ring.mem->offset;
1680 OUTREG(LP_RING + RING_START, itemp);
1690 itemp = (pI830->ring.mem->size - 4096) & I830_RING_NR_PAGES;
1691 itemp |= (RING_NO_REPORT | RING_VALID);
1692 OUTREG(LP_RING + RING_LEN, itemp);
/xsrc/external/mit/xf86-video-i740/dist/src/
H A Di740_driver.c932 unsigned int itemp; local in function:DoRestore
1043 itemp = INREG(FWATER_BLC);
1044 itemp &= ~(LMI_BURST_LENGTH | LMI_FIFO_WATERMARK);
1045 itemp |= i740Reg->LMI_FIFO_Watermark;
1046 OUTREG(FWATER_BLC, itemp);
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c689 int itemp, from_left; local in function:MoveLine
704 &ctx->text.from_left, &ltemp, &itemp);
712 False, &ctx->text.insertPos, &from_left, &itemp);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_nir.cpp3559 fs_reg itemp = vgrf(glsl_type::int_type); local in function:fs_visitor::nir_emit_fs_intrinsic
3561 bld.MOV(itemp, temp);
3579 bld.SEL(offset(src, bld, i), itemp, brw_imm_d(7)));
/xsrc/external/mit/xterm/dist/
H A Dcharproc.c2092 parse_extended_colors(XtermWidget xw, int *colorp, int *itemp, Boolean *extended) argument
2095 int item = *itemp;
2178 *itemp = item;

Completed in 68 milliseconds