Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dmv_xor.h75 #define WINDOW_BAR_ENABLE(chan) (0x40 + ((chan) << 2)) macro
Dmv_xor.c1114 writel(win_enable, base + WINDOW_BAR_ENABLE(0)); in mv_xor_conf_mbus_windows()
1115 writel(win_enable, base + WINDOW_BAR_ENABLE(1)); in mv_xor_conf_mbus_windows()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c79 #define WINDOW_BAR_ENABLE 0x0290 macro
2637 writel(win_enable, base + WINDOW_BAR_ENABLE); in mv643xx_eth_conf_mbus_windows()