Home
last modified time | relevance | path

Searched +full:0 +full:x15h (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dbq24735.yaml40 The POR value is 0x0000h. This number is in mA (e.g. 8192).
41 See spec for more information about the ChargeCurrent (0x14h) register.
48 The POR value is 0x0000h. This number is in mV (e.g. 19200).
49 See spec for more information about the ChargeVoltage (0x15h) register.
56 The POR value is 0x1000h. This number is in mA (e.g. 8064).
57 See the spec for more information about the InputCurrent (0x3fh) register.
82 #size-cells = <0>;
86 reg = <0x9>;
87 ti,ac-detect-gpios = <&gpio 72 0x1>;
/openbmc/qemu/target/riscv/
H A Dcpu.c45 RVC, RVS, RVU, RVH, RVJ, RVG, RVB, 0};
249 "x12h/a2h", "x13h/a3h", "x14h/a4h", "x15h/a5h", "x16h/a6h", "x17h/a7h",
372 * 'map = 0' will make us return (31 - 32), which C will in satp_mode_max_from_map()
374 * return if 'map = 0' (e.g. returning 0 will be ambiguous in satp_mode_max_from_map()
377 * Assert out if map = 0. Callers will have to deal with in satp_mode_max_from_map()
380 g_assert(map > 0); in satp_mode_max_from_map()
419 for (int i = 0; i <= satp_mode; ++i) { in set_satp_mode_max_supported()
731 typename = g_strdup_printf(RISCV_CPU_TYPE_NAME("%s"), cpuname[0]); in riscv_cpu_class_by_name()
805 for (i = 0; i < ARRAY_SIZE(dump_csrs); ++i) { in riscv_cpu_dump_state()
807 target_ulong val = 0; in riscv_cpu_dump_state()
[all …]