Lines Matching refs:lcr
1039 /* setup the sliced VBI lcr registers according to the sliced VBI format */
1044 u8 lcr[24];
1059 lcr[i] = 0xff;
1065 lcr[i] = 0xdd;
1068 lcr[i] = 0xdd;
1086 /* Now set the lcr values according to the specified service */
1088 lcr[i] = 0;
1092 lcr[i] |= 0xf << (4 * x);
1095 lcr[i] |= 1 << (4 * x);
1098 lcr[i] |= 4 << (4 * x);
1101 lcr[i] |= 5 << (4 * x);
1104 lcr[i] |= 7 << (4 * x);
1111 /* write the lcr registers */
1113 saa711x_write(sd, i - 2 + R_41_LCR_BASE, lcr[i]);