Searched refs:win_base (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/mtd/maps/ |
| D | pcmciamtd.c | 33 void __iomem *win_base; /* ioremapped address of PCMCIA window */ member 104 return dev->win_base + (to & (dev->win_size-1)); in remap_window() 219 void __iomem *win_base = (void __iomem *)map->map_priv_2; in pcmcia_read8() local 225 d.x[0] = readb(win_base + ofs); in pcmcia_read8() 227 ofs, win_base + ofs, d.x[0]); in pcmcia_read8() 234 void __iomem *win_base = (void __iomem *)map->map_priv_2; in pcmcia_read16() local 240 d.x[0] = readw(win_base + ofs); in pcmcia_read16() 242 ofs, win_base + ofs, d.x[0]); in pcmcia_read16() 249 void __iomem *win_base = (void __iomem *)map->map_priv_2; in pcmcia_copy_from() local 255 memcpy_fromio(to, win_base + from, len); in pcmcia_copy_from() [all …]
|
| D | latch-addr-flash.c | 130 resource_size_t win_base = dev->resource->start; in latch_addr_flash_probe() local 142 (unsigned long long)win_size, (unsigned long long)win_base); in latch_addr_flash_probe() 160 info->res = request_mem_region(win_base, win_size, DRIVER_NAME); in latch_addr_flash_probe() 172 info->map.virt = ioremap(win_base, win_size); in latch_addr_flash_probe()
|
| D | pci.c | 93 u32 win_base; in intel_iq80310_init() local 110 pci_read_config_dword(dev, 0x44, &win_base); in intel_iq80310_init() 113 map->map.map_priv_2 = win_base; in intel_iq80310_init()
|
| /Linux-v4.19/drivers/rapidio/devices/ |
| D | tsi721.c | 872 u64 win_base; in tsi721_obw_alloc() local 883 win_base = bar_base; in tsi721_obw_alloc() 903 if (win_base < (win->base + win->size) && in tsi721_obw_alloc() 904 (win_base + size) > win->base) { in tsi721_obw_alloc() 906 win_base = win->base + win->size; in tsi721_obw_alloc() 907 win_base = ALIGN(win_base, align); in tsi721_obw_alloc() 914 if (win_base + size > bar_end) in tsi721_obw_alloc() 923 new_win->base = win_base; in tsi721_obw_alloc()
|