Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/stand/boot2440/
H A Ddm9000.c105 #define ISR_PRS (1<<0) /* frame Rx completed */ macro
339 if (val & ISR_PRS) in dm9k_recv()
347 CSR_WRITE_1(l, ISR, ISR_PRS); /* clear ISR Rx complete bit */ in dm9k_recv()