Home
last modified time | relevance | path

Searched +full:0 +full:x14h (Results 1 – 3 of 3) 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/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg_def.h22 #define CSEQ_MODE_PAGE_SIZE 0x200 /* CSEQ mode page size */
23 #define LmSEQ_MODE_PAGE_SIZE 0x200 /* LmSEQ mode page size */
24 #define LmSEQ_HOST_REG_SIZE 0x4000 /* LmSEQ Host Register size */
32 * CHIM Registers, Address Range : (0x00-0xFF)
34 #define COMBIST (REG_BASE_ADDR + 0x00)
37 #define L7BLKRST 0x80000000
38 #define L6BLKRST 0x40000000
39 #define L5BLKRST 0x20000000
40 #define L4BLKRST 0x10000000
41 #define L3BLKRST 0x08000000
[all …]
/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 …]