| /linux/drivers/irqchip/ |
| H A D | irq-tb10x.c | 89 static int __init of_tb10x_init_irq(struct device_node *ictl, in of_tb10x_init_irq() argument 92 int i, ret, nrirqs = of_irq_count(ictl); in of_tb10x_init_irq() 98 if (of_address_to_resource(ictl, 0, &mem)) { in of_tb10x_init_irq() 100 ictl); in of_tb10x_init_irq() 105 ictl->full_name)) { in of_tb10x_init_irq() 106 pr_err("%pOFn: Request mem region failed.\n", ictl); in of_tb10x_init_irq() 113 pr_err("%pOFn: ioremap failed.\n", ictl); in of_tb10x_init_irq() 117 domain = irq_domain_create_linear(of_fwnode_handle(ictl), AB_IRQCTL_MAXIRQ, in of_tb10x_init_irq() 122 ictl); in of_tb10x_init_irq() 127 2, ictl->name, handle_level_irq, in of_tb10x_init_irq() [all …]
|
| /linux/drivers/mmc/host/ |
| H A D | meson-mx-sdhc-mmc.c | 137 u32 ictl, send; in meson_mx_sdhc_start_cmd() local 142 ictl = MESON_SDHC_ICTL_DATA_TIMEOUT | MESON_SDHC_ICTL_DATA_ERR_CRC | in meson_mx_sdhc_start_cmd() 170 ictl |= MESON_SDHC_ICTL_DMA_DONE; in meson_mx_sdhc_start_cmd() 173 ictl |= MESON_SDHC_ICTL_DATA_XFER_OK; in meson_mx_sdhc_start_cmd() 188 ictl |= MESON_SDHC_ICTL_RESP_OK; in meson_mx_sdhc_start_cmd() 213 regmap_write(host->regmap, MESON_SDHC_ICTL, ictl); in meson_mx_sdhc_start_cmd() 541 u32 ictl, ista; in meson_mx_sdhc_irq() local 543 regmap_read(host->regmap, MESON_SDHC_ICTL, &ictl); in meson_mx_sdhc_irq() 546 if (!(ictl & ista)) in meson_mx_sdhc_irq()
|
| /linux/arch/csky/ |
| H A D | Kconfig.platforms | 8 This enables support for snps dw-apb-ictl
|
| /linux/arch/arc/boot/dts/ |
| H A D | vdk_axc003.dtsi | 51 compatible = "snps,dw-apb-ictl";
|
| H A D | vdk_axc003_idu.dtsi | 59 compatible = "snps,dw-apb-ictl";
|
| H A D | axc001.dtsi | 96 compatible = "snps,dw-apb-ictl";
|
| H A D | axc003.dtsi | 134 compatible = "snps,dw-apb-ictl";
|
| H A D | axc003_idu.dtsi | 140 compatible = "snps,dw-apb-ictl";
|
| H A D | abilis_tb10x.dtsi | 78 compatible = "abilis,tb10x-ictl";
|
| /linux/arch/arm64/boot/dts/synaptics/ |
| H A D | berlin4ct.dtsi | 208 compatible = "snps,dw-apb-ictl"; 235 compatible = "snps,dw-apb-ictl";
|
| /linux/arch/arm/boot/dts/hisilicon/ |
| H A D | sd5203.dts | 48 compatible = "snps,dw-apb-ictl";
|
| /linux/drivers/dma/ppc4xx/ |
| H A D | dma.h | 182 u32 ictl; member
|
| /linux/arch/arm/boot/dts/synaptics/ |
| H A D | berlin2.dtsi | 329 compatible = "snps,dw-apb-ictl"; 531 compatible = "snps,dw-apb-ictl";
|
| H A D | berlin2cd.dtsi | 373 compatible = "snps,dw-apb-ictl"; 574 compatible = "snps,dw-apb-ictl";
|
| H A D | berlin2q.dtsi | 405 compatible = "snps,dw-apb-ictl"; 657 compatible = "snps,dw-apb-ictl";
|
| /linux/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 337 sie_block->ictl &= ~(ICTL_ISKE | ICTL_SSKE | ICTL_RRBE); in uc_skey_enable() 608 TEST_ASSERT_EQ(0, sie_block->ictl & (ICTL_ISKE | ICTL_SSKE | ICTL_RRBE)); in TEST_F()
|
| /linux/arch/s390/kvm/ |
| H A D | interrupt.c | 378 vcpu->arch.sie_block->ictl &= ~(ICTL_LPSW | ICTL_STCTL | ICTL_PINT); in __reset_intercept_indicators() 383 vcpu->arch.sie_block->ictl |= (ICTL_STCTL | ICTL_PINT); in __reset_intercept_indicators() 412 vcpu->arch.sie_block->ictl |= ICTL_LPSW; in set_intercept_indicators_mchk()
|
| H A D | kvm-s390.c | 3519 vcpu->arch.sie_block->ictl |= ICTL_OPEREXC; in kvm_arch_vcpu_postcreate() 3665 vcpu->arch.sie_block->ictl |= ICTL_ISKE | ICTL_SSKE | ICTL_RRBE; in kvm_s390_vcpu_setup() 4305 vcpu->arch.sie_block->ictl |= ICTL_OPEREXC; in kvm_s390_handle_requests()
|