Home
last modified time | relevance | path

Searched refs:ramptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/misc/sisusbvga/
H A Dsisusbvga.c1388 u32 ramptr = SISUSB_PCI_MEMBASE; in sisusb_getbuswidth() local
1403 ret |= WRITEL(ramptr + 0, 0x01234567); in sisusb_getbuswidth()
1404 ret |= WRITEL(ramptr + 4, 0x456789ab); in sisusb_getbuswidth()
1405 ret |= WRITEL(ramptr + 8, 0x89abcdef); in sisusb_getbuswidth()
1406 ret |= WRITEL(ramptr + 12, 0xcdef0123); in sisusb_getbuswidth()
1407 ret |= WRITEL(ramptr + 16, 0x55555555); in sisusb_getbuswidth()
1408 ret |= WRITEL(ramptr + 20, 0x55555555); in sisusb_getbuswidth()
1409 ret |= WRITEL(ramptr + 24, 0xffffffff); in sisusb_getbuswidth()
1410 ret |= WRITEL(ramptr + 28, 0xffffffff); in sisusb_getbuswidth()
1411 ret |= READL(ramptr + 0, &t0); in sisusb_getbuswidth()
[all …]
/openbmc/qemu/tests/migration/
H A Dstress.c163 char *ramptr; in stressone() local
185 ramptr = ram; in stressone()
190 ramptr += sizeof(long long); in stressone()
192 *(unsigned long long *)ramptr ^= *(unsigned long long *)dataptr; in stressone()