/Linux-v4.19/drivers/net/wan/lmc/ |
D | lmc_media.c | 174 sc->ictl.cardtype = LMC_CTL_CARDTYPE_LMC5200; in lmc_hssi_init() 198 sc->lmc_media->set_clock_source (sc, sc->ictl.clock_source); in lmc_hssi_set_status() 207 if (ctl->clock_source && !sc->ictl.clock_source) in lmc_hssi_set_status() 212 else if (!ctl->clock_source && sc->ictl.clock_source) in lmc_hssi_set_status() 228 old = sc->ictl.clock_source; in lmc_hssi_set_clock() 233 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_EXT; in lmc_hssi_set_clock() 241 sc->ictl.clock_source = LMC_CTL_CLOCK_SOURCE_INT; in lmc_hssi_set_clock() 282 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_32; in lmc_hssi_set_crc_length() 288 sc->ictl.crc_length = LMC_CTL_CRC_LENGTH_16; in lmc_hssi_set_crc_length() 313 sc->ictl.cable_length = LMC_CTL_CABLE_LENGTH_GT_100FT; in lmc_ds3_set_100ft() [all …]
|
D | lmc_main.c | 132 if (copy_to_user(ifr->ifr_data, &sc->ictl, sizeof(lmc_ctl_t))) in lmc_ioctl() 157 if(ctl.crc_length != sc->ictl.crc_length) { in lmc_ioctl() 159 if (sc->ictl.crc_length == LMC_CTL_CRC_LENGTH_16) in lmc_ioctl() 296 sc->ictl.circuit_type = ctl.circuit_type; in lmc_ioctl() 779 sc->ictl.ticks = 0x0000ffff - (ticks & 0x0000ffff); in lmc_watchdog() 1032 if (sc->ictl.crc_length == LMC_CTL_CRC_LENGTH_16) { in lmc_open() 1036 sc->lmc_media->set_crc_length(sc, sc->ictl.crc_length); in lmc_open()
|
D | lmc_var.h | 329 lmc_ctl_t ictl; member
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-tb10x.c | 108 static int __init of_tb10x_init_irq(struct device_node *ictl, in of_tb10x_init_irq() argument 111 int i, ret, nrirqs = of_irq_count(ictl); in of_tb10x_init_irq() 117 if (of_address_to_resource(ictl, 0, &mem)) { in of_tb10x_init_irq() 119 ictl->name); in of_tb10x_init_irq() 124 ictl->name)) { in of_tb10x_init_irq() 125 pr_err("%s: Request mem region failed.\n", ictl->name); in of_tb10x_init_irq() 132 pr_err("%s: ioremap failed.\n", ictl->name); in of_tb10x_init_irq() 136 domain = irq_domain_add_linear(ictl, AB_IRQCTL_MAXIRQ, in of_tb10x_init_irq() 141 ictl->name); in of_tb10x_init_irq() 146 2, ictl->name, handle_level_irq, in of_tb10x_init_irq() [all …]
|
D | Makefile | 17 obj-$(CONFIG_DW_APB_ICTL) += irq-dw-apb-ictl.o
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | abilis,tb10x-ictl.txt | 11 - compatible: Should be "abilis,tb10x-ictl" 30 compatible = "abilis,tb10x-ictl";
|
D | snps,dw-apb-ictl.txt | 8 - compatible: shall be "snps,dw-apb-ictl" 25 compatible = "snps,dw-apb-ictl";
|
/Linux-v4.19/arch/arc/boot/dts/ |
D | vdk_axc003.dtsi | 52 mb_intc: dw-apb-ictl@0xe0012000 { 54 compatible = "snps,dw-apb-ictl";
|
D | vdk_axc003_idu.dtsi | 60 mb_intc: dw-apb-ictl@0xe0012000 { 62 compatible = "snps,dw-apb-ictl";
|
D | axc001.dtsi | 91 mb_intc: dw-apb-ictl@0xe0012000 { 93 compatible = "snps,dw-apb-ictl";
|
D | axc003.dtsi | 135 mb_intc: dw-apb-ictl@0xe0012000 { 137 compatible = "snps,dw-apb-ictl";
|
D | axc003_idu.dtsi | 141 mb_intc: dw-apb-ictl@0xe0012000 { 143 compatible = "snps,dw-apb-ictl";
|
D | abilis_tb10x.dtsi | 90 compatible = "abilis,tb10x-ictl";
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-designware.txt | 39 interrupt-parent = <&ictl>;
|
/Linux-v4.19/arch/arm64/boot/dts/synaptics/ |
D | berlin4ct.dtsi | 206 compatible = "snps,dw-apb-ictl"; 233 compatible = "snps,dw-apb-ictl";
|
/Linux-v4.19/drivers/dma/ppc4xx/ |
D | dma.h | 185 u32 ictl; member
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | berlin2.dtsi | 329 compatible = "snps,dw-apb-ictl"; 531 compatible = "snps,dw-apb-ictl";
|
D | berlin2cd.dtsi | 373 compatible = "snps,dw-apb-ictl"; 574 compatible = "snps,dw-apb-ictl";
|
D | berlin2q.dtsi | 405 compatible = "snps,dw-apb-ictl"; 657 compatible = "snps,dw-apb-ictl";
|
/Linux-v4.19/arch/s390/kvm/ |
D | vsie.c | 316 scb_s->ictl = scb_o->ictl; in shadow_scb() 323 scb_s->ictl |= ICTL_ISKE | ICTL_SSKE | ICTL_RRBE; in shadow_scb()
|
D | priv.c | 222 vcpu->arch.sie_block->ictl |= ICTL_ISKE | ICTL_SSKE | ICTL_RRBE; in kvm_s390_skey_check_enable() 224 vcpu->arch.sie_block->ictl &= ~(ICTL_ISKE | ICTL_SSKE | ICTL_RRBE); in kvm_s390_skey_check_enable()
|
D | interrupt.c | 335 vcpu->arch.sie_block->ictl &= ~(ICTL_LPSW | ICTL_STCTL | ICTL_PINT); in __reset_intercept_indicators() 340 vcpu->arch.sie_block->ictl |= (ICTL_STCTL | ICTL_PINT); in __reset_intercept_indicators() 369 vcpu->arch.sie_block->ictl |= ICTL_LPSW; in set_intercept_indicators_mchk()
|
D | kvm-s390.c | 2579 vcpu->arch.sie_block->ictl |= ICTL_OPEREXC; in kvm_arch_vcpu_postcreate() 2678 vcpu->arch.sie_block->ictl |= ICTL_ISKE | ICTL_SSKE | ICTL_RRBE; in kvm_arch_vcpu_setup() 3172 vcpu->arch.sie_block->ictl |= ICTL_OPEREXC; in kvm_s390_handle_requests()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | kvm_host.h | 181 __u32 ictl; /* 0x0048 */ member
|