Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h579 unsigned char byRadioCtl; member
Ddevice_main.c787 pDevice->byRadioCtl = SROMbyReadEmbedded(pDevice->PortOffset, EEP_OFS_RADIOCTL); in device_init_registers()
790 if (pDevice->byRadioCtl & EEP_RADIOCTL_ENABLE) { in device_init_registers()
804 if (((pDevice->byGPIO & GPIO0_DATA) && !(pDevice->byRadioCtl & EEP_RADIOCTL_INV)) || in device_init_registers()
805 ( !(pDevice->byGPIO & GPIO0_DATA) && (pDevice->byRadioCtl & EEP_RADIOCTL_INV))) { in device_init_registers()
/linux-2.6.39/drivers/staging/vt6656/
Ddevice.h570 BYTE byRadioCtl; member
Dmain_usb.c643 pDevice->byRadioCtl = pDevice->abyEEPROM[EEP_OFS_RADIOCTL]; in device_init_registers()
645 if ( (pDevice->byRadioCtl & EEP_RADIOCTL_ENABLE) != 0 ) { in device_init_registers()