Home
last modified time | relevance | path

Searched refs:pu (Results 1 – 25 of 64) sorted by relevance

123

/linux/drivers/pinctrl/
H A Dpinctrl-eyeq5.c266 bool pd, pu; in eq5p_pinconf_get() local
269 pu = eq5p_test_bit(pctrl, bank, EQ5P_PU, offset); in eq5p_pinconf_get()
273 arg = !(pd || pu); in eq5p_pinconf_get()
279 arg = pu; in eq5p_pinconf_get()
310 bool pd, pu; in eq5p_pinctrl_pin_dbg_show() local
349 pu = eq5p_test_bit(pctrl, bank, EQ5P_PU, offset); in eq5p_pinctrl_pin_dbg_show()
350 if (pd && pu) in eq5p_pinctrl_pin_dbg_show()
352 else if (pd && !pu) in eq5p_pinctrl_pin_dbg_show()
354 else if (!pd && pu) in eq5p_pinctrl_pin_dbg_show()
H A Dpinctrl-st.c107 *[26] | pu | [Direction ]
233 struct regmap_field *alt, *oe, *pu, *od; member
248 const int alt, oe, pu, od, rt; member
350 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
361 .pu = -1, /* Not Available */
386 struct regmap_field *pull_up = pc->pu; in st_pinconf_set_config()
583 if (pc->pu) { in st_pinconf_get_direction()
584 regmap_field_read(pc->pu, &pu_value); in st_pinconf_get_direction()
1147 pc->pu = st_pc_get_value(dev, regmap, bank/4, data->pu, ls in st_parse_syscfgs()
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_parser_rt.c359 rt->pu.gpr_val_upd[idx] = true; in ice_gpr_add()
360 rt->pu.gpr_val[idx] = val; in ice_gpr_add()
378 rt->pu.flg_msk |= BIT_ULL(idx); in ice_flg_add()
380 rt->pu.flg_val |= BIT_ULL(idx); in ice_flg_add()
382 rt->pu.flg_val &= ~BIT_ULL(idx); in ice_flg_add()
441 rt->pu.err_msk |= (u16)BIT(idx); in ice_err_add()
443 rt->pu.flg_val |= (u64)BIT_ULL(idx); in ice_err_add()
445 rt->pu.flg_val &= ~(u64)BIT_ULL(idx); in ice_err_add()
562 struct ice_gpr_pu *pu = &rt->pu; in ice_pu_exe() local
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgm200.c34 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gm200_sor_dp_drive() argument
41 pu &= 0x0f; in gm200_sor_dp_drive()
46 if ((data[2] & 0x00000f00) < (pu << 8) || ln == 0) in gm200_sor_dp_drive()
47 data[2] = (data[2] & ~0x00000f00) | (pu << 8); in gm200_sor_dp_drive()
H A Dg94.c64 g94_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in g94_sor_dp_drive() argument
74 if ((data[2] & 0x0000ff00) < (pu << 8) || ln == 0) in g94_sor_dp_drive()
75 data[2] = (data[2] & ~0x0000ff00) | (pu << 8); in g94_sor_dp_drive()
/linux/Documentation/translations/it_IT/process/
H A Dvolatile-considered-harmful.rst
H A D4.Coding.rst
H A D1.Intro.rst
H A Ddeprecated.rst
H A Dmanagement-style.rst
H A D3.Early-stage.rst
H A D5.Posting.rst
H A D2.Process.rst
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c606 int err, pu, pd; in mtk_pinconf_bias_set_pu_pd() local
609 pu = 0; in mtk_pinconf_bias_set_pu_pd()
612 pu = 1; in mtk_pinconf_bias_set_pu_pd()
615 pu = 0; in mtk_pinconf_bias_set_pu_pd()
622 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_PU, pu); in mtk_pinconf_bias_set_pu_pd()
845 int pu, pd, rsel, err; in mtk_pinconf_bias_get_pu_pd_rsel() local
851 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &pu); in mtk_pinconf_bias_get_pu_pd_rsel()
859 if (pu == 0 && pd == 0) { in mtk_pinconf_bias_get_pu_pd_rsel()
862 } else if (pu == 1 && pd == 0) { in mtk_pinconf_bias_get_pu_pd_rsel()
868 } else if (pu in mtk_pinconf_bias_get_pu_pd_rsel()
887 int err, pu, pd; mtk_pinconf_bias_get_pu_pd() local
[all...]
/linux/Documentation/translations/it_IT/locking/
H A Dlocktorture.rst
H A Dlockdep-design.rst
H A Dlocktypes.rst
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q.dtsi50 pu-supply = <&reg_pu>;
87 pu-supply = <&reg_pu>;
122 pu-supply = <&reg_pu>;
157 pu-supply = <&reg_pu>;
/linux/Documentation/translations/it_IT/RCU/
H A Dtorture.rst
/linux/Documentation/translations/it_IT/doc-guide/
H A Dparse-headers.rst
/linux/arch/arm/boot/dts/ti/omap/
H A Ddra7-mmc-iodelay.dtsi9 mmc1_pins_default_no_clk_pu: mmc1-default-no-clk-pu-pins {
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dlocking.rst
H A Dhacking.rst
/linux/Documentation/translations/it_IT/core-api/
H A Dsymbol-namespaces.rst
/linux/Documentation/translations/it_IT/i2c/
H A Di2c-protocol.rst

123