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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c245 #define CR_RESET 0x0001 macro
2075 reg &= ~(CR_CLKOFF | CR_RESET);
2077 reg |= CR_RESET;
2079 reg &= ~CR_RESET;
2094 reg &= ~(CR_CLKOFF | CR_RESET | CR_COMPOFF | CR_YCOFF);
2096 reg |= CR_RESET;
2098 reg &= ~CR_RESET;
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c128 #define CR_RESET 0x0001 macro
1846 reg &= ~(CR_CLKOFF | CR_RESET);
1848 reg |= CR_RESET;
1850 reg &= ~CR_RESET;
1866 reg &= ~(CR_CLKOFF | CR_RESET | CR_COMPOFF | CR_YCOFF);
1868 reg |= CR_RESET;
1870 reg &= ~CR_RESET;

Completed in 17 milliseconds