Searched refs:IRQ_TYPE_SENSE_MASK (Results 26 - 50 of 79) sorted by relevance

1234

/linux-master/arch/powerpc/sysdev/
H A Dehv_pic.c91 switch (type & IRQ_TYPE_SENSE_MASK) {
/linux-master/drivers/gpio/
H A Dgpio-mlxbf3.c117 switch (type & IRQ_TYPE_SENSE_MASK) {
H A Dgpio-mt7621.c172 switch (type & IRQ_TYPE_SENSE_MASK) {
H A Dgpio-xgene-sb.c79 switch (type & IRQ_TYPE_SENSE_MASK) {
H A Dgpio-xgs-iproc.c128 switch (type & IRQ_TYPE_SENSE_MASK) {
H A Dgpio-realtek-otto.c226 switch (flow_type & IRQ_TYPE_SENSE_MASK) {
H A Dgpio-mlxbf2.c296 switch (type & IRQ_TYPE_SENSE_MASK) {
H A Dgpio-uniphier.c252 *out_type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
H A Dgpio-sch.c181 switch (type & IRQ_TYPE_SENSE_MASK) {
/linux-master/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c198 switch (flow_type & IRQ_TYPE_SENSE_MASK) {
/linux-master/drivers/irqchip/
H A Dirq-renesas-rza1.c74 switch (type & IRQ_TYPE_SENSE_MASK) {
H A Dirq-riscv-aplic-main.c74 *type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
H A Dirq-mips-gic.c214 switch (type & IRQ_TYPE_SENSE_MASK) {
463 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-renesas-intc-irqpin.c247 static unsigned char intc_irqpin_sense[IRQ_TYPE_SENSE_MASK + 1] = {
257 unsigned char value = intc_irqpin_sense[type & IRQ_TYPE_SENSE_MASK];
H A Dirq-hip04.c336 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-tegra.c229 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK;
H A Dirq-loongson-liointc.c188 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK;
/linux-master/arch/arm/plat-orion/
H A Dgpio.c367 type &= IRQ_TYPE_SENSE_MASK;
426 if ((type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_BOTH) {
/linux-master/arch/powerpc/platforms/4xx/
H A Duic.c128 switch (flow_type & IRQ_TYPE_SENSE_MASK) {
/linux-master/drivers/mailbox/
H A Dqcom-ipcc.c136 *out_type = intspec[2] & IRQ_TYPE_SENSE_MASK;
/linux-master/kernel/irq/
H A Dirqdomain.c821 if (WARN_ON(type & ~IRQ_TYPE_SENSE_MASK))
822 type &= IRQ_TYPE_SENSE_MASK;
1039 *out_type = intspec[1] & IRQ_TYPE_SENSE_MASK;
1084 *out_type = fwspec->param[1] & IRQ_TYPE_SENSE_MASK;
/linux-master/include/linux/
H A Dirq.h45 * IRQ_TYPE_SENSE_MASK - Mask for all the above bits
85 IRQ_TYPE_SENSE_MASK = 0x0000000f, enumerator in enum:__anon2247
86 IRQ_TYPE_DEFAULT = IRQ_TYPE_SENSE_MASK,
107 (IRQ_TYPE_SENSE_MASK | IRQ_NOPROBE | IRQ_NOREQUEST | \
/linux-master/arch/mips/bcm63xx/
H A Dirq.c285 flow_type &= IRQ_TYPE_SENSE_MASK;
/linux-master/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c484 if ((irq_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_BOTH) {
513 if ((irq_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_BOTH) {
/linux-master/drivers/pinctrl/
H A Dpinctrl-apple-gpio.c263 switch (type & IRQ_TYPE_SENSE_MASK) {

Completed in 422 milliseconds

1234