Searched refs:reg_enable (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/irqchip/
H A Dirq-bcm2835.c79 static const int reg_enable[] __initconst = { 0x18, 0x10, 0x14 };
161 intc.enable[b] = base + reg_enable[b]; armctrl_of_init()
/linux-4.4.14/arch/arm64/kernel/
H A Dhw_breakpoint.c235 int i, max_slots, ctrl_reg, val_reg, reg_enable; hw_breakpoint_control() local
245 reg_enable = !debug_info->bps_disabled; hw_breakpoint_control()
252 reg_enable = !debug_info->wps_disabled; hw_breakpoint_control()
275 reg_enable ? ctrl | 0x1 : ctrl & ~0x1); hw_breakpoint_control()

Completed in 126 milliseconds