Searched refs:win_size (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/mtd/maps/ |
D | gpio-addr-flash.c | 49 unsigned long win_size; member 67 ofs /= state->win_size; in gf_set_gpios() 90 word = readw(map->virt + (ofs % state->win_size)); in gf_read() 114 BUG_ON(!((from + len) % state->win_size <= (from + len))); in gf_copy_from() 117 memcpy_fromio(to, map->virt + (from % state->win_size), len); in gf_copy_from() 133 writew(d, map->virt + (ofs % state->win_size)); in gf_write() 152 BUG_ON(!((to + len) % state->win_size <= (to + len))); in gf_copy_to() 155 memcpy_toio(map->virt + (to % state->win_size), from, len); in gf_copy_to() 218 state->win_size = resource_size(memory); in gpio_flash_probe() 227 state->map.size = state->win_size * (1 << state->gpio_count); in gpio_flash_probe()
|
D | pcmciamtd.c | 51 unsigned int win_size; /* size of window */ member 112 offset = to & ~(dev->win_size-1); in remap_window() 121 return dev->win_base + (to & (dev->win_size-1)); in remap_window() 158 unsigned long win_size = dev->win_size; in pcmcia_copy_from_remap() local 162 int toread = win_size - (from & (win_size-1)); in pcmcia_copy_from_remap() 207 unsigned long win_size = dev->win_size; in pcmcia_copy_to_remap() local 211 int towrite = win_size - (to & (win_size-1)); in pcmcia_copy_to_remap() 511 dev->win_size = 0; in pcmciamtd_config() 519 DEBUG(2, "ret = %d dev->win_size = %d", ret, dev->win_size); in pcmciamtd_config() 529 dev->win_size = resource_size(link->resource[2]); in pcmciamtd_config() [all …]
|
D | latch-addr-flash.c | 149 resource_size_t win_size = resource_size(dev->resource); in latch_addr_flash_probe() local 160 (unsigned long long)win_size, (unsigned long long)win_base); in latch_addr_flash_probe() 178 info->res = request_mem_region(win_base, win_size, DRIVER_NAME); in latch_addr_flash_probe() 190 info->map.virt = ioremap(win_base, win_size); in latch_addr_flash_probe() 203 info->win_mask = win_size - 1; in latch_addr_flash_probe()
|
/linux-2.6.39/arch/x86/boot/ |
D | vesa.h | 38 u16 win_size; /* 6 */ member
|
/linux-2.6.39/include/video/ |
D | uvesafb.h | 92 u16 win_size; member
|
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | acx.h | 1094 u16 win_size; member 1121 u16 win_size; member
|
D | acx.c | 1405 acx->win_size = wl->conf.ht.tx_ba_win_size; in wl1271_acx_set_ba_session() 1409 acx->win_size = RX_BA_WIN_SIZE; in wl1271_acx_set_ba_session() 1451 acx->win_size = 0; in wl1271_acx_set_ba_receiver_session()
|