Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sun/
Dsunhme.h67 #define GREG_STAT_SLVPERR 0x80000000 /* PIO access got a parity error */ macro
Dsunhme.c1678 GREG_STAT_SLVPERR)) in happy_meal_is_not_so_happy()
1754 if (status & (GREG_STAT_SLVERR|GREG_STAT_SLVPERR)) { in happy_meal_is_not_so_happy()
1760 (status & GREG_STAT_SLVPERR) ? "parity" : "generic"); in happy_meal_is_not_so_happy()