Home
last modified time | relevance | path

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

/drivers/net/
Dgianfar_sysfs.c203 temp = gfar_read(&priv->regs->fifo_tx_thr); in gfar_set_fifo_threshold()
206 gfar_write(&priv->regs->fifo_tx_thr, temp); in gfar_set_fifo_threshold()
Dgianfar.h516 u32 fifo_tx_thr; /* 0x.08c - FIFO transmit threshold register */ member
Dgianfar.c1150 gfar_write(&priv->regs->fifo_tx_thr, priv->fifo_threshold); in startup_gfar()