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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dmfd.c49 #define chan_writel(chan, offset, val) writel(val, chan->reg + offset) macro
307 chan_writel(up->txc, HSU_CH_CR, 0x0);
319 chan_writel(up->txc, HSU_CH_D0SAR, dbuf->dma_addr + xmit->tail);
320 chan_writel(up->txc, HSU_CH_D0TSR, count);
323 chan_writel(up->txc, HSU_CH_DCR, 0x1
328 chan_writel(up->txc, HSU_CH_CR, 0x1);
340 chan_writel(rxc, HSU_CH_BSR, 32);
341 chan_writel(rxc, HSU_CH_MOTSR, 4);
343 chan_writel(rxc, HSU_CH_D0SAR, dbuf->dma_addr);
344 chan_writel(rx
[all...]

Completed in 106 milliseconds