Searched refs:WINDOW_SIZE (Results 1 – 8 of 8) sorted by relevance
18 #define WINDOW_SIZE 0x00100000 macro49 .size = WINDOW_SIZE,80 l440gx_map.virt = ioremap_nocache(WINDOW_ADDR, WINDOW_SIZE); in init_l440gx()
37 #define WINDOW_SIZE 0x00200000 macro41 .size = WINDOW_SIZE,
79 #define WINDOW_SIZE 0x00100000 macro84 .size = WINDOW_SIZE,
997 #define WINDOW_SIZE ((signed int)MW_DATA_WINDOW_SIZE) macro1016 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()
148 # define WINDOW_SIZE(x) ((x) << 0) macro
78 #define WINDOW_SIZE(w) (0x70 + ((w) << 2)) macro
1101 writel(0, base + WINDOW_SIZE(i)); in mv_xor_conf_mbus_windows()1112 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i)); in mv_xor_conf_mbus_windows()
77 #define WINDOW_SIZE(w) (0x0204 + ((w) << 3)) macro2646 writel(0, base + WINDOW_SIZE(i)); in mv643xx_eth_conf_mbus_windows()2660 writel((cs->size - 1) & 0xffff0000, base + WINDOW_SIZE(i)); in mv643xx_eth_conf_mbus_windows()