Home
last modified time | relevance | path

Searched refs:pud (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/arm/dts/
A Dexynos78x0-pinctrl.dtsi23 samsung,pin-pud = <0>;
29 samsung,pin-pud = <0>;
36 samsung,pin-pud = <0>;
43 samsung,pin-pud = <0>;
50 samsung,pin-pud = <0>;
57 samsung,pin-pud = <0>;
80 samsung,pin-pud = <1>;
87 samsung,pin-pud = <1>;
97 samsung,pin-pud = <0>;
104 samsung,pin-pud = <0>;
[all …]
A Dexynos7420.dtsi66 samsung,pin-pud = <3>;
/u-boot/drivers/pinctrl/renesas/
A Dpfc.c363 for (i = 0; info->bias_regs[i].puen || info->bias_regs[i].pud; i++) { in rcar_pin_to_bias_reg()
389 else if (!reg->pud || (sh_pfc_read(pfc, reg->pud) & BIT(bit))) in rcar_pinmux_get_bias()
394 if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in rcar_pinmux_get_bias()
417 if (reg->pud) { in rcar_pinmux_set_bias()
418 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in rcar_pinmux_set_bias()
422 sh_pfc_write(pfc, reg->pud, updown); in rcar_pinmux_set_bias()
427 enable = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in rcar_pinmux_set_bias()
431 sh_pfc_write(pfc, reg->pud, enable); in rcar_pinmux_set_bias()
A Dsh_pfc.h174 u32 pud; /* Pull-up/down or pull-down control register */ member
180 .pud = r2, \
A Dpfc-r8a77995.c3132 else if (sh_pfc_read(pfc, reg->pud) & BIT(pud_bit)) in r8a77995_pinmux_get_bias()
3153 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(pud_bit); in r8a77995_pinmux_set_bias()
3157 sh_pfc_write(pfc, reg->pud, updown); in r8a77995_pinmux_set_bias()

Completed in 21 milliseconds