Searched refs:byValue (Results 1 – 3 of 3) sorted by relevance
2021 unsigned char byValue; in BBbReadEmbeded() local2030 VNSvInPortB(dwIoBase + MAC_REG_BBREGCTL, &byValue); in BBbReadEmbeded()2031 if (byValue & BBREGCTL_DONE) in BBbReadEmbeded()2064 unsigned char byValue; in BBbWriteEmbeded() local2075 VNSvInPortB(dwIoBase + MAC_REG_BBREGCTL, &byValue); in BBbWriteEmbeded()2076 if (byValue & BBREGCTL_DONE) in BBbWriteEmbeded()
1249 unsigned char byValue; in MACvTimer0MicroSDelay() local1257 VNSvInPortB(dwIoBase + MAC_REG_TMCTL0, &byValue); in MACvTimer0MicroSDelay()1258 if ((byValue == 0) || in MACvTimer0MicroSDelay()1259 (byValue & TMCTL_TSUSP)) { in MACvTimer0MicroSDelay()
531 unsigned char byValue; in device_init_registers() local573 byValue = SROMbyReadEmbedded(pDevice->PortOffset, EEP_OFS_ANTENNA); in device_init_registers()574 if (byValue & EEP_ANTINV) in device_init_registers()582 byValue &= (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()583 if (byValue == 0) // if not set default is All in device_init_registers()584 byValue = (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()595 if (byValue == (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN)) { in device_init_registers()619 if (byValue & EEP_ANTENNA_AUX) { in device_init_registers()