Lines Matching +full:3 +full:- +full:wire
18 * 3. The name of David Young may not be used to endorse or promote
36 * Control input/output with the Philips SA2400 RF front-end and
70 "%s: bbp[%u] <- %u\n", __func__, addr, val); in rtw_bbp_write()
80 for (i = BBP_WRITE_ITERS; --i >= 0; ) { in rtw_bbp_write()
91 BBP_WRITE_DELAY * (BBP_WRITE_ITERS - i)); in rtw_bbp_write()
97 return (-1); in rtw_bbp_write()
101 * Help rtw_rf_hostwrite bang bits to RF over 3-wire interface.
121 mask = 1 << (nbits - 1); in rtw_rf_hostbangbits()
125 "%s: bits %08x mask %08x -> bit %08x\n", in rtw_rf_hostbangbits()
155 * Help rtw_rf_macwrite: tell MAC to bang bits to RF over the 3-wire
169 for (i = rtw_macbangbits_timeout; --i >= 0; DELAY(1)) { in rtw_rf_macbangbits()
173 rtw_macbangbits_timeout - i); in rtw_rf_macbangbits()
180 return (-1); in rtw_rf_macbangbits()
207 (caesar[EXTRACT_NIBBLE(val, 3)] << 24); in rtw_grf5101_mac_crypt()
233 * Bang bits over the 3-wire interface.
243 RTW_DPRINTF(RTW_DEBUG_PHYIO, "%s: %s[%u] <- %08x\n", __func__, in rtw_rf_hostwrite()
274 return (-1); in rtw_rf_hostwrite()
295 * Tell the MAC what to bang over the 3-wire interface.
303 RTW_DPRINTF(RTW_DEBUG_PHYIO, "%s: %s[%u] <- %08x\n", __func__, in rtw_rf_macwrite()
335 return (-1); in rtw_rf_macwrite()