Searched refs:sh_intc_toggle_source (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | sh_intc.c | 19 void sh_intc_toggle_source(struct intc_source *source, in sh_intc_toggle_source() function 74 sh_intc_toggle_source(source, 0, 1); in sh_intc_set_irq() 76 sh_intc_toggle_source(source, 0, -1); in sh_intc_set_irq() 186 sh_intc_toggle_source(source, enable ? 1 : -1, 0); in sh_intc_toggle_mask() 443 sh_intc_toggle_source(s, s->enable_count ? 0 : 1, in sh_intc_set_irl() 446 sh_intc_toggle_source(s, 0, -1); in sh_intc_set_irl()
|
/openbmc/qemu/include/hw/sh4/ |
H A D | sh_intc.h | 62 void sh_intc_toggle_source(struct intc_source *source,
|
/openbmc/qemu/hw/sh4/ |
H A D | sh7750.c | 849 sh_intc_toggle_source(&s->intc.sources[IRL], 1, 0); /* enable */ in sh7750_irl()
|