Searched refs:byValue (Results 1 – 3 of 3) sorted by relevance
1928 unsigned char byValue; in BBbReadEmbedded() local1937 VNSvInPortB(dwIoBase + MAC_REG_BBREGCTL, &byValue); in BBbReadEmbedded()1938 if (byValue & BBREGCTL_DONE) in BBbReadEmbedded()1971 unsigned char byValue; in BBbWriteEmbedded() local1982 VNSvInPortB(dwIoBase + MAC_REG_BBREGCTL, &byValue); in BBbWriteEmbedded()1983 if (byValue & BBREGCTL_DONE) in BBbWriteEmbedded()
724 unsigned char byValue; in MACvTimer0MicroSDelay() local732 VNSvInPortB(dwIoBase + MAC_REG_TMCTL0, &byValue); in MACvTimer0MicroSDelay()733 if ((byValue == 0) || in MACvTimer0MicroSDelay()734 (byValue & TMCTL_TSUSP)) { in MACvTimer0MicroSDelay()
210 unsigned char byValue; in device_init_registers() local248 byValue = SROMbyReadEmbedded(priv->PortOffset, EEP_OFS_ANTENNA); in device_init_registers()249 if (byValue & EEP_ANTINV) in device_init_registers()254 byValue &= (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()256 if (byValue == 0) in device_init_registers()257 byValue = (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()259 if (byValue == (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN)) { in device_init_registers()274 if (byValue & EEP_ANTENNA_AUX) { in device_init_registers()