Searched refs:WINDOW_BASE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | mv_xor.h | 69 #define WINDOW_BASE(w) (0x50 + ((w) << 2)) macro
|
H A D | mv_xor.c | 539 base + WINDOW_BASE(i)); in mv_xor_add_io_win() 1170 writel(0, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows() 1181 dram->mbus_dram_target_id, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows() 1206 writel(0, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows_a3700()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | mv_xor.h | 69 #define WINDOW_BASE(w) (0x50 + ((w) << 2)) macro
|
H A D | mv_xor.c | 539 base + WINDOW_BASE(i)); in mv_xor_add_io_win() 1170 writel(0, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows() 1181 dram->mbus_dram_target_id, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows() 1206 writel(0, base + WINDOW_BASE(i)); in mv_xor_conf_mbus_windows_a3700()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_mv.c | 445 #define WINDOW_BASE(i) (0x20034 + ((i) << 4)) macro 4026 writel(0, hpriv->base + WINDOW_BASE(i)); in mv_conf_mbus_windows() 4036 writel(cs->base, hpriv->base + WINDOW_BASE(i)); in mv_conf_mbus_windows()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 64 #define WINDOW_BASE(w) (0x0200 + ((w) << 3)) macro 2624 writel(0, base + WINDOW_BASE(i)); in mv643xx_eth_conf_mbus_windows() 2638 dram->mbus_dram_target_id, base + WINDOW_BASE(i)); in mv643xx_eth_conf_mbus_windows()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_mv.c | 445 #define WINDOW_BASE(i) (0x20034 + ((i) << 4)) macro 4020 writel(0, hpriv->base + WINDOW_BASE(i)); in mv_conf_mbus_windows() 4030 writel(cs->base, hpriv->base + WINDOW_BASE(i)); in mv_conf_mbus_windows()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 64 #define WINDOW_BASE(w) (0x0200 + ((w) << 3)) macro 2635 writel(0, base + WINDOW_BASE(i)); in mv643xx_eth_conf_mbus_windows() 2649 dram->mbus_dram_target_id, base + WINDOW_BASE(i)); in mv643xx_eth_conf_mbus_windows()
|
Completed in 28 milliseconds