Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/davicom/
H A Ddm9000.h135 #define ISR_PTS (1<<1) macro
137 #define ISR_CLR_STATUS (ISR_ROOS | ISR_ROS | ISR_PTS | ISR_PRS)
H A Ddm9000.c1223 if (int_status & ISR_PTS) in dm9000_interrupt()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Ddm9000x.h133 #define ISR_PTS (1<<1) macro
H A Ddm9000x.c342 DM9000_iow(DM9000_ISR, ISR_ROOS | ISR_ROS | ISR_PTS | ISR_PRS); in dm9000_init()