Home
last modified time | relevance | path

Searched refs:cfg4 (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/rtw/
H A Drtw.c886 uint8_t cfg4; in rtw_set_rfprog() local
889 cfg4 = RTW_READ8(regs, RTW_CONFIG4) & ~RTW_CONFIG4_RFTYPE_MASK; in rtw_set_rfprog()
893 cfg4 |= LSHIFT(0, RTW_CONFIG4_RFTYPE_MASK); in rtw_set_rfprog()
897 cfg4 |= RTW_CONFIG4_RFTYPE_INTERSIL; in rtw_set_rfprog()
901 cfg4 |= RTW_CONFIG4_RFTYPE_PHILIPS; in rtw_set_rfprog()
906 cfg4 |= RTW_CONFIG4_RFTYPE_RFMD; in rtw_set_rfprog()
911 RTW_WRITE8(regs, RTW_CONFIG4, cfg4); in rtw_set_rfprog()