Home
last modified time | relevance | path

Searched refs:out_flags (Results 1 – 15 of 15) sorted by relevance

/arch/powerpc/sysdev/
Dmpc8xx_pic.c102 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in mpc8xx_pic_host_xlate() argument
116 *out_flags = map_pic_senses[intspec[1]]; in mpc8xx_pic_host_xlate()
118 *out_flags = IRQ_TYPE_NONE; in mpc8xx_pic_host_xlate()
Di8259.c190 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in i8259_host_xlate() argument
201 *out_flags = map_isa_senses[intspec[1]]; in i8259_host_xlate()
203 *out_flags = IRQ_TYPE_NONE; in i8259_host_xlate()
Dehv_pic.c222 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in ehv_pic_host_xlate() argument
242 *out_flags = map_of_senses_to_linux_irqtype[intspec[1] & in ehv_pic_host_xlate()
245 *out_flags = IRQ_TYPE_NONE; in ehv_pic_host_xlate()
Dxilinx_intc.c147 unsigned int *out_flags) in xilinx_intc_xlate() argument
160 *out_flags = xilinx_intc_map_senses[intspec[1]]; in xilinx_intc_xlate()
Dtsi108_pci.c381 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in pci_irq_host_xlate() argument
384 *out_flags = IRQ_TYPE_LEVEL_HIGH; in pci_irq_host_xlate()
Dmpic.c1066 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in mpic_host_xlate() argument
1108 *out_flags = map_mpic_senses[intspec[1] & 3]; in mpic_host_xlate()
1124 *out_flags = map_mpic_senses[intspec[1] & mask]; in mpic_host_xlate()
1126 *out_flags = IRQ_TYPE_NONE; in mpic_host_xlate()
1129 intsize, intspec[0], intspec[1], *out_hwirq, *out_flags); in mpic_host_xlate()
/arch/powerpc/sysdev/ge/
Dge_pic.c168 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in gef_pic_host_xlate() argument
173 *out_flags = intspec[1]; in gef_pic_host_xlate()
175 *out_flags = IRQ_TYPE_LEVEL_HIGH; in gef_pic_host_xlate()
/arch/powerpc/platforms/85xx/
Dsocrates_fpga_pic.c243 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in socrates_fpga_pic_host_xlate() argument
254 *out_flags = IRQ_TYPE_LEVEL_LOW; in socrates_fpga_pic_host_xlate()
256 *out_flags = intspec[1]; in socrates_fpga_pic_host_xlate()
260 *out_flags = fpga_irq->type; in socrates_fpga_pic_host_xlate()
/arch/powerpc/platforms/cell/
Dbeat_interrupt.c160 unsigned int *out_flags) in beatic_pic_host_xlate() argument
165 *out_flags |= IRQ_TYPE_LEVEL_LOW; in beatic_pic_host_xlate()
Dspider-pic.c185 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in spider_host_xlate() argument
193 *out_flags = IRQ_TYPE_LEVEL_HIGH; in spider_host_xlate()
Dinterrupt.c250 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in iic_host_xlate() argument
283 *out_flags = IRQ_TYPE_EDGE_RISING; in iic_host_xlate()
/arch/powerpc/platforms/52xx/
Dmpc52xx_pic.c307 unsigned int *out_flags) in mpc52xx_irqhost_xlate() argument
326 *out_flags = IRQ_TYPE_LEVEL_LOW; in mpc52xx_irqhost_xlate()
328 *out_flags = mpc52xx_map_senses[intrvect_type]; in mpc52xx_irqhost_xlate()
Dmedia5200.c128 unsigned int *out_flags) in media5200_irq_xlate() argument
135 *out_flags = IRQ_TYPE_NONE; in media5200_irq_xlate()
Dmpc52xx_gpt.c222 unsigned int *out_flags) in mpc52xx_gpt_irq_xlate() argument
234 *out_flags = intspec[0]; in mpc52xx_gpt_irq_xlate()
/arch/powerpc/sysdev/xics/
Dxics-common.c355 irq_hw_number_t *out_hwirq, unsigned int *out_flags) in xics_host_xlate() argument
363 *out_flags = IRQ_TYPE_LEVEL_LOW; in xics_host_xlate()