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/mach-omap2/ |
D | omap_hwmod.h | 651 void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs); 652 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs);
|
D | omap_hwmod.c | 3112 u32 omap_hwmod_read(struct omap_hwmod *oh, u16 reg_offs) in omap_hwmod_read() argument 3115 return __raw_readw(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read() 3117 return __raw_readl(oh->_mpu_rt_va + reg_offs); in omap_hwmod_read() 3120 void omap_hwmod_write(u32 v, struct omap_hwmod *oh, u16 reg_offs) in omap_hwmod_write() argument 3123 __raw_writew(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write() 3125 __raw_writel(v, oh->_mpu_rt_va + reg_offs); in omap_hwmod_write()
|