/openbmc/qemu/hw/arm/ |
H A D | xlnx-versal.c | 144 object_initialize_child(OBJECT(s), "rpu-cluster", &s->lpd.rpu.cluster, in versal_create_rpu_cpus() 146 qdev_prop_set_uint32(DEVICE(&s->lpd.rpu.cluster), "cluster-id", 1); in versal_create_rpu_cpus() 148 for (i = 0; i < ARRAY_SIZE(s->lpd.rpu.cpu); i++) { in versal_create_rpu_cpus() 151 object_initialize_child(OBJECT(&s->lpd.rpu.cluster), in versal_create_rpu_cpus() 152 "rpu-cpu[*]", &s->lpd.rpu.cpu[i], in versal_create_rpu_cpus() 154 obj = OBJECT(&s->lpd.rpu.cpu[i]); in versal_create_rpu_cpus() 159 object_property_set_int(obj, "core-count", ARRAY_SIZE(s->lpd.rpu.cpu), in versal_create_rpu_cpus() 161 object_property_set_link(obj, "memory", OBJECT(&s->lpd.rpu.mr), in versal_create_rpu_cpus() 166 qdev_realize(DEVICE(&s->lpd.rpu.cluster), NULL, &error_fatal); in versal_create_rpu_cpus() 173 for (i = 0; i < ARRAY_SIZE(s->lpd.iou.uart); i++) { in versal_create_uarts() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/ |
H A D | lprng_3.8.C.bb | 26 mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf 27 mv ${D}/etc/lpd/lpd.perms.sample ${D}/etc/lpd/lpd.perms
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | md5.h | 40 2002-04-13 lpd Removed support for non-ANSI compilers; removed 43 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. 44 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5); 47 1999-05-03 lpd Original version.
|
H A D | md5.c | 40 2002-04-13 lpd Clarified derivation from RFC 1321; now handles byte order 43 2002-03-11 lpd Corrected argument list for main(), and added int return 45 2002-02-21 lpd Added missing #include <stdio.h> in test program. 46 2000-07-03 lpd Patched to eliminate warnings about "constant is 49 1999-11-04 lpd Edited comments slightly for automatic TOC extraction. 50 1999-10-18 lpd Fixed typo in header comment (ansi2knr rather than md5). 51 1999-05-03 lpd Original version.
|
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | radio.c | 1381 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) macro 1382 static u16 b43legacy_get_812_value(struct b43legacy_wldev *dev, u8 lpd) in b43legacy_get_812_value() argument 1395 switch (lpd) { in b43legacy_get_812_value() 1396 case LPD(0, 1, 1): in b43legacy_get_812_value() 1398 case LPD(0, 0, 1): in b43legacy_get_812_value() 1400 case LPD(1, 0, 1): in b43legacy_get_812_value() 1402 case LPD(1, 0, 0): in b43legacy_get_812_value() 1408 switch (lpd) { in b43legacy_get_812_value() 1409 case LPD(0, 1, 1): in b43legacy_get_812_value() 1411 case LPD(0, 0, 1): in b43legacy_get_812_value() [all …]
|
/openbmc/qemu/tests/tcg/x86_64/system/ |
H A D | boot.S | 258 .Lpd: label 267 .quad .Lpd + 7 + 0 * 4096 /* 0-1 GB */ 268 .quad .Lpd + 7 + 1 * 4096 /* 1-2 GB */ 269 .quad .Lpd + 7 + 2 * 4096 /* 2-3 GB */ 270 .quad .Lpd + 7 + 3 * 4096 /* 3-4 GB */
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 1099 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) macro 1101 u16 phy_register, unsigned int lpd) in radio2050_rfover_val() argument 1145 switch (lpd) { in radio2050_rfover_val() 1146 case LPD(0, 1, 1): in radio2050_rfover_val() 1148 case LPD(0, 0, 1): in radio2050_rfover_val() 1149 case LPD(1, 0, 1): in radio2050_rfover_val() 1151 case LPD(1, 0, 0): in radio2050_rfover_val() 1164 switch (lpd) { in radio2050_rfover_val() 1165 case LPD(0, 1, 1): in radio2050_rfover_val() 1167 case LPD(0, 0, 1): in radio2050_rfover_val() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | xlnx,zynqmp-ams.yaml | 36 PS Sysmon |7 |LPD temperature measurement. |Temperature 38 |9 |VCC PS LPD voltage measurement (supply1). |Voltage 56 |26 |LPD Internal voltage measurement, VCC_PSINTLP (supply4). |Voltage
|
/openbmc/openbmc/poky/meta/recipes-extended/cups/ |
H A D | cups.inc | 3 general replacement for lpd and the like. It supports the Internet Printing \ 37 SYSTEMD_SERVICE:${PN} = "cups.socket cups.path cups.service cups-lpd.socket"
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | fsl_corenet_serdes.c | 61 unsigned int lpd; /* RCW lane powerdown bit */ member 111 int word = lanes[lane].lpd / 32; in serdes_lane_enabled() 112 int bit = lanes[lane].lpd % 32; in serdes_lane_enabled()
|
/openbmc/qemu/include/hw/arm/ |
H A D | xlnx-versal.h | 103 } lpd; member
|
/openbmc/qemu/include/hw/misc/ |
H A D | xlnx-versal-crl.h | 2 * QEMU model of the Clock-Reset-LPD (CRL).
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-crl.c | 2 * QEMU model of the Clock-Reset-LPD (CRL).
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.rst | 141 /dev/printer socket lpd local socket
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 708 c84 lpd SSF_RRDRD2
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | dwc2_udc_otg.c | 709 /* LPD can't report unclaimed bytes from IN fifos */ in dwc2_fifo_status()
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/unattended-boot-conf/openSUSE/ |
H A D | autoinst.xml | 843 <home>/var/spool/lpd</home>
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp.dtsi | 666 reg-names = "serdes", "siou", "lpd";
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 575 D(0xc804, LPD, SSF, ILA, 0, 0, new_P, r3_P32, lpd, 0, MO_TEUL) 576 D(0xc805, LPDG, SSF, ILA, 0, 0, new_P, r3_P64, lpd, 0, MO_TEUQ)
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | rx_desc.h | 641 * If set, use EPD instead of LPD.
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | rx_desc.h | 257 * If set to one use EPD instead of LPD
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 881 #/var/lock/subsys/lpd -> $(SEC_CONFIG) ;
|
/openbmc/openbmc/poky/meta/files/ |
H A D | spdx-licenses.json | 4881 "detailsUrl": "https://spdx.org/licenses/LPD-document.json", 4884 "licenseId": "LPD-document", 4885 "name": "LPD Documentation License", 4886 "reference": "https://spdx.org/licenses/LPD-document.html",
|
/openbmc/linux/net/ipv4/ |
H A D | tcp.c | 186 * window but wrong (fixes NT lpd problems)
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |