Searched refs:chan_write (Results 1 – 1 of 1) sorted by relevance
| /openbmc/u-boot/drivers/net/ti/ |
| H A D | cpsw.c | 207 #define chan_write(chan, fld, val) __raw_writel((u32)(val), (chan)->fld) macro 617 chan_write(chan, hdp, desc); in cpdma_submit() 628 chan_write(chan, hdp, desc); in cpdma_submit() 632 chan_write(chan, rxfree, 1); in cpdma_submit() 656 chan_write(chan, hdp, desc); in cpdma_process() 663 chan_write(chan, cp, desc); in cpdma_process()
|