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

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vop.c574 unsigned long gcfg, unlock, vbi_even; local in function:vop_read_vbi_crc
584 vbi_even = READ_REG32(DC3_VBI_EVEN_CTL);
588 vbi_even |= DC3_VBI_EVEN_ENABLE_CRC;
591 WRITE_REG32(DC3_VBI_EVEN_CTL, vbi_even);
H A Dcim_vg.c2883 unsigned long crc, vbi_even; local in function:vg_read_graphics_crc
2892 vbi_even = READ_REG32(DC3_VBI_EVEN_CTL);
2894 vbi_even &= ~DC3_VBI_EVEN_ENABLE_CRC;
2941 WRITE_REG32(DC3_VBI_EVEN_CTL, vbi_even);

Completed in 7 milliseconds