Home
last modified time | relevance | path

Searched refs:nr_mask_regs (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dsh_intc.c138 for (i = 0; i < desc->nr_mask_regs; i++) { in sh_intc_locate()
268 for (i = 0; i < desc->nr_mask_regs; i++) { in sh_intc_register_source()
386 int nr_mask_regs, in sh_intc_init() argument
395 desc->nr_mask_regs = nr_mask_regs; in sh_intc_init()
400 (nr_mask_regs + nr_prio_regs) * 4); in sh_intc_init()
410 for (i = 0; i < desc->nr_mask_regs; i++) { in sh_intc_init()
/openbmc/qemu/include/hw/sh4/
H A Dsh_intc.h54 int nr_mask_regs; member
75 int nr_mask_regs,
/openbmc/linux/drivers/sh/intc/
H A Dcore.c237 d->nr_reg = hw->mask_regs ? hw->nr_mask_regs * 2 : 0; in register_intc_controller()
240 d->nr_reg += hw->nr_mask_regs; in register_intc_controller()
259 for (i = 0; i < hw->nr_mask_regs; i++) { in register_intc_controller()
H A Dbalancing.c48 for (i = 0; mr && enum_id && i < desc->hw.nr_mask_regs; i++) { in intc_dist_data()
H A Dhandle.c48 while (mr && enum_id && *reg_idx < desc->hw.nr_mask_regs) { in _intc_mask_data()
/openbmc/linux/include/linux/
H A Dsh_intc.h89 unsigned int nr_mask_regs; member
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7786.c671 .nr_mask_regs = ARRAY_SIZE(sh7786_mask_registers),