Searched refs:sh_pfc_read_raw_reg (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | core.h | 23 u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned int reg_width);
|
H A D | core.c | 139 u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned int reg_width) in sh_pfc_read_raw_reg() function 174 return sh_pfc_read_raw_reg(sh_pfc_phys_to_virt(pfc, reg), 32); in sh_pfc_read() 237 data = sh_pfc_read_raw_reg(mapped_reg, crp->reg_width); in sh_pfc_write_config_reg()
|
H A D | gpio.c | 60 return sh_pfc_read_raw_reg(mem, dreg->reg_width); in gpio_read_data_reg()
|
/openbmc/u-boot/drivers/pinctrl/renesas/ |
H A D | pfc.c | 89 u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned int reg_width) in sh_pfc_read_raw_reg() function 124 return sh_pfc_read_raw_reg((void __iomem *)(uintptr_t)reg, 32); in sh_pfc_read() 178 data = sh_pfc_read_raw_reg(mapped_reg, crp->reg_width); in sh_pfc_write_config_reg() 593 val = sh_pfc_read_raw_reg(reg, 32); in sh_pfc_pinconf_set_drive_strength() 680 val = sh_pfc_read_raw_reg(pocctrl, 32); in sh_pfc_pinconf_set()
|