Home
last modified time | relevance | path

Searched refs:WINDOW_BASE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/dma/
Dmv_xor.h77 #define WINDOW_BASE(w) (0x50 + ((w) << 2)) macro
Dmv_xor.c547 base + WINDOW_BASE(i)); in mv_xor_add_io_win()
1176 writel(0, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows()
1187 dram->mbus_dram_target_id, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows()
1212 writel(0, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows_a3700()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmv643xx_eth.c76 #define WINDOW_BASE(w) (0x0200 + ((w) << 3)) macro
2647 writel(0, base + WINDOW_BASE(i)); in mv643xx_eth_conf_mbus_windows()
2661 dram->mbus_dram_target_id, base + WINDOW_BASE(i)); in mv643xx_eth_conf_mbus_windows()
/Linux-v4.19/drivers/ata/
Dsata_mv.c458 #define WINDOW_BASE(i) (0x20034 + ((i) << 4)) macro
4037 writel(0, hpriv->base + WINDOW_BASE(i)); in mv_conf_mbus_windows()
4047 writel(cs->base, hpriv->base + WINDOW_BASE(i)); in mv_conf_mbus_windows()