Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/dec/tulip/
Dde4x5.h280 #define STS_TS 0x00700000 /* Transmit Process State */ macro
Dde4x5.c1116 if ((inl(DE4X5_STS) & (STS_TS | STS_RS)) != 0) { in de4x5_hw_init()
1779 while (inl(DE4X5_STS) & STS_TS); in de4x5_txur()