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

/netbsd-current/sys/dev/ic/
H A Datwreg.h931 volatile uint32_t at_buf2; member in struct:atw_txdesc
961 #define ATW_TXFLAG_TCH __BIT(24) /* at_buf2 is 2nd chain */
962 #define ATW_TXFLAG_TBS2_MASK __BITS(23,12) /* at_buf2 byte count */
H A Datw.c1270 sc->sc_txdescs[i].at_buf2 =
3309 printf(" at_buf2: 0x%08x\n",
3310 le32toh(sc->sc_txdescs[i].at_buf2));
3839 printf(" at_buf2: 0x%08x\n",
3840 le32toh(sc->sc_txdescs[seg].at_buf2));

Completed in 128 milliseconds