Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/davicom/
Ddm9000.h136 #define ISR_PRS (1<<0) macro
137 #define ISR_CLR_STATUS (ISR_ROOS | ISR_ROS | ISR_PTS | ISR_PRS)
Ddm9000.c1227 if (int_status & ISR_PRS) in dm9000_interrupt()