HomeSort by: relevance | last modified time | path
    Searched refs:OPMODE_PS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_tlp_pci.c 1401 sc->sc_opmode = OPMODE_MBO | OPMODE_PS;
1422 OPMODE_PS | OPMODE_PCS | OPMODE_SCR);
1426 OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD);
1616 sc->sc_opmode = OPMODE_MBO | OPMODE_PS;
1631 OPMODE_PS | OPMODE_PCS);
1635 OPMODE_PS | OPMODE_PCS | OPMODE_FD);
1642 OPMODE_PS | OPMODE_PCS | OPMODE_SCR);
1646 OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD);
  /src/sys/arch/newsmips/apbus/
if_tlp_ap.c 232 OPMODE_PS;
  /src/sys/dev/ic/
tulip.c 3577 sc->sc_opmode |= OPMODE_MBO | OPMODE_PS;
3595 sc->sc_opmode |= OPMODE_PS;
3617 sc->sc_opmode |= OPMODE_HBD | OPMODE_PS;
3638 sc->sc_opmode |= OPMODE_MBO | OPMODE_HBD | OPMODE_PS;
3840 OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_HBD,
3872 OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD | OPMODE_HBD,
3888 OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_HBD,
3904 OPMODE_PS | OPMODE_PCS | OPMODE_HBD,
3920 OPMODE_PS | OPMODE_PCS | OPMODE_FD | OPMODE_HBD,
4779 tm->tm_opmode = OPMODE_PS;
    [all...]
tulipreg.h 126 * interface (selected by clearing OPMODE_PS).
611 * On Davicom DM9102, OPMODE_PS and OPMODE_HBD must
614 #define OPMODE_PS 0x00040000 /* port select:
648 #define OPMODE_MEDIA_BITS (OPMODE_FD|OPMODE_PS|OPMODE_TTM|OPMODE_PCS|OPMODE_SCR)

Completed in 20 milliseconds