Searched refs:byValue (Results 1 – 3 of 3) sorted by relevance
1930 unsigned char byValue; in BBbReadEmbedded() local1939 VNSvInPortB(dwIoBase + MAC_REG_BBREGCTL, &byValue); in BBbReadEmbedded()1940 if (byValue & BBREGCTL_DONE) in BBbReadEmbedded()1974 unsigned char byValue; in BBbWriteEmbedded() local1985 VNSvInPortB(dwIoBase + MAC_REG_BBREGCTL, &byValue); in BBbWriteEmbedded()1986 if (byValue & BBREGCTL_DONE) in BBbWriteEmbedded()
730 unsigned char byValue; in MACvTimer0MicroSDelay() local738 VNSvInPortB(dwIoBase + MAC_REG_TMCTL0, &byValue); in MACvTimer0MicroSDelay()739 if ((byValue == 0) || in MACvTimer0MicroSDelay()740 (byValue & TMCTL_TSUSP)) { in MACvTimer0MicroSDelay()
242 unsigned char byValue; in device_init_registers() local283 byValue = SROMbyReadEmbedded(pDevice->PortOffset, EEP_OFS_ANTENNA); in device_init_registers()284 if (byValue & EEP_ANTINV) in device_init_registers()289 byValue &= (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()291 if (byValue == 0) in device_init_registers()292 byValue = (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()294 if (byValue == (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN)) { in device_init_registers()309 if (byValue & EEP_ANTENNA_AUX) { in device_init_registers()