Searched refs:OPMODE_SR (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/mips/atheros/dev/ |
| D | aereg.h | 261 #define OPMODE_SR 0x00000002 /* start receive */ macro
|
| D | if_ae.c | 1423 AE_WRITE(sc, CSR_OPMODE, OPMODE_SR | OPMODE_ST | in ae_init() 1768 if (bits & OPMODE_SR) in ae_idle() 1787 if ((bits & OPMODE_SR) != 0 && (csr & STATUS_RPS) == 0 && in ae_idle()
|
| /netbsd/src/sys/arch/newsmips/apbus/ |
| D | if_tlp_ap.c | 274 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_ap_setmedia()
|
| /netbsd/src/sys/dev/ic/ |
| D | tulip.c | 1074 tlp_idle(sc, OPMODE_SR); in tlp_intr() 1743 sc->sc_opmode |= OPMODE_SR | OPMODE_ST | in tlp_init() 2590 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_filter_setup() 3099 if (bits & OPMODE_SR) in tlp_idle() 3127 if ((bits & OPMODE_SR) != 0 && (csr & STATUS_RPS) == 0 && in tlp_idle() 3243 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_mii_statchg() 3274 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_winb_mii_statchg() 4256 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_sia_media() 4343 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_21140_gpio_set() 5313 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_2114x_nway_auto() [all …]
|
| D | tulipreg.h | 578 #define OPMODE_SR 0x00000002 /* start receive */ macro
|