Home
last modified time | relevance | path

Searched refs:axp (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/drivers/power/
H A DKconfig76 int "axp pmic dcdc1 voltage"
81 Set the voltage (mV) to program the axp pmic dcdc1 at, set to 0 to
90 int "axp pmic dcdc2 voltage"
98 Set the voltage (mV) to program the axp pmic dcdc2 at, set to 0 to
108 int "axp pmic dcdc3 voltage"
116 Set the voltage (mV) to program the axp pmic dcdc3 at, set to 0 to
127 int "axp pmic dcdc4 voltage"
134 Set the voltage (mV) to program the axp pmic dcdc4 at, set to 0 to
143 int "axp pmic dcdc5 voltage"
147 Set the voltage (mV) to program the axp pmic dcdc5 at, set to 0 to
[all …]
/openbmc/linux/drivers/power/supply/
H A Daxp20x_battery.c167 static int axp20x_get_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_get_constant_charge_current() argument
172 ret = regmap_read(axp->regmap, AXP20X_CHRG_CTRL1, val); in axp20x_get_constant_charge_current()
178 *val = *val * axp->data->ccc_scale + axp->data->ccc_offset; in axp20x_get_constant_charge_current()
407 static int axp20x_set_max_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_set_max_constant_charge_current() argument
412 charge_current = (charge_current - axp->data->ccc_offset) / in axp20x_set_max_constant_charge_current()
413 axp->data->ccc_scale; in axp20x_set_max_constant_charge_current()
418 charge_current = charge_current * axp->data->ccc_scale + in axp20x_set_max_constant_charge_current()
419 axp->data->ccc_offset; in axp20x_set_max_constant_charge_current()
421 if (charge_current > axp->max_ccc) in axp20x_set_max_constant_charge_current()
422 dev_warn(axp->dev, in axp20x_set_max_constant_charge_current()
[all …]
/openbmc/u-boot/arch/arm/mach-mvebu/
H A DMakefile24 obj-$(CONFIG_ARMADA_375) += ../../../drivers/ddr/marvell/axp/xor.o
26 obj-$(CONFIG_ARMADA_XP) += ../../../drivers/ddr/marvell/axp/xor.o
69 obj-$(CONFIG_ARMADA_XP) += serdes/axp/
/openbmc/linux/kernel/
H A Dauditsc.c2745 struct audit_aux_data_pids *axp; in audit_signal_info_syscall() local
2764 axp = (void *)ctx->aux_pids; in audit_signal_info_syscall()
2765 if (!axp || axp->pid_count == AUDIT_AUX_PIDS) { in audit_signal_info_syscall()
2766 axp = kzalloc(sizeof(*axp), GFP_ATOMIC); in audit_signal_info_syscall()
2767 if (!axp) in audit_signal_info_syscall()
2770 axp->d.type = AUDIT_OBJ_PID; in audit_signal_info_syscall()
2771 axp->d.next = ctx->aux_pids; in audit_signal_info_syscall()
2772 ctx->aux_pids = (void *)axp; in audit_signal_info_syscall()
2774 BUG_ON(axp->pid_count >= AUDIT_AUX_PIDS); in audit_signal_info_syscall()
2776 axp->target_pid[axp->pid_count] = task_tgid_nr(t); in audit_signal_info_syscall()
[all …]
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-xp-matrix.dts15 …compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada…
H A Darmada-xp-db.dts28 …compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
H A Darmada-xp-gp.dts28 …compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
/openbmc/u-boot/drivers/
H A DMakefile36 obj-$(CONFIG_ARMADA_XP) += ddr/marvell/axp/
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i-a13-q8-tablet.dts58 /* TODO: lcd panel uses axp gpio0 as enable pin */
H A Dsun5i-q8-common.dtsi56 /* TODO: backlight uses axp gpio1 as enable pin */
H A Dsun5i-a13-empire-electronix-d709.dts64 /* TODO: backlight uses axp gpio1 as enable pin */
H A Dsun5i-reference-design-tablet.dtsi57 /* TODO: backlight uses axp gpio1 as enable pin */
H A Dsun7i-a20-olinuxino-lime2.dts87 regulator-name = "axp-ipsout";
H A Darmada-xp-gp.dts65 …compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
H A Darmada-xp-maxbcm.dts64 …compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13-empire-electronix-d709.dts65 /* TODO: backlight uses axp gpio1 as enable pin */
H A Dsun7i-a20-olinuxino-lime2.dts87 regulator-name = "axp-ipsout";
/openbmc/u-boot/arch/arm/mach-sunxi/
H A DKconfig737 bool "Enable support for gpio-s on axp PMICs"
740 Say Y here to enable support for the gpio pins of the axp PMIC ICs.
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok0.0.log1974 2024-12-28 20:09:06.344-0600 FINEST t1166 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_sdram.c.gz'
[all...]
H A DMAINTAINERS23396 N: axp[128]
/openbmc/
Dopengrok1.0.log2705 2025-03-13 03:00:44.564-0500 FINEST t508 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_spd.c' (1,025) at 20210308005003368
5455 2025-03-13 03:00:44.791-0500 FINEST t508 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor_regs.h' (3,775) at 20210308005003368
[all...]
Dopengrok2.0.log2714 2025-03-12 03:00:44.633-0500 FINEST t502 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/ddr3_spd.c' (1,025) at 20210308005003368
5464 2025-03-12 03:00:44.887-0500 FINEST t502 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/drivers/ddr/marvell/axp/xor_regs.h' (3,775) at 20210308005003368
[all...]