Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Daic6915.h100 #define RCD_W0_OK (1U << 29) /* packet is OK */ macro
H A Daic6915.c748 if ((word0 & RCD_W0_OK) == 0) { in sf_rxintr()