Lines Matching defs:crc
532 * This routine returns a CRC of the current VOP data
538 unsigned long crc;
545 /* RESET CRC */
560 crc = READ_VOP32(VOP_SIGNATURE);
562 return crc;
568 * This routine returns a CRC of the current VBI data
575 unsigned long crc;
595 /* WAIT FOR THE CRC TO BE COMPLETED */
599 /* READ THE COMPLETED CRC */
601 crc = READ_REG32(DC3_PAL_DATA);
609 return crc;