| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
| H A D | Value.interface.yaml | 56 For objects in the liquidflow namespace, Unit must be "LPM". For 80 - name: LPM
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | ioinst.h | 89 uint8_t lpm; member 149 uint8_t lpm; member
|
| /openbmc/u-boot/drivers/power/regulator/ |
| H A D | max77686.c | 27 MODE(OPMODE_LPM, MAX77686_LDO_MODE_LPM, "LPM"), 28 MODE(OPMODE_STANDBY_LPM, MAX77686_LDO_MODE_STANDBY_LPM, "ON/LPM"), 36 MODE(OPMODE_STANDBY_LPM, MAX77686_LDO_MODE_STANDBY_LPM, "ON/LPM"), 51 MODE(OPMODE_LPM, MAX77686_BUCK_MODE_LPM, "LPM"),
|
| H A D | s2mps11_regulator.c | 32 MODE(OP_STANDBY_LPM, S2MPS11_LDO_MODE_STANDBY_LPM, "ON/LPM"),
|
| /openbmc/u-boot/arch/arm/mach-tegra/ |
| H A D | pinmux-common.c | 66 #define pmux_lpmd_isvalid(lpm) \ argument 67 (((lpm) >= PMUX_LPMD_X8) && ((lpm) <= PMUX_LPMD_X))
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | cio.h | 32 u8 lpm; /* logical path mask */ member 251 u32 lpm:8; /* logical path mask */ member
|
| H A D | cio.c | 320 .lpm = 0xFF, in __do_cio()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | css.c | 99 VMSTATE_UINT8(lpm, PMCW), 174 VMSTATE_UINT8(lpm, ORB), 1119 if (!(orb->lpm & path)) { in sch_handle_start_func_virtual() 1299 dest->lpm = src->lpm; in copy_pmcw_to_guest() 1375 dest->lpm = src->lpm; in copy_pmcw_from_guest() 1450 schib->pmcw.lpm = schib_copy.pmcw.lpm; in css_do_msch() 2395 schib->pmcw.lpm = schib->pmcw.pim; in css_reset_sch()
|
| /openbmc/qemu/target/avr/ |
| H A D | cpu.h | 40 * LPM/SPM and instruction fetching access code memory space
|
| H A D | translate.c | 1620 * operation as LPM since the program memory is mapped to the data memory 1677 * be used to achieve the same operation as LPM since the program memory is 1738 * operation as LPM since the program memory is mapped to the data memory 1740 * LPM and ELPM instructions. 1976 * Devices with Self-Programming capability can use the LPM instruction to read
|
| /openbmc/qemu/hw/watchdog/ |
| H A D | spapr_watchdog.c | 64 * For the "Query watchdog LPM requirement" operation:
|
| /openbmc/qemu/target/s390x/ |
| H A D | ioinst.c | 173 dest->lpm = src->lpm; in copy_orb_from_guest()
|
| /openbmc/u-boot/drivers/reset/ |
| H A D | sti-reset.c | 65 static const char stih407_lpm[] = "st,stih407-lpm-syscfg";
|
| /openbmc/u-boot/arch/arm/mach-imx/mx7/ |
| H A D | soc.c | 218 /* only external IRQs to wake up LPM and core 0/1 */ in imx_gpcv2_init()
|
| H A D | psci-mx7.c | 331 /* all cores' LPM settings must be same */ in imx_gpcv2_set_lpm_mode()
|
| /openbmc/phosphor-modbus/rtu/device/ |
| H A D | base_config.cpp | 101 {SensorValueIntf::namespace_path::liquidflow, SensorValueIntf::Unit::LPM}},
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | imx6sll.dtsi | 155 compatible = "fsl,lpm-sram"; 160 compatible = "fsl,ddr-lpm-sram";
|
| H A D | stih407-family.dtsi | 172 syscfg_lpm: lpm-syscfg@94b5100 { 173 compatible = "st,stih407-lpm-syscfg", "syscon";
|
| H A D | imx7ulp.dtsi | 124 compatible = "fsl,lpm-sram";
|
| H A D | imx6ull.dtsi | 165 compatible = "fsl,lpm-sram"; 170 compatible = "fsl,ddr-lpm-sram";
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | gadget.c | 2186 /* Enable USB2 LPM Capability */ in dwc3_gadget_conndone_interrupt() 2200 * When dwc3 revisions >= 2.40a, LPM Erratum is enabled and in dwc3_gadget_conndone_interrupt() 2202 * BESL value in the LPM token is less than or equal to LPM in dwc3_gadget_conndone_interrupt() 2206 WARN(true, "LPM Erratum not available on dwc3 revisisions < 2.40a\n"); in dwc3_gadget_conndone_interrupt()
|
| H A D | core.h | 662 * @lpm_nyet_threshold: LPM NYET response threshold 668 * @has_lpm_erratum: true when core was configured with LPM Erratum. Note that
|
| /openbmc/qemu/hw/net/rocker/ |
| H A D | rocker_of_dpa.c | 126 uint32_t lpm; member 334 flow->lpm > match->best->lpm) { in _of_dpa_flow_match() 1463 flow->lpm = of_dpa_mask2prefix(htonl(0xffffffff)); in of_dpa_cmd_add_unicast_routing() 1467 flow->lpm = of_dpa_mask2prefix(mask->ipv4.addr.dst); in of_dpa_cmd_add_unicast_routing()
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | ch9.h | 109 /* The Link Power Management (LPM) ECN defines USB_REQ_TEST_AND_SET command, 850 #define USB_LPM_SUPPORT (1 << 1) /* supports LPM */
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ipu_common.c | 173 /* Handshake with IPU when LPM is entered as its enabled. */ in clk_ipu_enable() 198 /* No handshake with IPU when LPM is entered as its not enabled. */ in clk_ipu_disable()
|