Home
last modified time | relevance | path

Searched refs:byBBRxConf (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/vt6655/
Dbaseband.c2207 unsigned char byBBRxConf = 0; in BBvSetShortSlotTime() local
2210 BBbReadEmbedded(priv, 0x0A, &byBBRxConf); /* CR10 */ in BBvSetShortSlotTime()
2213 byBBRxConf &= 0xDF; /* 1101 1111 */ in BBvSetShortSlotTime()
2215 byBBRxConf |= 0x20; /* 0010 0000 */ in BBvSetShortSlotTime()
2220 byBBRxConf |= 0x20; /* 0010 0000 */ in BBvSetShortSlotTime()
2222 BBbWriteEmbedded(priv, 0x0A, byBBRxConf); /* CR10 */ in BBvSetShortSlotTime()
2227 unsigned char byBBRxConf = 0; in BBvSetVGAGainOffset() local
2231 BBbReadEmbedded(priv, 0x0A, &byBBRxConf); /* CR10 */ in BBvSetVGAGainOffset()
2234 byBBRxConf |= 0x20; /* 0010 0000 */ in BBvSetVGAGainOffset()
2236 byBBRxConf &= 0xDF; /* 1101 1111 */ in BBvSetVGAGainOffset()
[all …]