Searched refs:UDAV_NCR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dif_udavreg.h61 #define UDAV_NCR 0x00 /* Network Control Register */ macro
H A Dif_udav.c479 UDAV_CLRBIT(un, UDAV_NCR, UDAV_NCR_LBK0 | UDAV_NCR_LBK1);
532 UDAV_CLRBIT(un, UDAV_NCR, UDAV_NCR_EXT_PHY);
535 UDAV_SETBIT(un, UDAV_NCR, UDAV_NCR_EXT_PHY);
537 UDAV_CLRBIT(un, UDAV_NCR, UDAV_NCR_EXT_PHY);
541 UDAV_SETBIT(un, UDAV_NCR, UDAV_NCR_RST);
546 if (!(udav_csr_read1(un, UDAV_NCR) & UDAV_NCR_RST))

Completed in 145 milliseconds