| /openbmc/u-boot/arch/arm/dts/ |
| H A D | armada-xp.dtsi | 53 #include "armada-370-xp.dtsi" 57 compatible = "marvell,armadaxp", "marvell,armada-370-xp"; 75 compatible = "marvell,armada-xp-sdram-controller"; 89 compatible = "marvell,armada-xp-spi", 96 compatible = "marvell,armada-xp-spi", 136 compatible = "marvell,armada-370-xp-system-controller"; 141 compatible = "marvell,armada-xp-gating-clock"; 148 compatible = "marvell,armada-xp-core-clock"; 162 compatible = "marvell,armada-xp-cpu-clock"; 172 compatible = "marvell,armada-xp-timer"; [all …]
|
| H A D | armada-xp-mv78230.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp"; 64 enable-method = "marvell,armada-xp-smp"; 90 compatible = "marvell,armada-xp-pcie";
|
| H A D | armada-xp-mv78260.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp"; 65 enable-method = "marvell,armada-xp-smp"; 91 compatible = "marvell,armada-xp-pcie"; 330 compatible = "marvell,armada-xp-neta";
|
| H A D | armada-xp-theadorable.dts | 60 #include "armada-xp-mv78260.dtsi" 64 compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp"; 165 compatible = "marvell,armada-xp-lcd";
|
| H A D | armada-xp-mv78460.dtsi | 50 #include "armada-xp.dtsi" 54 compatible = "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp"; 66 enable-method = "marvell,armada-xp-smp"; 108 compatible = "marvell,armada-xp-pcie"; 369 compatible = "marvell,armada-xp-neta";
|
| H A D | armada-xp-gp.dts | 61 #include "armada-xp-mv78460.dtsi" 65 …atible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
| H A D | armada-xp-maxbcm.dts | 60 #include "armada-xp-mv78460.dtsi" 64 …atible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
| H A D | armada-xp-synology-ds414.dts | 29 #include "armada-xp-mv78230.dtsi" 34 "marvell,armadaxp", "marvell,armada-370-xp";
|
| H A D | Makefile | 148 armada-xp-gp.dtb \ 149 armada-xp-maxbcm.dtb \ 150 armada-xp-synology-ds414.dtb \ 151 armada-xp-theadorable.dtb \
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen-pvh.c | 44 XenPVHx86State *xp = XEN_PVH_X86(ms); in xen_pvh_init() local 48 xp->cpu = g_malloc(sizeof xp->cpu[0] * ms->smp.max_cpus); in xen_pvh_init() 50 xp->cpu[i] = xen_pvh_cpu_new(ms, i); in xen_pvh_init()
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-pvh-common.c | 239 XenPVHMachineState *xp = XEN_PVH_MACHINE(obj); \ 245 xp->cfg.n.f = value; \ 253 XenPVHMachineState *xp = XEN_PVH_MACHINE(obj); \ 254 uint64_t value = xp->cfg.n.f; \ 284 XenPVHMachineState *xp = XEN_PVH_MACHINE(obj); in XEN_PVH_PROP_MEMMAP() local 291 xp->cfg.pci_intx_irq_base = value; in XEN_PVH_PROP_MEMMAP() 298 XenPVHMachineState *xp = XEN_PVH_MACHINE(obj); in xen_pvh_get_pci_intx_irq_base() local 299 uint32_t value = xp->cfg.pci_intx_irq_base; in xen_pvh_get_pci_intx_irq_base()
|
| /openbmc/u-boot/net/ |
| H A D | tftp.c | 311 uchar *xp; in tftp_send() local 324 xp = pkt; in tftp_send() 349 len = pkt - xp; in tftp_send() 356 xp = pkt; in tftp_send() 371 len = pkt - xp; in tftp_send() 375 xp = pkt; in tftp_send() 383 len = pkt - xp; in tftp_send() 387 xp = pkt; in tftp_send() 394 len = pkt - xp; in tftp_send()
|
| /openbmc/ipmitool/src/plugins/lan/ |
| H A D | md5.c | 183 const md5_byte_t *xp = data; in md5_process() local 191 for (i = 0; i < 16; ++i, xp += 4) in md5_process() 192 xbuf[i] = xp[0] + (xp[1] << 8) + (xp[2] << 16) + (xp[3] << 24); in md5_process()
|
| /openbmc/entity-manager/src/fru_device/ |
| H A D | gzip_utils.cpp | 62 static std::vector<std::string> xpathText(xmlDocPtr doc, const char* xp) in xpathText() argument 70 const unsigned char* xpptr = std::bit_cast<const unsigned char*>(xp); in xpathText()
|
| /openbmc/u-boot/configs/ |
| H A D | maxbcm_defconfig | 32 CONFIG_DEFAULT_DEVICE_TREE="armada-xp-maxbcm"
|
| H A D | ds414_defconfig | 41 CONFIG_DEFAULT_DEVICE_TREE="armada-xp-synology-ds414"
|
| H A D | db-mv784mp-gp_defconfig | 44 CONFIG_DEFAULT_DEVICE_TREE="armada-xp-gp"
|
| H A D | theadorable_debug_defconfig | 48 CONFIG_DEFAULT_DEVICE_TREE="armada-xp-theadorable"
|
| /openbmc/u-boot/drivers/net/ |
| H A D | ftmac100.h | 50 unsigned int xp; /* 0xf8 */ member
|
| /openbmc/qemu/tests/tcg/tricore/ |
| H A D | link.ld | 10 data_ram (w!xp): org = 0xd0000000, len = 130K
|
| /openbmc/docs/release/metrics/ |
| H A D | 2021-03 | 45 1001029 xp-chen,0
|
| H A D | 2021-04 | 45 1001029 xp-chen,0
|
| H A D | 2021-07 | 62 1001029 xp-chen,0
|
| H A D | 2021-06 | 62 1001029 xp-chen,0
|
| H A D | 2021-08 | 62 1001029 xp-chen,0
|