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

  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_driver.c 932 unsigned int itemp; local
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/xf86-video-intel/dist/src/legacy/i810/
i810_driver.c 877 unsigned int itemp; local
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 &= ~(START_ADDR)
1064 unsigned int itemp; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_driver.c 877 unsigned int itemp; local
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 &= ~(START_ADDR)
1064 unsigned int itemp; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_driver.c 1224 unsigned int itemp; local
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 &= ~(START_ADDR)
1411 unsigned int itemp; local
    [all...]
i830_driver.c 1667 unsigned int itemp; local
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/libXaw/dist/src/
TextAction.c 689 int itemp, from_left; local
704 &ctx->text.from_left, &ltemp, &itemp);
712 False, &ctx->text.insertPos, &from_left, &itemp);

Completed in 14 milliseconds