Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.h136 #define ISR_PRS (1<<0) macro
137 #define ISR_CLR_STATUS (ISR_ROOS | ISR_ROS | ISR_PTS | ISR_PRS)
H A Ddm9051.h135 #define ISR_PRS BIT(0) macro
137 ISR_PTS | ISR_PRS)
H A Ddm9000.c1215 if (int_status & ISR_PRS) in dm9000_interrupt()
/openbmc/u-boot/drivers/net/
H A Ddm9000x.h134 #define ISR_PRS (1<<0) macro
H A Ddm9000x.c341 DM9000_iow(DM9000_ISR, ISR_ROOS | ISR_ROS | ISR_PTS | ISR_PRS); in dm9000_init()