Home
last modified time | relevance | path

Searched refs:pstart (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/board/socrates/
H A Dsdram.c66 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 Deb_cpu5282.c102 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 Dmpc837xerdb.c24 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 Dsbc8641d.c60 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 Dhmp-target.c54 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 Dsbc8548.c200 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 Dcleanpatch218 my $pstart = $3;
223 $mstart, $mlin, $pstart, $plin-$adj,
/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h71 uint32_t pstart; member
H A Dhcd-ohci.c365 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 Dartist.c600 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()