Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dam79900reg.h133 #define LE_T2_UFLO (1<<30) /* underflow error */ macro
H A Dam79900.c355 else if (tmd.tmd2 & LE_T2_UFLO) in am79900_tint()
357 if (tmd.tmd2 & (LE_T2_BUFF | LE_T2_UFLO)) { in am79900_tint()
/openbsd/sys/dev/pci/
H A Dif_pcn.c1175 if (tmd2 & LE_T2_UFLO) { in pcn_txintr()