Searched refs:pocctrl (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/pinctrl/renesas/ |
D | pfc.c | 638 void __iomem *pocctrl; in sh_pfc_pinconf_set() local 678 pocctrl = (void __iomem *)(uintptr_t)addr; in sh_pfc_pinconf_set() 680 val = sh_pfc_read_raw_reg(pocctrl, 32); in sh_pfc_pinconf_set() 689 sh_pfc_write_raw_reg(pocctrl, 32, val); in sh_pfc_pinconf_set()
|
D | pfc-r8a77970.c | 2384 u32 *pocctrl) in r8a77970_pin_to_pocctrl() argument 2388 *pocctrl = 0xe6060380; in r8a77970_pin_to_pocctrl() 2394 *pocctrl += 4; in r8a77970_pin_to_pocctrl()
|
D | sh_pfc.h | 226 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-r8a7790.c | 5687 static int r8a7790_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7790_pin_to_pocctrl() argument 5692 *pocctrl = 0xe606008c; in r8a7790_pin_to_pocctrl()
|
D | pfc-r8a7791.c | 6602 static int r8a7791_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7791_pin_to_pocctrl() argument 6607 *pocctrl = 0xe606008c; in r8a7791_pin_to_pocctrl()
|
D | pfc-r8a7795.c | 5894 static int r8a7795_pin_to_pocctrl(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl) in r8a7795_pin_to_pocctrl() argument 5898 *pocctrl = pinmux_ioctrl_regs[POCCTRL].reg; in r8a7795_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()
|