Home
last modified time | relevance | path

Searched refs:CR_RRRA (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/newsmips/apbus/
Dif_snreg.h93 #define CR_RRRA 0x0100 /* read next RRA descriptor at s_rrp */ macro
Dif_sn.c420 NIC_PUT(sc, SNR_CR, CR_RRRA); in sninit()
422 while ((NIC_GET(sc, SNR_CR)) & CR_RRRA) in sninit()
/netbsd/src/sys/dev/ic/
Ddp83932reg.h172 #define CR_RRRA (1U << 8) /* Read RRA */ macro
Ddp83932.c1024 CSR_WRITE(sc, SONIC_CR, CR_RXEN | CR_RRRA); in sonic_init()