cfg4 731 dev/ic/rtw.c u_int8_t cfg4; cfg4 734 dev/ic/rtw.c cfg4 = RTW_READ8(regs, RTW_CONFIG4) & ~RTW_CONFIG4_RFTYPE_MASK; cfg4 738 dev/ic/rtw.c cfg4 |= LSHIFT(rtw_rfprog_fallback, RTW_CONFIG4_RFTYPE_MASK); cfg4 742 dev/ic/rtw.c cfg4 |= RTW_CONFIG4_RFTYPE_INTERSIL; cfg4 746 dev/ic/rtw.c cfg4 |= RTW_CONFIG4_RFTYPE_PHILIPS; cfg4 750 dev/ic/rtw.c cfg4 |= RTW_CONFIG4_RFTYPE_RFMD; cfg4 755 dev/ic/rtw.c RTW_WRITE8(regs, RTW_CONFIG4, cfg4);