Home
last modified time | relevance | path

Searched +full:iref +full:- +full:enable (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dazoteq,iqs7222.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
21 - azoteq,iqs7222a
22 - azoteq,iqs7222b
23 - azoteq,iqs7222c
24 - azoteq,iqs7222d
29 irq-gpios:
32 Specifies the GPIO connected to the device's active-low RDY output.
[all …]
/openbmc/u-boot/board/astro/mcf5373l/
H A Dmcf5373l.c1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2000-2003
5 * modified by Wolfgang Wegner <w.wegner@astro-kom.de> for ASTRO 5373l
42 &sdp->cs0); in dram_init()
44 &sdp->cs1); in dram_init()
50 __raw_writel(0x33211530, &sdp->cfg1); in dram_init()
51 __raw_writel(0x56570000, &sdp->cfg2); in dram_init()
52 /* send PrechargeALL, REF and IREF remain cleared! */ in dram_init()
53 __raw_writel(0xE1462C02, &sdp->ctrl); in dram_init()
56 __raw_writel(0xE1462C04, &sdp->ctrl); in dram_init()
[all …]
/openbmc/u-boot/board/freescale/m5275evb/
H A Dm5275evb.c1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2000-2003
6 * Copyright (C) 2005-2008 Arthur Shipkowski (art@videon-central.com)
32 /* Enable SDRAM */ in dram_init()
33 out_be16(&gpio_reg->par_sdram, 0x3FF); in dram_init()
36 out_be32(&sdp->sdbar0, CONFIG_SYS_SDRAM_BASE); in dram_init()
37 out_be32(&sdp->sdbmr0, MCF_SDRAMC_SDMRn_BAM_32M | MCF_SDRAMC_SDMRn_V); in dram_init()
40 out_be32(&sdp->sdcfg1, 0x83711630); in dram_init()
41 out_be32(&sdp->sdcfg2, 0x46770000); in dram_init()
43 /* Enable clock */ in dram_init()
[all …]
/openbmc/linux/drivers/input/misc/
H A Diqs7222.c1 // SPDX-License-Identifier: GPL-2.0-or-later
116 [IQS7222_REG_GRP_CYCLE] = "cycle-%d",
117 [IQS7222_REG_GRP_CHAN] = "channel-%d",
118 [IQS7222_REG_GRP_SLDR] = "slider-%d",
120 [IQS7222_REG_GRP_GPIO] = "gpio-%d",
144 u16 enable; member
150 .name = "event-prox",
151 .enable = IQS7222_EVENT_MASK_PROX,
155 .name = "event-touch",
156 .enable = IQS7222_EVENT_MASK_TOUCH,
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c1 // SPDX-License-Identifier: MIT
193 * the range value for them is (actual_value - 2).
305 * Platform specific helpers to calculate the port PLL loopback- (clock.m),
306 * and post-divider (clock.p) values, pre- (clock.vco) and post-divided fast
310 * divided-down version of it.
315 clock->m = clock->m2 + 2; in pnv_calc_dpll_params()
316 clock->p = clock->p1 * clock->p2; in pnv_calc_dpll_params()
317 if (WARN_ON(clock->n == 0 || clock->p == 0)) in pnv_calc_dpll_params()
319 clock->vco = DIV_ROUND_CLOSEST(refclk * clock->m, clock->n); in pnv_calc_dpll_params()
320 clock->dot = DIV_ROUND_CLOSEST(clock->vco, clock->p); in pnv_calc_dpll_params()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dwcd9335.c1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
3 // Copyright (c) 2017-2018, Linaro Limited
18 #include <sound/soc-dapm.h>
25 #include "wcd-clsh-v2.h"
27 #include <dt-bindings/sound/qcom,wcd9335.h>
98 #define WCD9335_CALCULATE_VOUT_D(req_mv) (((req_mv - 650) * 10) / 25)
409 {24000, -EINVAL},/* 24K */
551 "Class H Invalid", "Class-H Hi-Fi", "Class-H Low Power", "Class-AB",
552 "Class-H Hi-Fi Low Power"
[all …]