Searched refs:reg_offs (Results 1 – 4 of 4) sorted by relevance
/arch/microblaze/kernel/ |
D | ptrace.c | 46 static microblaze_reg_t *reg_save_addr(unsigned reg_offs, in reg_save_addr() argument 74 return (microblaze_reg_t *)((char *)regs + reg_offs); in reg_save_addr()
|
/arch/arm/mach-shmobile/ |
D | pm-r8a7779.c | 55 int sr_bit, int reg_offs) in r8a7779_sysc_pwr_on_off() argument 69 r8a7779_sysc_base + r8a7779_ch->chan_offs + reg_offs); in r8a7779_sysc_pwr_on_off()
|
/arch/arm/plat-omap/include/plat/ |
D | omap_hwmod.h | 578 void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs); 579 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
|
/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 1882 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs) in omap_hwmod_read() argument 1885 return __raw_readw(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read() 1887 return __raw_readl(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read() 1890 void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs) in omap_hwmod_write() argument 1893 __raw_writew(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write() 1895 __raw_writel(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
|