Searched refs:IRQ_TYPE_SENSE_MASK (Results 1 - 25 of 78) sorted by relevance

1234

/linux-master/kernel/irq/
H A Dsettings.h75 return desc->status_use_accessors & IRQ_TYPE_SENSE_MASK;
81 desc->status_use_accessors &= ~IRQ_TYPE_SENSE_MASK;
82 desc->status_use_accessors |= mask & IRQ_TYPE_SENSE_MASK;
/linux-master/drivers/sh/intc/
H A Dchip.c159 static unsigned char intc_irq_sense_table[IRQ_TYPE_SENSE_MASK + 1] = {
178 unsigned char value = intc_irq_sense_table[type & IRQ_TYPE_SENSE_MASK];
/linux-master/drivers/irqchip/
H A Dirq-pic32-evic.c143 if (priv->irq_types[hw] & IRQ_TYPE_SENSE_MASK) {
177 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK;
179 priv->irq_types[intspec[0]] = intspec[1] & IRQ_TYPE_SENSE_MASK;
H A Dirq-wpcm450-aic.c105 if ((flow_type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_LEVEL_HIGH)
H A Dirq-meson-gpio.c316 type &= IRQ_TYPE_SENSE_MASK;
364 type &= IRQ_TYPE_SENSE_MASK;
388 unsigned int sense = type & IRQ_TYPE_SENSE_MASK;
390 type &= ~IRQ_TYPE_SENSE_MASK;
H A Dirq-atmel-aic-common.c104 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK;
253 gc->chip_types[0].type = IRQ_TYPE_SENSE_MASK;
H A Dirq-csky-mpintc.c106 switch (type & IRQ_TYPE_SENSE_MASK) {
200 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK;
H A Dirq-mtk-cirq.c106 switch (type & IRQ_TYPE_SENSE_MASK) {
163 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-al-fic.c72 if (((flow_type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_LEVEL_HIGH) &&
73 ((flow_type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_EDGE_RISING)) {
H A Dirq-renesas-irqc.c66 static unsigned char irqc_sense[IRQ_TYPE_SENSE_MASK + 1] = {
78 unsigned char value = irqc_sense[type & IRQ_TYPE_SENSE_MASK];
H A Dirq-sun6i-r.c206 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
217 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-sni-exiu.c153 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
158 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
H A Dirq-mvebu-icu.c167 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
175 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
H A Dirq-loongson-pch-pic.c168 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
175 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
H A Dirq-mvebu-sei.c123 if ((type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_LEVEL_HIGH)
151 if ((type & IRQ_TYPE_SENSE_MASK) != IRQ_TYPE_EDGE_RISING)
H A Dirq-renesas-rzg2l.c189 switch (type & IRQ_TYPE_SENSE_MASK) {
250 switch (type & IRQ_TYPE_SENSE_MASK) {
H A Dirq-crossbar.c182 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-vf610-mscm-ir.c168 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
H A Dirq-mst-intc.c195 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-mtk-sysirq.c85 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-uniphier-aidet.c102 *out_type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
/linux-master/arch/powerpc/sysdev/
H A Dcpm2_pic.c174 if ((flow_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_FALLING)
/linux-master/drivers/gpio/
H A Dgpio-em.c114 static unsigned char em_gio_sense_table[IRQ_TYPE_SENSE_MASK + 1] = {
124 unsigned char value = em_gio_sense_table[type & IRQ_TYPE_SENSE_MASK];
H A Dgpio-idt3243x.c52 unsigned int sense = flow_type & IRQ_TYPE_SENSE_MASK;
/linux-master/arch/powerpc/platforms/cell/
H A Dspider-pic.c106 unsigned int sense = type & IRQ_TYPE_SENSE_MASK;

Completed in 197 milliseconds

1234