Lines Matching refs:vit09
549 u8 vit08, vit09; in s5h1420_setfec_inversion() local
560 vit09 = 0; in s5h1420_setfec_inversion()
564 vit08 = 0x01; vit09 = 0x10; in s5h1420_setfec_inversion()
568 vit08 = 0x02; vit09 = 0x11; in s5h1420_setfec_inversion()
572 vit08 = 0x04; vit09 = 0x12; in s5h1420_setfec_inversion()
576 vit08 = 0x08; vit09 = 0x13; in s5h1420_setfec_inversion()
580 vit08 = 0x10; vit09 = 0x14; in s5h1420_setfec_inversion()
584 vit08 = 0x20; vit09 = 0x15; in s5h1420_setfec_inversion()
591 vit09 |= inversion; in s5h1420_setfec_inversion()
592 dprintk("fec: %02x %02x\n", vit08, vit09); in s5h1420_setfec_inversion()
594 s5h1420_writereg(state, Vit09, vit09); in s5h1420_setfec_inversion()