Home
last modified time | relevance | path

Searched refs:puen (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c218 writel(readl(&regs->port[port].puen) | (1 << pin), in imx_gpio_mode()
219 &regs->port[port].puen); in imx_gpio_mode()
221 writel(readl(&regs->port[port].puen) & ~(1 << pin), in imx_gpio_mode()
222 &regs->port[port].puen); in imx_gpio_mode()
/OK3568_Linux_fs/u-boot/board/armadeus/apf27/
H A Dapf27.c64 u32 puen, u32 gius) in apf27_port_init() argument
80 writel(puen, &regs->port[port].puen); in apf27_port_init()
/OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/
H A Dcore.c392 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_pin_to_bias_reg()
677 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_walk_regs()
678 do_reg(pfc, pfc->info->bias_regs[i].puen, n++); in sh_pfc_walk_regs()
908 sh_pfc_check_reg(info->name, bias->puen); in sh_pfc_check_bias_reg()
912 sh_pfc_check_pin(info, bias->puen, bias->pins[i]); in sh_pfc_check_bias_reg()
1013 for (i = 0; info->bias_regs && info->bias_regs[i].puen; i++) in sh_pfc_check_info()
H A Dsh_pfc.h183 u32 puen; /* Pull-enable or pull-up control register */ member
189 .puen = r1, \
H A Dpfc-r8a77990.c5238 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias()
5257 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias()
5266 sh_pfc_write(pfc, reg->puen, enable); in r8a77990_pinmux_set_bias()
H A Dpfc-r8a7778.c3130 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_get_bias()
3150 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_set_bias()
H A Dpfc-r8a77950.c5832 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77950_pinmux_get_bias()
5851 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77950_pinmux_set_bias()
5860 sh_pfc_write(pfc, reg->puen, enable); in r8a77950_pinmux_set_bias()
H A Dpfc-r8a7796.c6151 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7796_pinmux_get_bias()
6170 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7796_pinmux_set_bias()
6179 sh_pfc_write(pfc, reg->puen, enable); in r8a7796_pinmux_set_bias()
H A Dpfc-r8a77951.c6203 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77951_pinmux_get_bias()
6222 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77951_pinmux_set_bias()
6231 sh_pfc_write(pfc, reg->puen, enable); in r8a77951_pinmux_set_bias()
H A Dpfc-r8a77965.c6404 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias()
6423 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias()
6432 sh_pfc_write(pfc, reg->puen, enable); in r8a77965_pinmux_set_bias()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx27/
H A Dgpio.h30 u32 puen; member