Symbol: OPMODE_PS
sys/arch/newsmips/apbus/if_tlp_ap.c
232
OPMODE_PS;
sys/dev/ic/tulip.c
3577
sc->sc_opmode |= OPMODE_MBO | OPMODE_PS;
sys/dev/ic/tulip.c
3595
sc->sc_opmode |= OPMODE_PS;
sys/dev/ic/tulip.c
3617
sc->sc_opmode |= OPMODE_HBD | OPMODE_PS;
sys/dev/ic/tulip.c
3638
sc->sc_opmode |= OPMODE_MBO | OPMODE_HBD | OPMODE_PS;
sys/dev/ic/tulip.c
3840
OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_HBD,
sys/dev/ic/tulip.c
3872
OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD | OPMODE_HBD,
sys/dev/ic/tulip.c
3888
OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_HBD,
sys/dev/ic/tulip.c
3904
OPMODE_PS | OPMODE_PCS | OPMODE_HBD,
sys/dev/ic/tulip.c
3920
OPMODE_PS | OPMODE_PCS | OPMODE_FD | OPMODE_HBD,
sys/dev/ic/tulip.c
4779
tm->tm_opmode = OPMODE_PS;
sys/dev/ic/tulip.c
4935
tm->tm_opmode = OPMODE_PS;
sys/dev/ic/tulip.c
5315
sc->sc_opmode &= ~(OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD);
sys/dev/ic/tulip.c
5615
sc->sc_opmode &= ~(OPMODE_TTM | OPMODE_FD | OPMODE_PS | OPMODE_PCS |
sys/dev/ic/tulip.c
5624
sc->sc_opmode |= OPMODE_PS |OPMODE_PCS |OPMODE_SCR |OPMODE_HBD;
sys/dev/ic/tulip.c
6075
opmode = OPMODE_MBO | OPMODE_HBD | OPMODE_PS;
sys/dev/ic/tulip.c
6158
opmode = OPMODE_HBD | OPMODE_PS;
sys/dev/ic/tulipreg.h
648
#define OPMODE_MEDIA_BITS (OPMODE_FD|OPMODE_PS|OPMODE_TTM|OPMODE_PCS|OPMODE_SCR)
sys/dev/pci/if_tlp_pci.c
1401
sc->sc_opmode = OPMODE_MBO | OPMODE_PS;
sys/dev/pci/if_tlp_pci.c
1422
OPMODE_PS | OPMODE_PCS | OPMODE_SCR);
sys/dev/pci/if_tlp_pci.c
1426
OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD);
sys/dev/pci/if_tlp_pci.c
1616
sc->sc_opmode = OPMODE_MBO | OPMODE_PS;
sys/dev/pci/if_tlp_pci.c
1631
OPMODE_PS | OPMODE_PCS);
sys/dev/pci/if_tlp_pci.c
1635
OPMODE_PS | OPMODE_PCS | OPMODE_FD);
sys/dev/pci/if_tlp_pci.c
1642
OPMODE_PS | OPMODE_PCS | OPMODE_SCR);
sys/dev/pci/if_tlp_pci.c
1646
OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD);