Home | History | Annotate | Download | only in cim

Lines Matching refs:crc

1619  * This routine reads the CRC of the combination of graphics/video data.  This
1620 * CRC checks data immediately before the CRT DACs.
1627 unsigned long crc;
1641 /* RESET THE CRC */
1652 /* to kick off a CRC. */
1662 /* field and vice versa. This is because the CRC will not begin */
1678 /* ENABLE THE CRC */
1682 /* WAIT FOR THE CRC TO BE COMPLETED */
1686 crc = READ_VID32(DF_VID_CRC32);
1688 return crc;
1694 * This routine reads the CRC of a rectangular subsection of the combination
1706 unsigned long crc = 0;
1807 * CRC into REGB
1894 /* CRC into RegB if cmp0 <= h.counter <= cmp1 && cmp2 <= v. counter <
1942 /* to kick off a CRC. */
1952 /* field and vice versa. This is because the CRC will not begin */
1999 crc = msr_value.low;
2012 return crc;
2018 * This routine reads the CRC for a frame of data after the panel dithering
2037 /* RESET CRC */
2048 /* WAIT FOR THE CRC TO BE COMPLETED */