Searched refs:BBbWriteEmbedded (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/vt6655/ |
D | baseband.c | 2036 bool BBbWriteEmbedded(unsigned long dwIoBase, unsigned char byBBAddr, unsigned char byData) in BBbWriteEmbedded() function 2133 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253InitTab_RFMD[ii][0], byVT3253InitTab_RFMD[ii][1]); in BBbVT3253Init() 2137 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_RFMD[ii][0], byVT3253B0_RFMD[ii][1]); in BBbVT3253Init() 2140 …bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AGC4_RFMD2959[ii][0], byVT3253B0_AGC4_RFMD2959[ii… in BBbVT3253Init() 2155 … bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AIROHA2230[ii][0], byVT3253B0_AIROHA2230[ii][1]); in BBbVT3253Init() 2158 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AGC[ii][0], byVT3253B0_AGC[ii][1]); in BBbVT3253Init() 2170 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_UW2451[ii][0], byVT3253B0_UW2451[ii][1]); in BBbVT3253Init() 2173 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_AGC[ii][0], byVT3253B0_AGC[ii][1]); in BBbVT3253Init() 2188 bResult &= BBbWriteEmbedded(dwIoBase, byVT3253B0_UW2451[ii][0], byVT3253B0_UW2451[ii][1]); in BBbVT3253Init() 2195 bResult &= BBbWriteEmbedded(dwIoBase, 0xd7, 0x06); in BBbVT3253Init() [all …]
|
D | baseband.h | 72 BBbWriteEmbedded(dwIoBase, 0xB1, 0) 75 BBbWriteEmbedded(dwIoBase, 0xB1, 0x0C) 103 bool BBbWriteEmbedded(unsigned long dwIoBase, unsigned char byBBAddr, unsigned char byData);
|
D | card.c | 447 BBbWriteEmbedded(pDevice->PortOffset, 0xE7, pDevice->abyBBVGA[0]); in CARDbSetPhyParameter() 454 BBbWriteEmbedded(pDevice->PortOffset, 0xE7, pDevice->abyBBVGA[0]); in CARDbSetPhyParameter() 455 BBbWriteEmbedded(pDevice->PortOffset, 0xE1, 0x57); in CARDbSetPhyParameter() 460 BBbWriteEmbedded(pDevice->PortOffset, 0x88, 0x03); in CARDbSetPhyParameter() 476 BBbWriteEmbedded(pDevice->PortOffset, 0xE7, pDevice->abyBBVGA[0]); in CARDbSetPhyParameter() 482 BBbWriteEmbedded(pDevice->PortOffset, 0xE7, pDevice->abyBBVGA[0]); in CARDbSetPhyParameter() 483 BBbWriteEmbedded(pDevice->PortOffset, 0xE1, 0xD3); in CARDbSetPhyParameter() 486 BBbWriteEmbedded(pDevice->PortOffset, 0x88, 0x02); in CARDbSetPhyParameter() 503 BBbWriteEmbedded(pDevice->PortOffset, 0xE7, pDevice->abyBBVGA[0]); in CARDbSetPhyParameter() 509 BBbWriteEmbedded(pDevice->PortOffset, 0xE7, pDevice->abyBBVGA[0]); in CARDbSetPhyParameter() [all …]
|