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

/netbsd-current/sys/dev/pci/
H A Dif_wm.c10429 link = status & STATUS_LU;
10729 if (status & STATUS_LU) {
13584 if (CSR_READ(sc, WMREG_STATUS) & STATUS_LU)
13594 ("%s: status after final read = 0x%x, STATUS_LU = %#"
13596 device_xname(sc->sc_dev), status, STATUS_LU));
13597 if (status & STATUS_LU) {
13659 if ((status & STATUS_LU) == 0) {
13710 ((status & STATUS_LU) != 0), ((rxcw & RXCW_C) != 0)));
13724 if (signal && ((status & STATUS_LU) == 0) && ((rxcw & RXCW_C) == 0)) {
13740 } else if (((status & STATUS_LU) !
[all...]
H A Dif_wmreg.h459 #define STATUS_LU __BIT(1) /* link up */ macro

Completed in 281 milliseconds