Searched refs:pocctrl (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 637 u32 pocctrl, val; in sh_pfc_pinconf_get() local 643 bit = pfc->info->ops->pin_to_pocctrl(pfc, _pin, &pocctrl); in sh_pfc_pinconf_get() 648 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_get() 705 u32 pocctrl, val; in sh_pfc_pinconf_set() local 711 bit = pfc->info->ops->pin_to_pocctrl(pfc, _pin, &pocctrl); in sh_pfc_pinconf_set() 719 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_set() 724 sh_pfc_write(pfc, pocctrl, val); in sh_pfc_pinconf_set()
|
D | pfc-r8a77980.c | 2798 u32 *pocctrl) in r8a77980_pin_to_pocctrl() argument 2802 *pocctrl = pinmux_ioctrl_regs[IOCTRL30].reg; in r8a77980_pin_to_pocctrl() 2808 *pocctrl = pinmux_ioctrl_regs[IOCTRL31].reg; in r8a77980_pin_to_pocctrl() 2815 *pocctrl = pinmux_ioctrl_regs[IOCTRL32].reg; in r8a77980_pin_to_pocctrl()
|
D | pfc-r8a77970.c | 2399 u32 *pocctrl) in r8a77970_pin_to_pocctrl() argument 2403 *pocctrl = pinmux_ioctrl_regs[IOCTRL30].reg; in r8a77970_pin_to_pocctrl() 2409 *pocctrl = pinmux_ioctrl_regs[IOCTRL31].reg; in r8a77970_pin_to_pocctrl()
|
D | sh_pfc.h | 234 int (*pin_to_pocctrl)(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl);
|
D | pfc-r8a77995.c | 2465 static int r8a77995_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a77995_pin_to_pocctrl() argument 2469 *pocctrl = 0xe6060380; in r8a77995_pin_to_pocctrl()
|
D | pfc-r8a7794.c | 5547 static int r8a7794_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7794_pin_to_pocctrl() argument 5549 *pocctrl = 0xe606006c; in r8a7794_pin_to_pocctrl()
|
D | pfc-r8a7791.c | 6601 static int r8a7791_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7791_pin_to_pocctrl() argument 6606 *pocctrl = 0xe606008c; in r8a7791_pin_to_pocctrl()
|
D | pfc-r8a7790.c | 5697 static int r8a7790_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7790_pin_to_pocctrl() argument 5702 *pocctrl = 0xe606008c; in r8a7790_pin_to_pocctrl()
|
D | pfc-r8a77965.c | 4835 static int r8a77965_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a77965_pin_to_pocctrl() argument 4839 *pocctrl = pinmux_ioctrl_regs[POCCTRL].reg; in r8a77965_pin_to_pocctrl()
|
D | pfc-r8a7795-es1.c | 5508 u32 *pocctrl) in r8a7795es1_pin_to_pocctrl() argument 5512 *pocctrl = pinmux_ioctrl_regs[POCCTRL].reg; in r8a7795es1_pin_to_pocctrl()
|
D | pfc-r8a7796.c | 5836 static int r8a7796_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7796_pin_to_pocctrl() argument 5840 *pocctrl = pinmux_ioctrl_regs[POCCTRL].reg; in r8a7796_pin_to_pocctrl()
|
D | pfc-r8a7795.c | 5895 static int r8a7795_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7795_pin_to_pocctrl() argument 5899 *pocctrl = pinmux_ioctrl_regs[POCCTRL].reg; in r8a7795_pin_to_pocctrl()
|