Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
rtwreg.h | 86 #define RTW_CR_RST __BIT(4)/* Reset: host sets to 1 to disable |
rtw.c | 498 RTW_WRITE8(regs, RTW_CR, RTW_CR_RST); 503 if ((cr = RTW_READ8(regs, RTW_CR) & RTW_CR_RST) == 0) { |