Home
last modified time | relevance | path

Searched refs:RCR_SO (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c427 lp->rcr &= ~RCR_SO; in axf_init_chip()
454 lp->rcr |= RCR_SO; in axf_init_chip()
471 lp->rcr |= RCR_SO; in axf_start_chip()
489 lp->rcr &= ~RCR_SO; in axf_stop_chip()
534 if (lp->rcr & RCR_SO) { in axf_set_rx_filter()
H A Dax88172reg.h58 #define RCR_SO 0x80 /* Start Operation */ macro