Searched refs:fifo_lev (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Ddavinci_mmc.c625 int fifo_lev = (rw_threshold == 32) ? MMCFIFOCTL_FIFOLEV : 0; local
630 fifo_lev = (rw_threshold == 64) ? MMCFIFOCTL_FIFOLEV : 0;
659 writel(fifo_lev | MMCFIFOCTL_FIFODIR_WR | MMCFIFOCTL_FIFORST,
661 writel(fifo_lev | MMCFIFOCTL_FIFODIR_WR,
667 writel(fifo_lev | MMCFIFOCTL_FIFODIR_RD | MMCFIFOCTL_FIFORST,
669 writel(fifo_lev | MMCFIFOCTL_FIFODIR_RD,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsky2.c2806 u8 fifo_lev = sky2_read8(hw, Q_ADDR(rxq, Q_RL)); local
2814 fifo_lev != 0 && fifo_lev >= sky2->check.fifo_lev))) {
2817 mac_lev, mac_rp, fifo_lev,
2825 sky2->check.fifo_lev = fifo_lev;
H A Dsky2.h2240 u8 fifo_lev; member in struct:sky2_port::__anon13417

Completed in 157 milliseconds