Home
last modified time | relevance | path

Searched refs:CR_RXR (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/sfe/
H A Dsfereg.h151 #define CR_RXR 0x0020U /* Receiver reset */ macro
H A Dsfe.c542 OUTL(dp, CR, CR_RST | CR_TXR | CR_RXR); in sfe_reset_chip_sis900()
932 OUTL(dp, CR, lp->cr | CR_TXR | CR_RXR); in sfe_stop_chip()
974 OUTL(dp, CR, CR_TXR | CR_RXR); in sfe_stop_chip_quiesce()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c109 #define CR_RXR 0x00000020 macro