Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfereg.h152 #define CR_TXR 0x0010U /* Transmit reset */ macro
H A Dsfe.c465 OUTL(dp, CR, CR_RST | CR_TXR | CR_RXR); in sfe_reset_chip_sis900()
855 OUTL(dp, CR, lp->cr | CR_TXR | CR_RXR); in sfe_stop_chip()
897 OUTL(dp, CR, CR_TXR | CR_RXR); in sfe_stop_chip_quiesce()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c108 #define CR_TXR 0x00000010 macro