Searched refs:pstart (Results 1 – 10 of 10) sorted by relevance
| /openbmc/u-boot/board/socrates/ |
| H A D | sdram.c | 66 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 71 for (p = pstart; p < pend; p++) in testdram() 74 for (p = pstart; p < pend; p++) { in testdram() 82 for (p = pstart; p < pend; p++) in testdram() 85 for (p = pstart; p < pend; p++) { in testdram()
|
| /openbmc/u-boot/board/BuS/eb_cpu5282/ |
| H A D | eb_cpu5282.c | 102 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 107 for (p = pstart; p < pend; p++) in testdram() 110 for (p = pstart; p < pend; p++) { in testdram() 118 for (p = pstart; p < pend; p++) in testdram() 121 for (p = pstart; p < pend; p++) { in testdram()
|
| /openbmc/u-boot/board/freescale/mpc837xerdb/ |
| H A D | mpc837xerdb.c | 24 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 33 for (p = pstart; p < pend; p++) in testdram() 36 for (p = pstart; p < pend; p++) { in testdram() 44 for (p = pstart; p < pend; p++) in testdram() 47 for (p = pstart; p < pend; p++) { in testdram()
|
| /openbmc/u-boot/board/sbc8641d/ |
| H A D | sbc8641d.c | 60 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 65 for (p = pstart; p < pend; p++) in testdram() 68 for (p = pstart; p < pend; p++) { in testdram() 76 for (p = pstart; p < pend; p++) in testdram() 79 for (p = pstart; p < pend; p++) { in testdram()
|
| /openbmc/qemu/monitor/ |
| H A D | hmp-target.c | 54 const char *p, *pstart; in hmp_compare_cmd() local 59 pstart = p; in hmp_compare_cmd() 61 if ((p - pstart) == len && !memcmp(pstart, name, len)) { in hmp_compare_cmd()
|
| /openbmc/u-boot/board/sbc8548/ |
| H A D | sbc8548.c | 200 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START; in testdram() local 209 for (p = pstart; p < pend; p++) in testdram() 212 for (p = pstart; p < pend; p++) { in testdram() 220 for (p = pstart; p < pend; p++) in testdram() 223 for (p = pstart; p < pend; p++) { in testdram()
|
| /openbmc/u-boot/scripts/ |
| H A D | cleanpatch | 218 my $pstart = $3; 223 $mstart, $mlin, $pstart, $plin-$adj,
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ohci.h | 71 uint32_t pstart; member
|
| H A D | hcd-ohci.c | 365 ohci->pstart = 0; in ohci_soft_reset() 1587 retval = ohci->pstart; in ohci_mem_read() 1724 ohci->pstart = val & 0xffff; in ohci_mem_write() 2015 VMSTATE_UINT32(pstart, OHCIState),
|
| /openbmc/qemu/hw/display/ |
| H A D | artist.c | 600 int pstart = s->line_pattern_start >> 16; in draw_line_pattern_start() local 602 draw_line(s, startx, starty, endx, endy, false, -1, pstart); in draw_line_pattern_start() 603 s->line_pattern_skip = pstart; in draw_line_pattern_start()
|