Searched refs:WINDOW_SIZE (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/mtd/maps/ |
D | l440gx.c | 19 #define WINDOW_SIZE 0x00100000 macro 50 .size = WINDOW_SIZE, 81 l440gx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE); in init_l440gx()
|
D | ts5500_flash.c | 24 #define WINDOW_SIZE 0x00200000 macro 28 .size = WINDOW_SIZE,
|
D | netsc520.c | 66 #define WINDOW_SIZE 0x00100000 macro 71 .size = WINDOW_SIZE,
|
/linux-6.1.9/drivers/scsi/esas2r/ |
D | esas2r_flash.c | 997 #define WINDOW_SIZE ((signed int)MW_DATA_WINDOW_SIZE) macro 1016 iatvr = MW_DATA_ADDR_SER_FLASH + (from & -WINDOW_SIZE); in esas2r_read_flash_block() 1018 iatvr = MW_DATA_ADDR_PAR_FLASH + (from & -WINDOW_SIZE); in esas2r_read_flash_block() 1021 offset = from & (WINDOW_SIZE - 1); in esas2r_read_flash_block() 1024 if (len > WINDOW_SIZE - offset) in esas2r_read_flash_block() 1025 len = WINDOW_SIZE - offset; in esas2r_read_flash_block()
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | trinityd.h | 148 # define WINDOW_SIZE(x) ((x) << 0) macro
|
/linux-6.1.9/drivers/dma/ |
D | mv_xor.h | 70 #define WINDOW_SIZE(w) (0x70 + ((w) << 2)) macro
|
D | mv_xor.c | 540 writel(size & 0xffff0000, base + WINDOW_SIZE(i)); in mv_xor_add_io_win() 1171 writel(0, base + WINDOW_SIZE(i)); in mv_xor_conf_mbus_windows() 1182 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i)); in mv_xor_conf_mbus_windows() 1207 writel(0, base + WINDOW_SIZE(i)); in mv_xor_conf_mbus_windows_a3700() 1215 writel(0xffff0000, base + WINDOW_SIZE(0)); in mv_xor_conf_mbus_windows_a3700()
|
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 65 #define WINDOW_SIZE(w) (0x0204 + ((w) << 3)) macro 2635 writel(0, base + WINDOW_SIZE(i)); in mv643xx_eth_conf_mbus_windows() 2649 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i)); in mv643xx_eth_conf_mbus_windows()
|
/linux-6.1.9/drivers/staging/ks7010/ |
D | ks7010_sdio.c | 93 #define WINDOW_SIZE (64 * 1024) macro
|