Lines Matching refs:mem_base
69 uint32_t mem_base[4]; member
267 (p->mem_base[0] & 0xfffff) << 16); in set_mem_windows()
276 (p->mem_base[1] & 0xfffff) << 16); in set_mem_windows()
285 (p->mem_base[2] & 0xfffff) << 16); in set_mem_windows()
294 (p->mem_base[3] & 0xfffff) << 16); in set_mem_windows()
312 (p->mem_base[0] & 0xfffff) << 16); in set_mem_windows()
321 (p->mem_base[1] & 0xfffff) << 16); in set_mem_windows()
330 (p->mem_base[2] & 0xfffff) << 16); in set_mem_windows()
339 (p->mem_base[3] & 0xfffff) << 16); in set_mem_windows()
390 ret = s->pci[0].mem_base[0]; in mv64361_read()
402 ret = s->pci[0].mem_base[1]; in mv64361_read()
414 ret = s->pci[0].mem_base[2]; in mv64361_read()
426 ret = s->pci[0].mem_base[3]; in mv64361_read()
447 ret = s->pci[1].mem_base[0]; in mv64361_read()
459 ret = s->pci[1].mem_base[1]; in mv64361_read()
471 ret = s->pci[1].mem_base[2]; in mv64361_read()
483 ret = s->pci[1].mem_base[3]; in mv64361_read()
627 s->pci[0].mem_base[0] = val & 0x70fffffULL; in mv64361_write()
642 s->pci[0].mem_base[1] = val & 0x70fffffULL; in mv64361_write()
657 s->pci[0].mem_base[2] = val & 0x70fffffULL; in mv64361_write()
672 s->pci[0].mem_base[3] = val & 0x70fffffULL; in mv64361_write()
697 s->pci[1].mem_base[0] = val & 0x70fffffULL; in mv64361_write()
712 s->pci[1].mem_base[1] = val & 0x70fffffULL; in mv64361_write()
727 s->pci[1].mem_base[2] = val & 0x70fffffULL; in mv64361_write()
742 s->pci[1].mem_base[3] = val & 0x70fffffULL; in mv64361_write()
898 s->pci[0].mem_base[0] = 0x100c000; in mv64361_reset()
900 s->pci[0].mem_base[1] = 0x100f900; in mv64361_reset()
902 s->pci[0].mem_base[2] = 0x100f400; in mv64361_reset()
904 s->pci[0].mem_base[3] = 0x100f600; in mv64361_reset()
908 s->pci[1].mem_base[0] = 0x1008000; in mv64361_reset()
910 s->pci[1].mem_base[1] = 0x100fd00; in mv64361_reset()
912 s->pci[1].mem_base[2] = 0x1002600; in mv64361_reset()
914 s->pci[1].mem_base[3] = 0x100ff80; in mv64361_reset()
918 s->pci[i].remap[j] = s->pci[i].mem_base[j] << 16; in mv64361_reset()