Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/
H A Dmace.h123 #define XMTFWU 0x08 /* xmit fifo watermark update enable */ macro
H A Dmace.c344 out_8(&mb->fifocc, RCVFW_32 | XMTFW_16 | XMTFWU | RCVFWU | XMTBRST); in mace_reset()
745 out_8(&mb->fifocc, in_8(&mb->fifocc) | XMTFWU); in mace_interrupt()
H A Dmacmace.c288 mb->fifocc = XMTFW_8 | RCVFW_64 | XMTFWU | RCVFWU; in mace_reset()