Searched refs:win_base (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/mtd/maps/ |
H A 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 …]
|
H A D | pci.c | 90 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()
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | ddr3_training_bist.c | 123 u32 win_base; in hws_ddr3_run_bist() local 129 hws_ddr3_cs_base_adr_calc(i, cs_num, &win_base); in hws_ddr3_run_bist() 134 bist_offset + win_base, in hws_ddr3_run_bist() 145 bist_offset + win_base, in hws_ddr3_run_bist()
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | tsi721.c | 859 u64 win_base; in tsi721_obw_alloc() local 870 win_base = bar_base; in tsi721_obw_alloc() 890 if (win_base < (win->base + win->size) && in tsi721_obw_alloc() 891 (win_base + size) > win->base) { in tsi721_obw_alloc() 893 win_base = win->base + win->size; in tsi721_obw_alloc() 894 win_base = ALIGN(win_base, align); in tsi721_obw_alloc() 901 if (win_base + size > bar_end) in tsi721_obw_alloc() 910 new_win->base = win_base; in tsi721_obw_alloc()
|