HomeSort by: relevance | last modified time | path
    Searched refs:STATUS_LU (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wm.c 10430 link = status & STATUS_LU;
10730 if (status & STATUS_LU) {
13585 if (CSR_READ(sc, WMREG_STATUS) & STATUS_LU)
13595 ("%s: status after final read = 0x%x, STATUS_LU = %#"
13597 device_xname(sc->sc_dev), status, STATUS_LU));
13598 if (status & STATUS_LU) {
13660 if ((status & STATUS_LU) == 0) {
13709 ("%s: %s: signal = %d, status_lu = %d, rxcw_c = %d\n",
13711 ((status & STATUS_LU) != 0), ((rxcw & RXCW_C) != 0)));
13725 if (signal && ((status & STATUS_LU) == 0) && ((rxcw & RXCW_C) == 0))
    [all...]
if_wmreg.h 459 #define STATUS_LU __BIT(1) /* link up */

Completed in 22 milliseconds