Searched refs:ATW_BCNT_BCNT_MASK (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Datwreg.h697 #define ATW_BCNT_BCNT_MASK __BITS(7,0) /* byte count of beacon frame */ macro
H A Datw.c2327 bcnt = ATW_READ(sc, ATW_BCNT) & ~ATW_BCNT_BCNT_MASK;
2367 bcnt |= __SHIFTIN(len, ATW_BCNT_BCNT_MASK);

Completed in 100 milliseconds