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

/netbsd-current/sys/dev/ic/
H A Datwreg.h927 volatile uint32_t at_ctl; member in struct:atw_txdesc
928 #define at_stat at_ctl
H A Datw.c1267 sc->sc_txdescs[i].at_ctl = 0;
3811 txd->at_ctl = ctl |
3833 printf(" at_ctl: 0x%08x\n",
3834 le32toh(sc->sc_txdescs[seg].at_ctl));
3884 sc->sc_txdescs[firsttx].at_ctl |= htole32(ATW_TXCTL_OWN);

Completed in 140 milliseconds