Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_enc424j600.c452 uint16_t estat; in enc424j600_rx_thread() local
461 ENC424J600_SFRX_ESTATL, &estat); in enc424j600_rx_thread()
462 LOG_DBG("ESTAT: 0x%04x", estat); in enc424j600_rx_thread()
465 counter = (uint8_t)estat; in enc424j600_rx_thread()
470 &estat); in enc424j600_rx_thread()
471 counter = (uint8_t)estat; in enc424j600_rx_thread()
472 LOG_DBG("ESTAT: 0x%04x", estat); in enc424j600_rx_thread()
478 if (estat & ENC424J600_ESTAT_PHYLNK) { in enc424j600_rx_thread()