Searched refs:ucTemp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c5604 unsigned char ucSR5Stat, ucTemp; local in function:XGIInternalDDC
5624 ucTemp = base & 0xFF;
5625 outXGIIDXREG(XGICR, 0x0D, ucTemp);
5626 ucTemp = (base >> 8) & 0xFF;
5627 outXGIIDXREG(XGICR, 0x0C, ucTemp);
5628 ucTemp = (base >> 16) & 0xFF;
5629 outXGIIDXREG(XGISR, 0x0D, ucTemp);
5630 ucTemp = (base >> 24) & 0x01;
5631 setXGIIDXREG(XGISR, 0x37, 0xFE, ucTemp);
5635 ucTemp
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A Datombios.h4966 UCHAR ucTemp; member in struct:SW_I2C_CNTL_DATA_PARAMETERS

Completed in 87 milliseconds