Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dmb86950.c226 bus_space_write_1(bst, bsh, DLCR_TX_STAT, 0xff); in mb86950_stop()
394 if ((tstat = bus_space_read_1(bst, bsh, DLCR_TX_STAT)) != 0) { in mb86950_watchdog()
573 if (bus_space_read_1(bst, bsh, DLCR_TX_STAT) in mb86950_start()
675 tstat = bus_space_read_1(bst, bsh, DLCR_TX_STAT); in mb86950_intr()
693 bus_space_write_1(bst, bsh, DLCR_TX_STAT, tstat); in mb86950_intr()
988 bus_space_read_1(bst, bsh, DLCR_TX_STAT), in mb86950_dump()
H A Dmb86950reg.h48 #define DLCR_TX_STAT ESTAR_DLCR0 macro