Searched defs:esr (Results 1 - 5 of 5) sorted by relevance

/drivers/net/ethernet/ibm/emac/
H A Dmal.c225 u32 esr = get_mal_dcrn(mal, MAL_ESR); local
228 set_mal_dcrn(mal, MAL_ESR, esr);
230 MAL_DBG(mal, "SERR %08x" NL, esr);
232 if (esr & MAL_ESR_EVB) {
233 if (esr & MAL_ESR_DE) {
240 if (esr & MAL_ESR_PEIN) {
248 mal->index, esr);
258 mal->index, esr);
358 u32 esr = get_mal_dcrn(mal, MAL_ESR); local
360 if (esr
[all...]
H A Dphy.c526 u16 esr = phy_read(phy, MII_ESTATUS); local
527 if (esr & ESTATUS_1000_TFULL)
529 if (esr & ESTATUS_1000_THALF)
H A Dmal.h294 u32 esr; member in struct:mal_regs
/drivers/net/ethernet/dlink/
H A Ddl2k.c1633 __u16 esr; local
1643 esr = mii_read (dev, phy_addr, PCS_ESR);
1647 if (esr & (MII_ESR_1000BT_HD | MII_ESR_1000BX_HD))
1649 if (esr & (MII_ESR_1000BT_FD | MII_ESR_1000BX_FD))
/drivers/net/can/
H A Dflexcan.c219 u32 esr; /* 0x20 */ member in struct:flexcan_regs
753 reg_esr = flexcan_read(&regs->esr) | priv->reg_esr;
789 reg_esr = flexcan_read(&regs->esr);
792 flexcan_write(reg_esr & FLEXCAN_ESR_ALL_INT, &regs->esr);

Completed in 72 milliseconds