Home
last modified time | relevance | path

Searched full:rset (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/misc/
H A Dqcom-coincell.c29 /* if enable==0, rset and vset are ignored */
30 static int qcom_coincell_chgr_config(struct qcom_coincell *chgr, int rset, in qcom_coincell_chgr_config() argument
42 if (rset == qcom_rset_map[i]) in qcom_coincell_chgr_config()
46 dev_err(chgr->dev, "invalid rset-ohms value %d\n", rset); in qcom_coincell_chgr_config()
69 dev_err(chgr->dev, "could not write to RSET register\n"); in qcom_coincell_chgr_config()
88 u32 rset = 0; in qcom_coincell_probe() local
108 rc = of_property_read_u32(node, "qcom,rset-ohms", &rset); in qcom_coincell_probe()
111 "can't find 'qcom,rset-ohms' in DT block"); in qcom_coincell_probe()
123 return qcom_coincell_chgr_config(&chgr, rset, vset, enable); in qcom_coincell_probe()
/linux/crypto/
H A Dpoly1305_generic.c28 dctx->rset = 0; in crypto_poly1305_init()
38 if (!dctx->rset && srclen >= POLY1305_BLOCK_SIZE) { in crypto_poly1305_setdesckey()
42 dctx->rset = 2; in crypto_poly1305_setdesckey()
/linux/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c43 dctx->rset = 0; in crypto_poly1305_p10_init()
55 if (!dctx->rset && len >= POLY1305_BLOCK_SIZE) { in crypto_poly1305_setdctxkey()
63 dctx->rset = 1; in crypto_poly1305_setdctxkey()
/linux/Documentation/devicetree/bindings/power/supply/
H A Dqcom,pm8941-coincell.yaml30 qcom,rset-ohms:
64 qcom,rset-ohms = <2100>;
/linux/arch/mips/crypto/
H A Dpoly1305-glue.c36 dctx->rset = 0; in mips_poly1305_init()
46 if (!dctx->rset) { in mips_poly1305_blocks()
50 dctx->rset = 1; in mips_poly1305_blocks()
/linux/Documentation/devicetree/bindings/leds/
H A Dskyworks,aat1290.yaml42 formula:: I = 1A * 162 kOhm / Rset.
77 // Ct = 220 nF, Rset = 160 kOhm
H A Dkinetic,ktd2692.yaml56 Formula - I(uA) = 15000000 / Rset.
/linux/arch/arm64/crypto/
H A Dpoly1305-glue.c44 dctx->rset = 0; in neon_poly1305_init()
54 if (!dctx->rset) { in neon_poly1305_blocks()
58 dctx->rset = 1; in neon_poly1305_blocks()
/linux/arch/arm/crypto/
H A Dpoly1305-glue.c48 dctx->rset = 0; in arm_poly1305_init()
58 if (!dctx->rset) { in arm_poly1305_blocks()
62 dctx->rset = 1; in arm_poly1305_blocks()
/linux/include/crypto/
H A Dpoly1305.h47 unsigned short rset; member
/linux/arch/x86/crypto/
H A Dpoly1305_glue.c149 if (!dctx->rset && len >= POLY1305_BLOCK_SIZE) { in crypto_poly1305_setdctxkey()
154 dctx->rset = 1; in crypto_poly1305_setdctxkey()
/linux/lib/crypto/
H A Dpoly1305.c26 desc->rset = 2; in poly1305_init_generic()
/linux/net/nfc/hci/
H A Dllc_shdlc.c403 * We sent RSET, but chip wants to negotiate or we in llc_shdlc_rcv_u_frame()
404 * got RSET before we managed to send out our. in llc_shdlc_rcv_u_frame()
423 * Chip resent RSET due to its timeout - Ignote it in llc_shdlc_rcv_u_frame()
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-oneplus-bacon.dts194 qcom,rset-ohms = <800>;
H A Dqcom-msm8974-sony-xperia-rhine.dtsi164 qcom,rset-ohms = <2100>;
H A Dqcom-msm8974pro-sony-xperia-shinano-common.dtsi138 qcom,rset-ohms = <2100>;
/linux/drivers/media/i2c/
H A Ds5k5baf.c232 RSET, enumerator
962 s5k5baf_gpio_deassert(state, RSET); in s5k5baf_power_on()
980 s5k5baf_gpio_assert(state, RSET); in s5k5baf_power_off()
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan_if.h252 * Configuration : HighPerf Compat(RSet #1) Compat(RSet #2)
/linux/drivers/iio/dac/
H A Dad8460.c484 * vADJ = vCONV * (2000 / rSET) * (vREF / 1.2) in ad8460_read_raw()
/linux/drivers/fsi/
H A Dfsi-sbefifo.c117 #define SBEFIFO_RESET_MAGIC 0x52534554 /* "RSET" */
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h304 u32 rset; member