Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/sn/
H A Dif_sn.c459 outw(BASE + POINTER_REG_W, PTR_AUTOINC | 0x0000); in snstart()
651 outw(BASE + POINTER_REG_W, PTR_AUTOINC | 0x0000); in snresume()
836 outw(BASE + POINTER_REG_W, PTR_AUTOINC | PTR_READ | 0x0000); in sn_intr()
977 outw(BASE + POINTER_REG_W, PTR_READ | PTR_RCV | PTR_AUTOINC | 0x0000); in snread()
H A Dif_snreg.h274 #define POINTER_REG_W 0x06 macro