| /kernel/linux/linux-6.6/drivers/net/ieee802154/ |
| D | adf7242.c | 95 #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/ |
| D | adf7242.c | 95 #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/ |
| D | setup-sh3.c | 19 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/ |
| D | setup-sh3.c | 19 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/ |
| D | phy-twl6030-usb.c | 93 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/ |
| D | phy-twl6030-usb.c | 93 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/ |
| D | se7722.h | 82 #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/ |
| D | se7722.h | 82 #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/ |
| D | v3d_irq.c | 209 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/ |
| D | cs47l15-tables.c | 662 { 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 …]
|
| D | cs47l35-tables.c | 747 { 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/ |
| D | cs47l15-tables.c | 662 { 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 …]
|
| D | cs47l35-tables.c | 747 { 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/ |
| D | ixp4xx-qmgr.c | 381 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/ |
| D | ixp4xx-qmgr.c | 380 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/ |
| D | bus.c | 142 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/ |
| D | gpio-pxa.c | 86 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/ |
| D | gpio-pxa.c | 85 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/ |
| D | spi-mpc52xx.c | 64 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/ |
| D | spi-mpc52xx.c | 68 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/ |
| D | setup-sh7366.c | 254 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 } },
|
| D | setup-sh7343.c | 310 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/ |
| D | setup-sh7366.c | 254 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 } },
|
| D | setup-sh7343.c | 310 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/ |
| D | bus.h | 116 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,
|