Searched refs:stat2 (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | generic_10g.c | 51 int mmd, stat2, devs1, devs2; in gen10g_discover_mmds() local 57 stat2 = phy_read(phydev, mmd, MDIO_STAT2); in gen10g_discover_mmds() 58 if (stat2 < 0 || in gen10g_discover_mmds() 59 (stat2 & MDIO_STAT2_DEVPRST) != MDIO_STAT2_DEVPRST_VAL) in gen10g_discover_mmds()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | pic32_eth.c | 293 rxd->stat2 = 0; in pic32_rx_desc_init() 400 __func__, __LINE__, txd->hdr, txd->data_buff, txd->stat2, in pic32_eth_send() 466 rxd->data_buff, rxd->stat2, rxd->next_ed); in pic32_eth_recv() 469 if (!RSV_RX_OK(rxd->stat2) || RSV_CRC_ERR(rxd->stat2)) { in pic32_eth_recv() 476 rx_count = RSV_RX_COUNT(rxd->stat2); in pic32_eth_recv() 511 rxd->stat2, rxd->next_ed); in pic32_eth_free_pkt()
|
| H A D | pic32_eth.h | 155 u32 stat2; /* transmit/receive packet status */ member
|
| /openbmc/u-boot/include/andestech/ |
| H A D | andes_pcu.h | 19 unsigned int stat2; /* PCSx Stusts 2 */ member
|