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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c2928 unsigned long reg, reg07, reg34; local in function:config_yc_filter
2941 houston_ReadReg(ENC_REG07, &reg07, 1);
2944 reg07 &= ~0x08;
2947 reg07 |= 0x08;
2950 houston_WriteReg(ENC_REG07, reg07, 1);
2957 unsigned long reg, reg07, reg34; local in function:conget_yc_filter
2973 houston_ReadReg(ENC_REG07, &reg07, 1);
2975 *p_chroma_filter = !((0x08 & reg07) || (0x20 & reg34));
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c2696 unsigned long reg, reg07, reg34; local in function:config_yc_filter
2709 houston_ReadReg(ENC_REG07, &reg07, 1);
2712 reg07 &= ~0x08;
2716 reg07 |= 0x08;
2719 houston_WriteReg(ENC_REG07, reg07, 1);
2726 unsigned long reg, reg07, reg34; local in function:conget_yc_filter
2742 houston_ReadReg(ENC_REG07, &reg07, 1);
2744 *p_chroma_filter = !((0x08 & reg07) || (0x20 & reg34));

Completed in 10 milliseconds