Lines Matching refs:reg_base
21 struct sp805_reg *reg_base; member
31 ctx.reg_base->LOCK = ENABLE_WR_ACCESS; in sp805_isr()
32 ctx.reg_base->INTCLR = 0; in sp805_isr()
33 ctx.reg_base->LOCK = DISABLE_WR_ACCESS; in sp805_isr()
53 ctx.reg_base->LOCK = ENABLE_WR_ACCESS; in enable_sp805_interrupt()
54 ctx.reg_base->LOAD = ctx.config->wdt_load_value; in enable_sp805_interrupt()
57 ctx.reg_base->CONTROL = RESET_EN | INT_EN; in enable_sp805_interrupt()
58 ctx.reg_base->LOCK = DISABLE_WR_ACCESS; in enable_sp805_interrupt()
67 (unsigned int)ctx.reg_base->LOAD); in enable_sp805_interrupt()
81 ctx.reg_base = (struct sp805_reg *)ctx.config->reg_base; in mod_sp805_init()
82 if (ctx.reg_base == NULL) { in mod_sp805_init()