Home
last modified time | relevance | path

Searched refs:OPMODE_SCR (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_tlp_pci.c1422 OPMODE_PS | OPMODE_PCS | OPMODE_SCR); in tlp_smc9332dst_tmsw_init()
1426 OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD); in tlp_smc9332dst_tmsw_init()
1435 TULIP_WRITE(sc, CSR_OPMODE, sc->sc_opmode | OPMODE_PCS | OPMODE_SCR); in tlp_smc9332dst_tmsw_init()
1642 OPMODE_PS | OPMODE_PCS | OPMODE_SCR); in tlp_cogent_em1x0_tmsw_init()
1646 OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD); in tlp_cogent_em1x0_tmsw_init()
/netbsd-src/sys/dev/ic/
H A Dtulipreg.h631 #define OPMODE_SCR 0x01000000 /* scrambler mode (21140) */ macro
648 #define OPMODE_MEDIA_BITS (OPMODE_FD|OPMODE_PS|OPMODE_TTM|OPMODE_PCS|OPMODE_SCR)
H A Dtulip.c3840 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,
5315 sc->sc_opmode &= ~(OPMODE_PS | OPMODE_PCS | OPMODE_SCR | OPMODE_FD); in tlp_2114x_nway_auto()
5616 OPMODE_SCR | OPMODE_HBD); in tlp_pnic_nway_statchg()
5624 sc->sc_opmode |= OPMODE_PS |OPMODE_PCS |OPMODE_SCR |OPMODE_HBD; in tlp_pnic_nway_statchg()
/netbsd-src/sys/arch/newsmips/apbus/
H A Dif_tlp_ap.c231 sc->sc_opmode |= OPMODE_MBO | OPMODE_SCR | OPMODE_PCS | OPMODE_HBD | in tlp_ap_preinit()