Searched refs:byValue (Results 1 – 3 of 3) sorted by relevance
1918 unsigned char byValue; in BBbReadEmbedded() local1927 VNSvInPortB(iobase + MAC_REG_BBREGCTL, &byValue); in BBbReadEmbedded()1928 if (byValue & BBREGCTL_DONE) in BBbReadEmbedded()1961 unsigned char byValue; in BBbWriteEmbedded() local1972 VNSvInPortB(iobase + MAC_REG_BBREGCTL, &byValue); in BBbWriteEmbedded()1973 if (byValue & BBREGCTL_DONE) in BBbWriteEmbedded()
697 unsigned char byValue; in MACvTimer0MicroSDelay() local705 byValue = ioread8(io_base + MAC_REG_TMCTL0); in MACvTimer0MicroSDelay()706 if ((byValue == 0) || in MACvTimer0MicroSDelay()707 (byValue & TMCTL_TSUSP)) { in MACvTimer0MicroSDelay()
199 unsigned char byValue; in device_init_registers() local237 byValue = SROMbyReadEmbedded(priv->PortOffset, EEP_OFS_ANTENNA); in device_init_registers()238 if (byValue & EEP_ANTINV) in device_init_registers()243 byValue &= (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()245 if (byValue == 0) in device_init_registers()246 byValue = (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN); in device_init_registers()248 if (byValue == (EEP_ANTENNA_AUX | EEP_ANTENNA_MAIN)) { in device_init_registers()263 if (byValue & EEP_ANTENNA_AUX) { in device_init_registers()