Home
last modified time | relevance | path

Searched full:irq1 (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/drivers/net/ieee802154/
Dadf7242.c95 #define REG_IRQ1_EN0 0x3C7 /* RW Interrupt Mask set bits for IRQ1 */
96 #define REG_IRQ1_EN1 0x3C8 /* RW Interrupt Mask set bits for IRQ1 */
250 /* IRQ1 */
941 static void adf7242_debug(struct adf7242_local *lp, u8 irq1) in adf7242_debug() argument
948 dev_dbg(&lp->spi->dev, "%s IRQ1 = %X:\n%s%s%s%s%s%s%s%s\n", in adf7242_debug()
949 __func__, irq1, in adf7242_debug()
950 irq1 & IRQ_CCA_COMPLETE ? "IRQ_CCA_COMPLETE\n" : "", in adf7242_debug()
951 irq1 & IRQ_SFD_RX ? "IRQ_SFD_RX\n" : "", in adf7242_debug()
952 irq1 & IRQ_SFD_TX ? "IRQ_SFD_TX\n" : "", in adf7242_debug()
953 irq1 & IRQ_RX_PKT_RCVD ? "IRQ_RX_PKT_RCVD\n" : "", in adf7242_debug()
[all …]
/kernel/linux/linux-5.10/drivers/net/ieee802154/
Dadf7242.c95 #define REG_IRQ1_EN0 0x3C7 /* RW Interrupt Mask set bits for IRQ1 */
96 #define REG_IRQ1_EN1 0x3C8 /* RW Interrupt Mask set bits for IRQ1 */
250 /* IRQ1 */
941 static void adf7242_debug(struct adf7242_local *lp, u8 irq1) in adf7242_debug() argument
948 dev_dbg(&lp->spi->dev, "%s IRQ1 = %X:\n%s%s%s%s%s%s%s%s\n", in adf7242_debug()
949 __func__, irq1, in adf7242_debug()
950 irq1 & IRQ_CCA_COMPLETE ? "IRQ_CCA_COMPLETE\n" : "", in adf7242_debug()
951 irq1 & IRQ_SFD_RX ? "IRQ_SFD_RX\n" : "", in adf7242_debug()
952 irq1 & IRQ_SFD_TX ? "IRQ_SFD_TX\n" : "", in adf7242_debug()
953 irq1 & IRQ_RX_PKT_RCVD ? "IRQ_RX_PKT_RCVD\n" : "", in adf7242_debug()
[all …]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/
Dsetup-sh3.c19 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, enumerator
23 INTC_VECT(IRQ0, 0x600), INTC_VECT(IRQ1, 0x620),
32 { 0xa4000016, 0, 16, 4, /* IPRC */ { IRQ3, IRQ2, IRQ1, IRQ0 } },
38 { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
42 { 0xa4000010, 16, 2, { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/
Dsetup-sh3.c19 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, enumerator
23 INTC_VECT(IRQ0, 0x600), INTC_VECT(IRQ1, 0x620),
32 { 0xa4000016, 0, 16, 4, /* IPRC */ { IRQ3, IRQ2, IRQ1, IRQ0 } },
38 { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
42 { 0xa4000010, 16, 2, { 0, 0, IRQ5, IRQ4, IRQ3, IRQ2, IRQ1, IRQ0 } },
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-twl6030-usb.c93 int irq1; member
284 twl6030_usbotg_irq(twl->irq1, twl); in twl6030_status_work()
347 twl->irq1 = platform_get_irq(pdev, 0); in twl6030_usb_probe()
351 if (twl->irq1 < 0) in twl6030_usb_probe()
352 return twl->irq1; in twl6030_usb_probe()
379 status = request_threaded_irq(twl->irq1, NULL, twl6030_usbotg_irq, in twl6030_usb_probe()
384 twl->irq1, status); in twl6030_usb_probe()
405 free_irq(twl->irq1, twl); in twl6030_usb_probe()
421 free_irq(twl->irq1, twl); in twl6030_usb_remove()
/kernel/linux/linux-6.6/drivers/usb/phy/
Dphy-twl6030-usb.c93 int irq1; member
284 twl6030_usbotg_irq(twl->irq1, twl); in twl6030_status_work()
347 twl->irq1 = platform_get_irq(pdev, 0); in twl6030_usb_probe()
351 if (twl->irq1 < 0) in twl6030_usb_probe()
352 return twl->irq1; in twl6030_usb_probe()
379 status = request_threaded_irq(twl->irq1, NULL, twl6030_usbotg_irq, in twl6030_usb_probe()
384 twl->irq1, status); in twl6030_usb_probe()
405 free_irq(twl->irq1, twl); in twl6030_usb_probe()
421 free_irq(twl->irq1, twl); in twl6030_usb_remove()
/kernel/linux/linux-6.6/arch/sh/include/mach-se/mach/
Dse7722.h82 #define SE7722_FPGA_IRQ_MRSHPC0 2 /* IRQ1 */
83 #define SE7722_FPGA_IRQ_MRSHPC1 3 /* IRQ1 */
84 #define SE7722_FPGA_IRQ_MRSHPC2 4 /* IRQ1 */
85 #define SE7722_FPGA_IRQ_MRSHPC3 5 /* IRQ1 */
/kernel/linux/linux-5.10/arch/sh/include/mach-se/mach/
Dse7722.h82 #define SE7722_FPGA_IRQ_MRSHPC0 2 /* IRQ1 */
83 #define SE7722_FPGA_IRQ_MRSHPC1 3 /* IRQ1 */
84 #define SE7722_FPGA_IRQ_MRSHPC2 4 /* IRQ1 */
85 #define SE7722_FPGA_IRQ_MRSHPC3 5 /* IRQ1 */
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
Dv3d_irq.c209 int irq1, ret, core; in v3d_irq_init() local
220 irq1 = platform_get_irq(v3d_to_pdev(v3d), 1); in v3d_irq_init()
221 if (irq1 == -EPROBE_DEFER) in v3d_irq_init()
222 return irq1; in v3d_irq_init()
223 if (irq1 > 0) { in v3d_irq_init()
224 ret = devm_request_irq(v3d->drm.dev, irq1, in v3d_irq_init()
/kernel/linux/linux-6.6/drivers/mfd/
Dcs47l15-tables.c662 { 0x00001840, 0xffff }, /* R6208 (0x1840) - IRQ1 Mask 1 */
663 { 0x00001841, 0xffff }, /* R6209 (0x1841) - IRQ1 Mask 2 */
664 { 0x00001842, 0xffff }, /* R6210 (0x1842) - IRQ1 Mask 3 */
665 { 0x00001843, 0xffff }, /* R6211 (0x1843) - IRQ1 Mask 4 */
666 { 0x00001844, 0xffff }, /* R6212 (0x1844) - IRQ1 Mask 5 */
667 { 0x00001845, 0xffff }, /* R6213 (0x1845) - IRQ1 Mask 6 */
668 { 0x00001846, 0xffff }, /* R6214 (0x1846) - IRQ1 Mask 7 */
669 { 0x00001847, 0xffff }, /* R6215 (0x1847) - IRQ1 Mask 8 */
670 { 0x00001848, 0xffff }, /* R6216 (0x1848) - IRQ1 Mask 9 */
671 { 0x00001849, 0xffff }, /* R6217 (0x1849) - IRQ1 Mask 10 */
[all …]
Dcs47l35-tables.c747 { 0x00001840, 0xffff }, /* R6208 (0x1840) - IRQ1 Mask 1 */
748 { 0x00001841, 0xffff }, /* R6209 (0x1841) - IRQ1 Mask 2 */
749 { 0x00001842, 0xffff }, /* R6210 (0x1842) - IRQ1 Mask 3 */
750 { 0x00001843, 0xffff }, /* R6211 (0x1843) - IRQ1 Mask 4 */
751 { 0x00001844, 0xffff }, /* R6212 (0x1844) - IRQ1 Mask 5 */
752 { 0x00001845, 0xffff }, /* R6213 (0x1845) - IRQ1 Mask 6 */
753 { 0x00001846, 0xffff }, /* R6214 (0x1846) - IRQ1 Mask 7 */
754 { 0x00001847, 0xffff }, /* R6215 (0x1847) - IRQ1 Mask 8 */
755 { 0x00001848, 0xffff }, /* R6216 (0x1848) - IRQ1 Mask 9 */
756 { 0x00001849, 0xffff }, /* R6217 (0x1849) - IRQ1 Mask 10 */
[all …]
/kernel/linux/linux-5.10/drivers/mfd/
Dcs47l15-tables.c662 { 0x00001840, 0xffff }, /* R6208 (0x1840) - IRQ1 Mask 1 */
663 { 0x00001841, 0xffff }, /* R6209 (0x1841) - IRQ1 Mask 2 */
664 { 0x00001842, 0xffff }, /* R6210 (0x1842) - IRQ1 Mask 3 */
665 { 0x00001843, 0xffff }, /* R6211 (0x1843) - IRQ1 Mask 4 */
666 { 0x00001844, 0xffff }, /* R6212 (0x1844) - IRQ1 Mask 5 */
667 { 0x00001845, 0xffff }, /* R6213 (0x1845) - IRQ1 Mask 6 */
668 { 0x00001846, 0xffff }, /* R6214 (0x1846) - IRQ1 Mask 7 */
669 { 0x00001847, 0xffff }, /* R6215 (0x1847) - IRQ1 Mask 8 */
670 { 0x00001848, 0xffff }, /* R6216 (0x1848) - IRQ1 Mask 9 */
671 { 0x00001849, 0xffff }, /* R6217 (0x1849) - IRQ1 Mask 10 */
[all …]
Dcs47l35-tables.c747 { 0x00001840, 0xffff }, /* R6208 (0x1840) - IRQ1 Mask 1 */
748 { 0x00001841, 0xffff }, /* R6209 (0x1841) - IRQ1 Mask 2 */
749 { 0x00001842, 0xffff }, /* R6210 (0x1842) - IRQ1 Mask 3 */
750 { 0x00001843, 0xffff }, /* R6211 (0x1843) - IRQ1 Mask 4 */
751 { 0x00001844, 0xffff }, /* R6212 (0x1844) - IRQ1 Mask 5 */
752 { 0x00001845, 0xffff }, /* R6213 (0x1845) - IRQ1 Mask 6 */
753 { 0x00001846, 0xffff }, /* R6214 (0x1846) - IRQ1 Mask 7 */
754 { 0x00001847, 0xffff }, /* R6215 (0x1847) - IRQ1 Mask 8 */
755 { 0x00001848, 0xffff }, /* R6216 (0x1848) - IRQ1 Mask 9 */
756 { 0x00001849, 0xffff }, /* R6217 (0x1849) - IRQ1 Mask 10 */
[all …]
/kernel/linux/linux-6.6/drivers/soc/ixp4xx/
Dixp4xx-qmgr.c381 int irq1, irq2; in ixp4xx_qmgr_probe() local
390 irq1 = platform_get_irq(pdev, 0); in ixp4xx_qmgr_probe()
391 if (irq1 <= 0) in ixp4xx_qmgr_probe()
392 return irq1 ? irq1 : -EINVAL; in ixp4xx_qmgr_probe()
393 qmgr_irq_1 = irq1; in ixp4xx_qmgr_probe()
422 err = devm_request_irq(dev, irq1, handler1, 0, "IXP4xx Queue Manager", in ixp4xx_qmgr_probe()
426 irq1, err); in ixp4xx_qmgr_probe()
/kernel/linux/linux-5.10/drivers/soc/ixp4xx/
Dixp4xx-qmgr.c380 int irq1, irq2; in ixp4xx_qmgr_probe() local
389 irq1 = platform_get_irq(pdev, 0); in ixp4xx_qmgr_probe()
390 if (irq1 <= 0) in ixp4xx_qmgr_probe()
391 return irq1 ? irq1 : -EINVAL; in ixp4xx_qmgr_probe()
392 qmgr_irq_1 = irq1; in ixp4xx_qmgr_probe()
421 err = devm_request_irq(dev, irq1, handler1, 0, "IXP4xx Queue Manager", in ixp4xx_qmgr_probe()
425 irq1, err); in ixp4xx_qmgr_probe()
/kernel/linux/linux-5.10/drivers/amba/
Dbus.c142 amba_attr_func(irq1, "%u\n", dev->irq[1]);
579 resource_size_t base, size_t size, int irq1, int irq2, in amba_aphb_device_add() argument
591 dev->irq[0] = irq1; in amba_aphb_device_add()
608 resource_size_t base, size_t size, int irq1, int irq2, in amba_apb_device_add() argument
611 return amba_aphb_device_add(parent, name, base, size, irq1, irq2, pdata, in amba_apb_device_add()
618 resource_size_t base, size_t size, int irq1, int irq2, in amba_ahb_device_add() argument
621 return amba_aphb_device_add(parent, name, base, size, irq1, irq2, pdata, in amba_ahb_device_add()
628 resource_size_t base, size_t size, int irq1, in amba_apb_device_add_res() argument
632 return amba_aphb_device_add(parent, name, base, size, irq1, irq2, pdata, in amba_apb_device_add_res()
639 resource_size_t base, size_t size, int irq1, in amba_ahb_device_add_res() argument
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-pxa.c86 int irq1; member
476 } else if (in_irq == pchip->irq1) { in pxa_gpio_direct_handler()
624 int irq0 = 0, irq1 = 0, irq_mux; in pxa_gpio_probe() local
654 irq1 = platform_get_irq_byname_optional(pdev, "gpio1"); in pxa_gpio_probe()
656 if ((irq0 > 0 && irq1 <= 0) || (irq0 <= 0 && irq1 > 0) in pxa_gpio_probe()
661 pchip->irq1 = irq1; in pxa_gpio_probe()
705 if (irq1 > 0) { in pxa_gpio_probe()
707 irq1, pxa_gpio_direct_handler, 0, in pxa_gpio_probe()
/kernel/linux/linux-6.6/drivers/gpio/
Dgpio-pxa.c85 int irq1; member
468 } else if (in_irq == pchip->irq1) { in pxa_gpio_direct_handler()
616 int irq0 = 0, irq1 = 0, irq_mux; in pxa_gpio_probe() local
646 irq1 = platform_get_irq_byname_optional(pdev, "gpio1"); in pxa_gpio_probe()
648 if ((irq0 > 0 && irq1 <= 0) || (irq0 <= 0 && irq1 > 0) in pxa_gpio_probe()
653 pchip->irq1 = irq1; in pxa_gpio_probe()
689 if (irq1 > 0) { in pxa_gpio_probe()
691 irq1, pxa_gpio_direct_handler, 0, in pxa_gpio_probe()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-mpc52xx.c64 int irq1; /* SPIF irq */ member
433 ms->irq1 = irq_of_parse_and_map(op->dev.of_node, 1); in mpc52xx_spi_probe()
474 if (ms->irq0 && ms->irq1) { in mpc52xx_spi_probe()
477 rc |= request_irq(ms->irq1, mpc52xx_spi_irq, 0, in mpc52xx_spi_probe()
481 free_irq(ms->irq1, ms); in mpc52xx_spi_probe()
482 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
486 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
523 free_irq(ms->irq1, ms); in mpc52xx_spi_remove()
/kernel/linux/linux-6.6/drivers/spi/
Dspi-mpc52xx.c68 int irq1; /* SPIF irq */ member
440 ms->irq1 = irq_of_parse_and_map(op->dev.of_node, 1); in mpc52xx_spi_probe()
474 if (ms->irq0 && ms->irq1) { in mpc52xx_spi_probe()
477 rc |= request_irq(ms->irq1, mpc52xx_spi_irq, 0, in mpc52xx_spi_probe()
481 free_irq(ms->irq1, ms); in mpc52xx_spi_probe()
482 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
486 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
524 free_irq(ms->irq1, ms); in mpc52xx_spi_remove()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7366.c254 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
275 INTC_VECT(IRQ0, 0x600), INTC_VECT(IRQ1, 0x620),
342 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
359 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
364 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
369 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7343.c310 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
333 INTC_VECT(IRQ0, 0x600), INTC_VECT(IRQ1, 0x620),
405 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
420 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
425 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
430 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7366.c254 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
275 INTC_VECT(IRQ0, 0x600), INTC_VECT(IRQ1, 0x620),
342 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
359 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
364 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
369 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
Dsetup-sh7343.c310 IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7, enumerator
333 INTC_VECT(IRQ0, 0x600), INTC_VECT(IRQ1, 0x620),
405 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
420 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
425 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
430 { IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7 } },
/kernel/linux/linux-5.10/include/linux/amba/
Dbus.h116 int irq1, int irq2, void *pdata,
120 int irq1, int irq2, void *pdata,
124 resource_size_t base, size_t size, int irq1,
129 resource_size_t base, size_t size, int irq1,

12345678910>>...13