Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/atheros/dev/
H A Daereg.h263 #define OPMODE_ST 0x00002000 /* start transmitter */ macro
H A Dif_ae.c919 ae_idle(sc, OPMODE_ST); in ae_intr()
1423 AE_WRITE(sc, CSR_OPMODE, OPMODE_SR | OPMODE_ST | in ae_init()
1765 if (bits & OPMODE_ST) in ae_idle()
1781 if ((bits & OPMODE_ST) != 0 && (csr & STATUS_TPS) == 0 && in ae_idle()
/netbsd-src/sys/arch/newsmips/apbus/
H A Dif_tlp_ap.c274 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_ap_setmedia()
/netbsd-src/sys/dev/ic/
H A Dtulip.c1101 tlp_idle(sc, OPMODE_ST); 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()
3096 if (bits & OPMODE_ST) in tlp_idle()
3112 if ((bits & OPMODE_ST) != 0 && (csr & STATUS_TPS) == 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 …]
H A Dtulipreg.h599 #define OPMODE_ST 0x00002000 /* start transmitter */ macro