Searched refs:puen (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/arch/arm/cpu/arm926ejs/mx27/ |
D | generic.c | 218 writel(readl(®s->port[port].puen) | (1 << pin), in imx_gpio_mode() 219 ®s->port[port].puen); in imx_gpio_mode() 221 writel(readl(®s->port[port].puen) & ~(1 << pin), in imx_gpio_mode() 222 ®s->port[port].puen); in imx_gpio_mode()
|
/external/u-boot/board/armadeus/apf27/ |
D | apf27.c | 63 u32 puen, u32 gius) in apf27_port_init() argument 79 writel(puen, ®s->port[port].puen); in apf27_port_init()
|
/external/u-boot/arch/arm/include/asm/arch-mx27/ |
D | gpio.h | 29 u32 puen; member
|
/external/u-boot/drivers/pinctrl/renesas/ |
D | sh_pfc.h | 179 u32 puen; /* Pull-enable or pull-up control register */ member 185 .puen = r1, \
|
D | pfc.c | 345 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_pin_to_bias_reg()
|
D | pfc-r8a77990.c | 5244 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias() 5263 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias() 5272 sh_pfc_write(pfc, reg->puen, enable); in r8a77990_pinmux_set_bias()
|
D | pfc-r8a77965.c | 6359 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias() 6378 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias() 6387 sh_pfc_write(pfc, reg->puen, enable); in r8a77965_pinmux_set_bias()
|
D | pfc-r8a7796.c | 6119 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7796_pinmux_get_bias() 6138 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7796_pinmux_set_bias() 6147 sh_pfc_write(pfc, reg->puen, enable); in r8a7796_pinmux_set_bias()
|
D | pfc-r8a7795.c | 6152 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795_pinmux_get_bias() 6171 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795_pinmux_set_bias() 6180 sh_pfc_write(pfc, reg->puen, enable); in r8a7795_pinmux_set_bias()
|