Home
last modified time | relevance | path

Searched defs:mapped_reg (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/gpio/
Dsh_pfc.c32 static unsigned long gpio_read_raw_reg(void *mapped_reg, in gpio_read_raw_reg()
49 static void gpio_write_raw_reg(void *mapped_reg, in gpio_write_raw_reg()
132 void *mapped_reg; in read_config_reg() local
149 void *mapped_reg; in write_config_reg() local
/external/u-boot/drivers/pinctrl/renesas/
Dpfc.c89 u32 sh_pfc_read_raw_reg(void __iomem *mapped_reg, unsigned int reg_width) in sh_pfc_read_raw_reg()
104 void sh_pfc_write_raw_reg(void __iomem *mapped_reg, unsigned int reg_width, in sh_pfc_write_raw_reg()
163 void __iomem *mapped_reg; in sh_pfc_write_config_reg() local
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp321 unsigned mapped_reg = reg - SP::I0 + SP::O0; in remapRegsForLeafProc() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp339 unsigned mapped_reg = reg - SP::I0 + SP::O0; in remapRegsForLeafProc() local
/external/u-boot/include/
Dsh_pfc.h65 void *mapped_reg; member