Home
last modified time | relevance | path

Searched refs:win_base (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/maps/
H A Dpcmciamtd.c33 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 …]
H A Dpci.c90 u32 win_base; in intel_iq80310_init() local
107 pci_read_config_dword(dev, 0x44, &win_base); in intel_iq80310_init()
110 map->map.map_priv_2 = win_base; in intel_iq80310_init()
/linux/drivers/rapidio/devices/
H A Dtsi721.c883 u64 win_base; in tsi721_obw_alloc() local
894 win_base = bar_base; in tsi721_obw_alloc()
914 if (win_base < (win->base + win->size) && in tsi721_obw_alloc()
915 (win_base + size) > win->base) { in tsi721_obw_alloc()
917 win_base = win->base + win->size; in tsi721_obw_alloc()
918 win_base = ALIGN(win_base, align); in tsi721_obw_alloc()
925 if (win_base + size > bar_end) in tsi721_obw_alloc()
934 new_win->base = win_base; in tsi721_obw_alloc()