Home
last modified time | relevance | path

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

/drivers/net/
Dseeq8005.c279 outw( SEEQCMD_FIFO_READ | SEEQCMD_SET_ALL_OFF, SEEQ_CMD); in seeq8005_probe1()
496 outw(SEEQCMD_FIFO_READ | SEEQCMD_RX_INT_ACK | (status & SEEQCMD_INT_MASK), SEEQ_CMD); in seeq8005_rx()
656 outw( SEEQCMD_FIFO_READ | SEEQCMD_SET_ALL_OFF, SEEQ_CMD); in seeq8005_init()
Dseeq8005.h49 #define SEEQCMD_FIFO_READ (0x4000) /* Set FIFO to read mode (read from Buffer) */ macro