tcr 279 dev/ic/rtw.c u_int32_t tcr; tcr 280 dev/ic/rtw.c tcr = RTW_READ(regs, RTW_TCR); tcr 281 dev/ic/rtw.c tcr &= ~RTW_TCR_LBK_MASK; tcr 283 dev/ic/rtw.c tcr |= RTW_TCR_LBK_CONT; tcr 285 dev/ic/rtw.c tcr |= RTW_TCR_LBK_NORMAL; tcr 286 dev/ic/rtw.c RTW_WRITE(regs, RTW_TCR, tcr); tcr 450 dev/ic/rtw.c uint32_t tcr; tcr 453 dev/ic/rtw.c tcr = RTW_TCR_CWMIN | RTW_TCR_MXDMA_2048 | tcr 456 dev/ic/rtw.c RTW_WRITE(regs, RTW_TCR, tcr); tcr 2247 dev/ic/rtw.c u_int32_t tcr; tcr 2249 dev/ic/rtw.c tcr = RTW_READ(regs, RTW_TCR); tcr 2251 dev/ic/rtw.c tcr |= RTW_TCR_CWMIN; tcr 2252 dev/ic/rtw.c tcr &= ~RTW_TCR_MXDMA_MASK; tcr 2253 dev/ic/rtw.c tcr |= RTW_TCR_MXDMA_256; tcr 2255 dev/ic/rtw.c tcr |= RTW8180_TCR_SAT; /* send ACK as fast as possible */ tcr 2256 dev/ic/rtw.c tcr &= ~RTW_TCR_LBK_MASK; tcr 2257 dev/ic/rtw.c tcr |= RTW_TCR_LBK_NORMAL; /* normal operating mode */ tcr 2260 dev/ic/rtw.c tcr &= ~(RTW_TCR_SRL_MASK|RTW_TCR_LRL_MASK); tcr 2261 dev/ic/rtw.c tcr |= LSHIFT(4, RTW_TCR_SRL_MASK) | LSHIFT(4, RTW_TCR_LRL_MASK); tcr 2263 dev/ic/rtw.c tcr &= ~RTW_TCR_CRC; /* NIC appends CRC32 */ tcr 2265 dev/ic/rtw.c RTW_WRITE(regs, RTW_TCR, tcr); tcr 319 dev/sbus/bpp.c u_int8_t tcr; tcr 333 dev/sbus/bpp.c tcr = bus_space_read_1(lsi->sc_bustag, lsi->sc_regs, tcr 335 dev/sbus/bpp.c tcr &= ~BPP_TCR_DIR; tcr 337 dev/sbus/bpp.c L64854_REG_TCR, tcr);