Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/atheros/dev/
H A Daereg.h263 #define OPMODE_ST 0x00002000 /* start transmitter */ macro
H A Dif_ae.c920 ae_idle(sc, OPMODE_ST); in ae_intr()
1424 AE_WRITE(sc, CSR_OPMODE, OPMODE_SR | OPMODE_ST | in ae_init()
1766 if (bits & OPMODE_ST) in ae_idle()
1782 if ((bits & OPMODE_ST) != 0 && (csr & STATUS_TPS) == 0 && in ae_idle()
/netbsd/sys/arch/newsmips/apbus/
H A Dif_tlp_ap.c275 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_ap_setmedia()
/netbsd/sys/dev/ic/
H A Dtulip.c1098 tlp_idle(sc, OPMODE_ST); in tlp_intr()
1740 sc->sc_opmode |= OPMODE_SR | OPMODE_ST | in tlp_init()
2588 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_filter_setup()
3094 if (bits & OPMODE_ST) in tlp_idle()
3110 if ((bits & OPMODE_ST) != 0 && (csr & STATUS_TPS) == 0 && in tlp_idle()
3220 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_mii_statchg()
3251 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_winb_mii_statchg()
4233 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_sia_media()
4320 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_21140_gpio_set()
5290 tlp_idle(sc, OPMODE_ST | OPMODE_SR); in tlp_2114x_nway_auto()
[all …]
H A Dtulipreg.h599 #define OPMODE_ST 0x00002000 /* start transmitter */ macro