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

/linux-master/drivers/mtd/maps/
H A Dpcmciamtd.c33 void __iomem *win_base; /* ioremapped address of PCMCIA window */ member in struct:pcmciamtd_dev
104 return dev->win_base + (to & (dev->win_size-1));
219 void __iomem *win_base = (void __iomem *)map->map_priv_2; local
225 d.x[0] = readb(win_base + ofs);
227 ofs, win_base + ofs, d.x[0]);
234 void __iomem *win_base = (void __iomem *)map->map_priv_2; local
240 d.x[0] = readw(win_base + ofs);
242 ofs, win_base + ofs, d.x[0]);
249 void __iomem *win_base = (void __iomem *)map->map_priv_2; local
255 memcpy_fromio(to, win_base
261 void __iomem *win_base = (void __iomem *)map->map_priv_2; local
274 void __iomem *win_base = (void __iomem *)map->map_priv_2; local
287 void __iomem *win_base = (void __iomem *)map->map_priv_2; local
[all...]
H A Dpci.c90 u32 win_base; local
107 pci_read_config_dword(dev, 0x44, &win_base);
110 map->map.map_priv_2 = win_base;
/linux-master/drivers/rapidio/devices/
H A Dtsi721.c883 u64 win_base; local
894 win_base = bar_base;
914 if (win_base < (win->base + win->size) &&
915 (win_base + size) > win->base) {
917 win_base = win->base + win->size;
918 win_base = ALIGN(win_base, align);
925 if (win_base + size > bar_end)
934 new_win->base = win_base;

Completed in 304 milliseconds