/linux-4.1.27/arch/blackfin/mach-bf518/ |
H A D | Makefile | 5 obj-y := ints-priority.o dma.o
|
/linux-4.1.27/arch/blackfin/mach-bf527/ |
H A D | Makefile | 5 obj-y := ints-priority.o dma.o
|
/linux-4.1.27/arch/blackfin/mach-bf533/ |
H A D | Makefile | 5 obj-y := ints-priority.o dma.o
|
/linux-4.1.27/arch/blackfin/mach-bf537/ |
H A D | Makefile | 5 obj-y := ints-priority.o dma.o
|
/linux-4.1.27/arch/blackfin/mach-bf548/ |
H A D | Makefile | 5 obj-y := ints-priority.o dma.o
|
/linux-4.1.27/arch/blackfin/mach-bf538/ |
H A D | Makefile | 5 obj-y := ints-priority.o dma.o
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
H A D | Makefile | 5 obj-y := ints-priority.o dma.o
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
H A D | Makefile | 5 obj-y := dma.o clock.o ints-priority.o
|
/linux-4.1.27/arch/m68k/68360/ |
H A D | Makefile | 7 obj-y := config.o commproc.o entry.o ints.o
|
H A D | ints.c | 2 * ints.c - first level interrupt handlers
|
H A D | commproc.c | 170 * M68360_do_irq(int vec, struct pt_regs *fp), in ../ints.c */ cpm_interrupt()
|
/linux-4.1.27/arch/m68k/amiga/ |
H A D | amiints.c | 51 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; ami_int1() local 54 if (ints & IF_TBE) { ami_int1() 60 if (ints & IF_DSKBLK) { ami_int1() 66 if (ints & IF_SOFT) { ami_int1() 74 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; ami_int3() local 77 if (ints & IF_BLIT) { ami_int3() 83 if (ints & IF_COPER) { ami_int3() 89 if (ints & IF_VERTB) { ami_int3() 97 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; ami_int4() local 100 if (ints & IF_AUD0) { ami_int4() 106 if (ints & IF_AUD1) { ami_int4() 112 if (ints & IF_AUD2) { ami_int4() 118 if (ints & IF_AUD3) { ami_int4() 126 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; ami_int5() local 129 if (ints & IF_RBF) { ami_int5() 135 if (ints & IF_DSKSYN) { ami_int5()
|
H A D | cia.c | 90 unsigned char ints; cia_handler() local 93 ints = cia_set_irq(base, CIA_ICR_ALL); cia_handler() 95 for (; ints; mach_irq++, ints >>= 1) { cia_handler() 96 if (ints & 1) cia_handler()
|
/linux-4.1.27/arch/blackfin/mach-common/ |
H A D | Makefile | 7 interrupt.o arch_checks.o ints-priority.o
|
/linux-4.1.27/arch/m68k/68000/ |
H A D | Makefile | 12 obj-y += entry.o ints.o timers.o
|
H A D | ints.c | 2 * ints.c - Generic interrupt controller support
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | Makefile | 19 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o 20 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
|
H A D | ints.c | 2 * linux/arch/m68k/kernel/ints.c -- Linux/m68k general interrupt handling code
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | q40_master.h | 24 #define INTERRUPT_REG IIRQ_REG /* "native" ints */ 28 #define SAMPLE_ENABLE_REG 0x14 /* generate SAMPLE ints */ 34 #define FRAME_RATE_REG 0x38 /* generate FRAME ints at 200 HZ rate */ 37 #define SER_ENABLE_REG 0x0c /* allow serial ints to be generated */ 39 #define EXT_ENABLE_REG 0x10 /* ... rest of the ISA ints ... */ 62 /* define some Q40 specific ints */
|
H A D | sun3xflop.h | 215 static void __init floppy_set_flags(int *ints,int param, int param2);
|
H A D | dvma.h | 209 /* For certain DMA chips, we need to disable ints upon irq entry
|
/linux-4.1.27/drivers/isdn/pcbit/ |
H A D | module.c | 98 int ints[MAX_PARA + 1]; pcbit_setup() local 100 str = get_options(line, MAX_PARA, ints); pcbit_setup() 101 argc = ints[0]; pcbit_setup() 108 mem[i] = ints[j]; pcbit_setup() 113 irq[i] = ints[j]; pcbit_setup()
|
/linux-4.1.27/arch/arm/plat-omap/ |
H A D | i2c.c | 54 int ints[3]; omap_i2c_bus_setup() local 56 get_options(str, 3, ints); omap_i2c_bus_setup() 57 if (ints[0] < 2 || ints[1] < 1 || omap_i2c_bus_setup() 58 ints[1] > OMAP_I2C_MAX_CONTROLLERS) omap_i2c_bus_setup() 60 i2c_pdata[ints[1] - 1].clkrate = ints[2]; omap_i2c_bus_setup() 61 i2c_pdata[ints[1] - 1].clkrate |= OMAP_I2C_CMDLINE_SETUP; omap_i2c_bus_setup()
|
/linux-4.1.27/drivers/scsi/ |
H A D | mac_scsi.c | 97 int ints[7]; mac_scsi_setup() local 99 (void)get_options(str, ARRAY_SIZE(ints), ints); mac_scsi_setup() 101 if (ints[0] < 1 || ints[0] > 6) { mac_scsi_setup() 105 if (ints[0] >= 1) mac_scsi_setup() 106 setup_can_queue = ints[1]; mac_scsi_setup() 107 if (ints[0] >= 2) mac_scsi_setup() 108 setup_cmd_per_lun = ints[2]; mac_scsi_setup() 109 if (ints[0] >= 3) mac_scsi_setup() 110 setup_sg_tablesize = ints[3]; mac_scsi_setup() 111 if (ints[0] >= 4) mac_scsi_setup() 112 setup_hostid = ints[4]; mac_scsi_setup() 113 if (ints[0] >= 5) mac_scsi_setup() 114 setup_use_tagged_queuing = ints[5]; mac_scsi_setup() 115 if (ints[0] >= 6) mac_scsi_setup() 116 setup_use_pdma = ints[6]; mac_scsi_setup()
|
H A D | g_NCR5380.c | 114 * @ints: numeric parameters 122 static void __init internal_setup(int board, char *str, int *ints) internal_setup() argument 127 if (ints[0] != 2 && ints[0] != 3) { internal_setup() 133 if (ints[0] != 2) { internal_setup() 139 if (ints[0] != 2) { internal_setup() 145 if (ints[0] != 2) { internal_setup() 153 overrides[commandline_current].NCR5380_map_name = (NCR5380_map_type) ints[1]; internal_setup() 154 overrides[commandline_current].irq = ints[2]; internal_setup() 155 if (ints[0] == 3) internal_setup() 156 overrides[commandline_current].dma = ints[3]; internal_setup() 175 int ints[10]; do_NCR5380_setup() local 177 get_options(str, ARRAY_SIZE(ints), ints); do_NCR5380_setup() 178 internal_setup(BOARD_NCR5380, str, ints); do_NCR5380_setup() 185 * @ints: integer parameters from kernel setup code 193 int ints[10]; do_NCR53C400_setup() local 195 get_options(str, ARRAY_SIZE(ints), ints); do_NCR53C400_setup() 196 internal_setup(BOARD_NCR53C400, str, ints); do_NCR53C400_setup() 203 * @ints: integer parameters from kernel setup code 211 int ints[10]; do_NCR53C400A_setup() local 213 get_options(str, ARRAY_SIZE(ints), ints); do_NCR53C400A_setup() 214 internal_setup(BOARD_NCR53C400A, str, ints); do_NCR53C400A_setup() 221 * @ints: integer parameters from kernel setup code 229 int ints[10]; do_DTC3181E_setup() local 231 get_options(str, ARRAY_SIZE(ints), ints); do_DTC3181E_setup() 232 internal_setup(BOARD_DTC3181E, str, ints); do_DTC3181E_setup()
|
H A D | sym53c416.c | 544 void sym53c416_setup(char *str, int *ints) sym53c416_setup() argument 553 if(ints[0] < 1 || ints[0] > 2) sym53c416_setup() 560 if(hosts[i].base == ints[1]) sym53c416_setup() 564 hosts[host_index].base = ints[1]; sym53c416_setup() 565 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0; sym53c416_setup() 597 int ints[2]; sym53c416_probe() local 599 ints[0] = 1; sym53c416_probe() 603 ints[1] = *base; sym53c416_probe() 604 sym53c416_setup(NULL, ints); sym53c416_probe() 620 int ints[3]; sym53c416_detect() local 622 ints[0] = 2; sym53c416_detect() 625 ints[1] = sym53c416_base[0]; sym53c416_detect() 626 ints[2] = sym53c416_base[1]; sym53c416_detect() 627 sym53c416_setup(NULL, ints); sym53c416_detect() 631 ints[1] = sym53c416_base_1[0]; sym53c416_detect() 632 ints[2] = sym53c416_base_1[1]; sym53c416_detect() 633 sym53c416_setup(NULL, ints); sym53c416_detect() 637 ints[1] = sym53c416_base_2[0]; sym53c416_detect() 638 ints[2] = sym53c416_base_2[1]; sym53c416_detect() 639 sym53c416_setup(NULL, ints); sym53c416_detect() 643 ints[1] = sym53c416_base_3[0]; sym53c416_detect() 644 ints[2] = sym53c416_base_3[1]; sym53c416_detect() 645 sym53c416_setup(NULL, ints); sym53c416_detect()
|
H A D | dtc.c | 142 * Function : dtc_setup(char *str, int *ints) 146 * Inputs : str - unused, ints - array of integer parameters with ints[0] 147 * equal to the number of ints. 155 int ints[10]; dtc_setup() local 157 get_options(str, ARRAY_SIZE(ints), ints); dtc_setup() 158 if (ints[0] != 2) dtc_setup() 161 overrides[commandline_current].address = ints[1]; dtc_setup() 162 overrides[commandline_current].irq = ints[2]; dtc_setup() 164 if (bases[i].address == ints[1]) { dtc_setup()
|
H A D | t128.c | 118 * Function : t128_setup(char *str, int *ints) 122 * Inputs : str - unused, ints - array of integer parameters with ints[0] 123 * equal to the number of ints. 131 int ints[10]; t128_setup() local 133 get_options(str, ARRAY_SIZE(ints), ints); t128_setup() 134 if (ints[0] != 2) t128_setup() 138 overrides[commandline_current].address = ints[1]; t128_setup() 139 overrides[commandline_current].irq = ints[2]; t128_setup() 141 if (bases[i].address == ints[1]) { t128_setup()
|
H A D | sym53c416.h | 32 static void sym53c416_setup(char *str, int *ints);
|
H A D | pas16.c | 297 * Function : pas16_setup(char *str, int *ints) 301 * Inputs : str - unused, ints - array of integer parameters with ints[0] 302 * equal to the number of ints. 310 int ints[10]; pas16_setup() local 312 get_options(str, ARRAY_SIZE(ints), ints); pas16_setup() 313 if (ints[0] != 2) pas16_setup() 317 overrides[commandline_current].io_port = (unsigned short) ints[1]; pas16_setup() 318 overrides[commandline_current].irq = ints[2]; pas16_setup() 320 if (bases[i].io_port == (unsigned short) ints[1]) { pas16_setup()
|
H A D | wd7000.c | 607 static void __init setup_error(char *mesg, int *ints) setup_error() argument 609 if (ints[0] == 3) setup_error() 610 printk(KERN_ERR "wd7000_setup: \"wd7000=%d,%d,0x%x\" -> %s\n", ints[1], ints[2], ints[3], mesg); setup_error() 611 else if (ints[0] == 4) setup_error() 612 printk(KERN_ERR "wd7000_setup: \"wd7000=%d,%d,0x%x,%d\" -> %s\n", ints[1], ints[2], ints[3], ints[4], mesg); setup_error() 614 printk(KERN_ERR "wd7000_setup: \"wd7000=%d,%d,0x%x,%d,%d\" -> %s\n", ints[1], ints[2], ints[3], ints[4], ints[5], mesg); setup_error() 636 int ints[6]; wd7000_setup() local 638 (void) get_options(str, ARRAY_SIZE(ints), ints); wd7000_setup() 645 if ((ints[0] < 3) || (ints[0] > 5)) { wd7000_setup() 649 if (ints[1] == wd7000_irq[i]) wd7000_setup() 653 setup_error("invalid IRQ.", ints); wd7000_setup() 656 configs[wd7000_card_num].irq = ints[1]; wd7000_setup() 659 if (ints[2] == wd7000_dma[i]) wd7000_setup() 663 setup_error("invalid DMA channel.", ints); wd7000_setup() 666 configs[wd7000_card_num].dma = ints[2]; wd7000_setup() 669 if (ints[3] == wd7000_iobase[i]) wd7000_setup() 673 setup_error("invalid I/O base address.", ints); wd7000_setup() 676 configs[wd7000_card_num].iobase = ints[3]; wd7000_setup() 678 if (ints[0] > 3) { wd7000_setup() 679 if ((ints[4] < 500) || (ints[4] > 31875)) { wd7000_setup() 680 setup_error("BUS_ON value is out of range (500" " to 31875 nanoseconds)!", ints); wd7000_setup() 683 configs[wd7000_card_num].bus_on = ints[4] / 125; wd7000_setup() 687 if (ints[0] > 4) { wd7000_setup() 688 if ((ints[5] < 500) || (ints[5] > 31875)) { wd7000_setup() 689 setup_error("BUS_OFF value is out of range (500" " to 31875 nanoseconds)!", ints); wd7000_setup() 692 configs[wd7000_card_num].bus_off = ints[5] / 125; wd7000_setup() 702 setup_error("duplicated IRQ!", ints); wd7000_setup() 706 setup_error("duplicated DMA " "channel!", ints); wd7000_setup() 710 setup_error("duplicated I/O " "base address!", ints); wd7000_setup()
|
H A D | mvme147.c | 26 m147_pcc->dma_intr = 0x89; /* Ack and enable ints */ mvme147_intr() 112 m147_pcc->dma_intr = 0x89; /* Ack and enable ints */ mvme147_detect()
|
H A D | mvme16x_scsi.c | 82 /* Enable scsi chip ints */ mvme16x_probe() 110 /* Disable scsi chip ints */ mvme16x_device_remove()
|
H A D | atari_scsi.c | 245 * end-of-DMA, both SCSI ints are triggered simultaneously, so the NCR int has 491 int ints[6]; atari_scsi_setup() local 493 get_options(str, ARRAY_SIZE(ints), ints); atari_scsi_setup() 495 if (ints[0] < 1) { atari_scsi_setup() 499 if (ints[0] >= 1) atari_scsi_setup() 500 setup_can_queue = ints[1]; atari_scsi_setup() 501 if (ints[0] >= 2) atari_scsi_setup() 502 setup_cmd_per_lun = ints[2]; atari_scsi_setup() 503 if (ints[0] >= 3) atari_scsi_setup() 504 setup_sg_tablesize = ints[3]; atari_scsi_setup() 505 if (ints[0] >= 4) atari_scsi_setup() 506 setup_hostid = ints[4]; atari_scsi_setup() 508 if (ints[0] >= 5) atari_scsi_setup() 509 setup_use_tagged_queuing = ints[5]; atari_scsi_setup()
|
H A D | NCR53c406a.c | 615 int ints[4]; NCR53c406a_setup() local 624 get_options(str, 4, ints); NCR53c406a_setup() 625 if (ints[0] < 1 || ints[0] > 3) { NCR53c406a_setup() 631 if (ports[i] == ints[1]) { NCR53c406a_setup() 632 port_base = ints[1]; NCR53c406a_setup() 637 printk("NCR53c406a: Invalid PORTBASE 0x%x specified\n", ints[1]); NCR53c406a_setup() 641 if (ints[0] > 1) { NCR53c406a_setup() 642 if (ints[2] == 0) { NCR53c406a_setup() 648 if (intrs[i] == ints[2]) { NCR53c406a_setup() 649 irq_level = ints[2]; NCR53c406a_setup() 654 printk("NCR53c406a: Invalid IRQ %d specified\n", ints[2]); NCR53c406a_setup() 657 if (ints[0] > 2) NCR53c406a_setup() 658 fast_pio = ints[3]; NCR53c406a_setup()
|
H A D | wd33c93.h | 300 #define L2_NONE 1 /* no combination commands - we get lots of ints */ 302 #define L2_BASIC 3 /* resume after STATUS ints & RDP messages */ 303 #define L2_DATA 4 /* resume after DATA_IN/OUT ints */ 305 #define L2_RESELECT 6 /* resume after everything, including RESELECT ints */
|
H A D | in2000.h | 118 #define SW_DISINT 0x04 /* bit 2 true if ints disabled */ 343 #define L2_NONE 0 /* no combination commands - we get lots of ints */ 345 #define L2_BASIC 2 /* resume after STATUS ints & RDP messages */ 346 #define L2_DATA 3 /* resume after DATA_IN/OUT ints */ 348 #define L2_RESELECT 5 /* resume after everything, including RESELECT ints */
|
H A D | qlogicfas408.c | 229 while (inb(qbase + 5)); /* clear ints */ ql_icmd() 232 outb(0, qbase + 0xb); /* disable ints */ ql_icmd() 352 cpu_relax(); /* clear pending ints */ 584 outb(0, qbase + 0xb); /* disable ints */ qlogicfas408_disable_ints()
|
H A D | fdomain.c | 433 static unsigned short ints[] = { 3, 5, 10, 11, 12, 14, 15, 0 }; variable 557 int ints[4]; fdomain_setup() local 559 (void)get_options(str, ARRAY_SIZE(ints), ints); fdomain_setup() 561 if (setup_called++ || ints[0] < 2 || ints[0] > 3) { fdomain_setup() 567 port_base = ints[0] >= 1 ? ints[1] : 0; fdomain_setup() 568 interrupt_level = ints[0] >= 2 ? ints[2] : 0; fdomain_setup() 569 this_id = ints[0] >= 3 ? ints[3] : 0; fdomain_setup() 659 unless one of the IRQs listed in the ints array is used by the board. 679 return ints[(options & 0x0e) >> 1]; fdomain_get_irq()
|
H A D | aha152x.c | 3367 int ints[10]; aha152x_setup() local 3369 get_options(str, ARRAY_SIZE(ints), ints); aha152x_setup() 3377 setup[setup_count].io_port = ints[0] >= 1 ? ints[1] : 0x340; aha152x_setup() 3378 setup[setup_count].irq = ints[0] >= 2 ? ints[2] : 11; aha152x_setup() 3379 setup[setup_count].scsiid = ints[0] >= 3 ? ints[3] : 7; aha152x_setup() 3380 setup[setup_count].reconnect = ints[0] >= 4 ? ints[4] : 1; aha152x_setup() 3381 setup[setup_count].parity = ints[0] >= 5 ? ints[5] : 1; aha152x_setup() 3382 setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 1; aha152x_setup() 3383 setup[setup_count].delay = ints[0] >= 7 ? ints[7] : DELAY_DEFAULT; aha152x_setup() 3384 setup[setup_count].ext_trans = ints[0] >= 8 ? ints[8] : 0; aha152x_setup() 3385 if (ints[0] > 8) { /*}*/ aha152x_setup()
|
H A D | gvp11.c | 45 void gvp11_setup(char *str, int *ints) gvp11_setup() argument 47 gvp11_xfer_mask = ints[1]; gvp11_setup()
|
H A D | u14-34f.c | 1033 static void internal_setup(char *str, int *ints) { internal_setup() argument 1034 int i, argc = ints[0]; internal_setup() 1041 for (i = 0; i < argc; i++) io_port[i] = ints[i + 1]; internal_setup() 1069 int ints[MAX_INT_PARAM]; option_setup() local 1074 ints[i++] = simple_strtoul(cur, NULL, 0); option_setup() 1079 ints[0] = i - 1; option_setup() 1080 internal_setup(cur, ints); option_setup()
|
H A D | gdth.c | 3733 TRACE2(("gdth_to(): ints %d, ios %d, act_stats %d, act_rq %d\n", gdth_timeout() 3759 static void __init internal_setup(char *str,int *ints) internal_setup() argument 3764 TRACE2(("internal_setup() str %s ints[0] %d\n", internal_setup() 3765 str ? str:"NULL", ints ? ints[0]:0)); internal_setup() 3767 /* read irq[] from ints[] */ internal_setup() 3768 if (ints) { internal_setup() 3769 argc = ints[0]; internal_setup() 3774 irq[i] = ints[i+1]; internal_setup() 3832 int ints[MAXHA]; option_setup() local 3839 ints[i++] = simple_strtoul(cur, NULL, 0); option_setup() 3843 ints[0] = i - 1; option_setup() 3844 internal_setup(cur, ints); option_setup()
|
H A D | eata.c | 1440 static void internal_setup(char *str, int *ints) internal_setup() argument 1442 int i, argc = ints[0]; internal_setup() 1450 io_port[i] = ints[i + 1]; internal_setup() 1496 int ints[MAX_INT_PARAM]; option_setup() local 1501 ints[i++] = simple_strtoul(cur, NULL, 0); option_setup() 1507 ints[0] = i - 1; option_setup() 1508 internal_setup(cur, ints); option_setup()
|
H A D | st.c | 3971 int i, len, ints[5]; st_setup() 3974 stp = get_options(str, ARRAY_SIZE(ints), ints); st_setup() 3976 if (ints[0] > 0) { st_setup() 3977 for (i = 0; i < ints[0] && i < ARRAY_SIZE(parms); i++) st_setup() 3979 *parms[i].val = ints[i + 1]; st_setup() 3955 int i, len, ints[5]; st_setup() local
|
H A D | in2000.c | 847 /* Get the spin_lock and disable further ints, for SMP */ in2000_intr() 1818 static void __init in2000_setup(char *str, int *ints) in2000_setup() argument 2016 write1_io(0, IO_INTR_MASK); /* allow all ints */ in2000_detect()
|
H A D | wd33c93.c | 1775 * ints[0] = how many numbers found and ints[1] through [n] are the values wd33c93_setup() 2165 "\ninterrupts: %ld, DATA_PHASE ints: %ld DMA, %ld PIO", wd33c93_show_info()
|
/linux-4.1.27/drivers/net/arcnet/ |
H A D | com20020-isa.c | 189 int ints[8]; com20020isa_setup() local 191 s = get_options(s, 8, ints); com20020isa_setup() 192 if (!ints[0]) com20020isa_setup() 195 switch (ints[0]) { com20020isa_setup() 199 timeout = ints[6]; com20020isa_setup() 201 clockp = ints[5]; com20020isa_setup() 203 backplane = ints[4]; com20020isa_setup() 205 node = ints[3]; com20020isa_setup() 207 irq = ints[2]; com20020isa_setup() 209 io = ints[1]; com20020isa_setup()
|
H A D | arc-rimi.c | 376 int ints[8]; arcrimi_setup() local 377 s = get_options(s, 8, ints); arcrimi_setup() 378 if (!ints[0]) arcrimi_setup() 380 switch (ints[0]) { arcrimi_setup() 384 node = ints[3]; arcrimi_setup() 386 irq = ints[2]; arcrimi_setup() 388 io = ints[1]; arcrimi_setup()
|
H A D | com90io.c | 371 int ints[4]; com90io_setup() local 372 s = get_options(s, 4, ints); com90io_setup() 373 if (!ints[0]) com90io_setup() 375 switch (ints[0]) { com90io_setup() 379 irq = ints[2]; com90io_setup() 381 io = ints[1]; com90io_setup()
|
H A D | com90xx.c | 678 int ints[8]; com90xx_setup() local 680 s = get_options(s, 8, ints); com90xx_setup() 681 if (!ints[0] && !*s) { com90xx_setup() 686 switch (ints[0]) { com90xx_setup() 690 shmem = ints[3]; com90xx_setup() 692 irq = ints[2]; com90xx_setup() 694 io = ints[1]; com90xx_setup()
|
/linux-4.1.27/sound/oss/ |
H A D | pas2_card.c | 440 int ints[9]; setup_pas2() local 442 str = get_options(str, ARRAY_SIZE(ints), ints); setup_pas2() 444 io = ints[1]; setup_pas2() 445 irq = ints[2]; setup_pas2() 446 dma = ints[3]; setup_pas2() 447 dma16 = ints[4]; setup_pas2() 449 sb_io = ints[5]; setup_pas2() 450 sb_irq = ints[6]; setup_pas2() 451 sb_dma = ints[7]; setup_pas2() 452 sb_dma16 = ints[8]; setup_pas2()
|
H A D | trix.c | 506 int ints[9]; setup_trix() local 508 str = get_options(str, ARRAY_SIZE(ints), ints); setup_trix() 510 io = ints[1]; setup_trix() 511 irq = ints[2]; setup_trix() 512 dma = ints[3]; setup_trix() 513 dma2 = ints[4]; setup_trix() 514 sb_io = ints[5]; setup_trix() 515 sb_irq = ints[6]; setup_trix() 516 sb_dma = ints[6]; setup_trix() 517 mpu_io = ints[7]; setup_trix() 518 mpu_irq = ints[8]; setup_trix()
|
H A D | uart6850.c | 350 int ints[3]; setup_uart6850() local 352 str = get_options(str, ARRAY_SIZE(ints), ints); setup_uart6850() 354 io = ints[1]; setup_uart6850() 355 irq = ints[2]; setup_uart6850()
|
H A D | uart401.c | 465 int ints[3]; setup_uart401() local 467 str = get_options(str, ARRAY_SIZE(ints), ints); setup_uart401() 469 io = ints[1]; setup_uart401() 470 irq = ints[2]; setup_uart401()
|
H A D | pss.c | 1255 int ints[7]; setup_pss() local 1257 str = get_options(str, ARRAY_SIZE(ints), ints); setup_pss() 1259 pss_io = ints[1]; setup_pss() 1260 mss_io = ints[2]; setup_pss() 1261 mss_irq = ints[3]; setup_pss() 1262 mss_dma = ints[4]; setup_pss() 1263 mpu_io = ints[5]; setup_pss() 1264 mpu_irq = ints[6]; setup_pss()
|
H A D | aedsp16.c | 1359 int ints[7]; setup_aedsp16() local 1361 str = get_options(str, ARRAY_SIZE(ints), ints); setup_aedsp16() 1363 io = ints[1]; setup_aedsp16() 1364 irq = ints[2]; setup_aedsp16() 1365 dma = ints[3]; setup_aedsp16() 1366 mss_base = ints[4]; setup_aedsp16() 1367 mpu_base = ints[5]; setup_aedsp16() 1368 mpu_irq = ints[6]; setup_aedsp16()
|
H A D | waveartist.c | 2026 int ints[5]; setup_waveartist() local 2028 str = get_options(str, ARRAY_SIZE(ints), ints); setup_waveartist() 2030 io = ints[1]; setup_waveartist() 2031 irq = ints[2]; setup_waveartist() 2032 dma = ints[3]; setup_waveartist() 2033 dma2 = ints[4]; setup_waveartist()
|
H A D | mpu401.c | 1792 int ints[3]; setup_mpu401() local 1794 str = get_options(str, ARRAY_SIZE(ints), ints); setup_mpu401() 1796 io = ints[1]; setup_mpu401() 1797 irq = ints[2]; setup_mpu401()
|
H A D | opl3.c | 1244 int ints[2]; setup_opl3() local 1246 str = get_options(str, ARRAY_SIZE(ints), ints); setup_opl3() 1248 io = ints[1]; setup_opl3()
|
H A D | ad1848.c | 3050 int ints[6]; setup_ad1848() local 3052 str = get_options(str, ARRAY_SIZE(ints), ints); setup_ad1848() 3054 io = ints[1]; setup_ad1848() 3055 irq = ints[2]; setup_ad1848() 3056 dma = ints[3]; setup_ad1848() 3057 dma2 = ints[4]; setup_ad1848() 3058 type = ints[5]; setup_ad1848()
|
/linux-4.1.27/lib/ |
H A D | cmdline.c | 22 * the values[M, M+1, ..., N] into the ints array in get_options. 76 * @ints: integer array 89 char *get_options(const char *str, int nints, int *ints) get_options() argument 94 res = get_option((char **)&str, ints + i); get_options() 99 range_nums = get_range((char **)&str, ints + i); get_options() 113 ints[0] = i - 1; get_options()
|
/linux-4.1.27/arch/m68k/atari/ |
H A D | ataints.c | 8 * Major change: The device-independent code in m68k/ints.c didn't know 9 * about non-autovec ints yet. It hardcoded the number of possible ints to 10 * 7 (IRQ1...IRQ7). But the Atari has lots of non-autovec ints! I made the 11 * number of possible ints a constant defined in interrupt.h, which is 149 unsigned char ints; mfptimer_handler() local 152 ints = base->int_mask; mfptimer_handler() 153 for (; ints; mach_irq++, ints >>= 1) { mfptimer_handler() 154 if (ints & 1) mfptimer_handler() 310 tt_scu.vme_mask = 0x60; /* enable MFP and SCC ints */ atari_init_IRQ()
|
H A D | stdma.c | 166 * Note: Returned status is only valid if ints are disabled while calling and 168 * If called with ints enabled, status can change only from locked to 169 * unlocked, because ints may not lock the ST-DMA.
|
H A D | debug.c | 282 /* RTS low, ints disabled */ atari_init_midi_port() 314 atari_turnoff_irq(IRQ_MFP_BUSY); /* avoid ints */ atari_debug_setup()
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
H A D | irq.c | 375 unsigned long ints = __raw_readl(LPC32XX_INTC_STAT(LPC32XX_SIC1_BASE)); lpc32xx_sic1_handler() local 377 while (ints != 0) { lpc32xx_sic1_handler() 378 int irqno = fls(ints) - 1; lpc32xx_sic1_handler() 380 ints &= ~(1 << irqno); lpc32xx_sic1_handler() 388 unsigned long ints = __raw_readl(LPC32XX_INTC_STAT(LPC32XX_SIC2_BASE)); lpc32xx_sic2_handler() local 390 while (ints != 0) { lpc32xx_sic2_handler() 391 int irqno = fls(ints) - 1; lpc32xx_sic2_handler() 393 ints &= ~(1 << irqno); lpc32xx_sic2_handler()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | mac.c | 848 enum ath9k_int ints = ah->imask; ath9k_hw_set_interrupts() local 853 if (!(ints & ATH9K_INT_GLOBAL)) ath9k_hw_set_interrupts() 856 ath_dbg(common, INTERRUPT, "New interrupt mask 0x%x\n", ints); ath9k_hw_set_interrupts() 858 mask = ints & ATH9K_INT_COMMON; ath9k_hw_set_interrupts() 861 if (ints & ATH9K_INT_TX) { ath9k_hw_set_interrupts() 875 if (ints & ATH9K_INT_RX) { ath9k_hw_set_interrupts() 894 if (ints & ATH9K_INT_GENTIMER) ath9k_hw_set_interrupts() 897 if (ints & (ATH9K_INT_BMISC)) { ath9k_hw_set_interrupts() 899 if (ints & ATH9K_INT_TIM) ath9k_hw_set_interrupts() 901 if (ints & ATH9K_INT_DTIM) ath9k_hw_set_interrupts() 903 if (ints & ATH9K_INT_DTIMSYNC) ath9k_hw_set_interrupts() 905 if (ints & ATH9K_INT_CABEND) ath9k_hw_set_interrupts() 907 if (ints & ATH9K_INT_TSFOOR) ath9k_hw_set_interrupts() 911 if (ints & (ATH9K_INT_GTT | ATH9K_INT_CST)) { ath9k_hw_set_interrupts() 913 if (ints & ATH9K_INT_GTT) ath9k_hw_set_interrupts() 915 if (ints & ATH9K_INT_CST) ath9k_hw_set_interrupts() 920 if (ints & ATH9K_INT_BB_WATCHDOG) { ath9k_hw_set_interrupts() 938 if (ints & ATH9K_INT_BB_WATCHDOG) ath9k_hw_set_interrupts() 946 if (ints & ATH9K_INT_TIM_TIMER) ath9k_hw_set_interrupts()
|
H A D | ar9003_mci.c | 347 static bool ar9003_mci_check_int(struct ath_hw *ah, u32 ints) ar9003_mci_check_int() argument 352 return ((intr & ints) == ints); ar9003_mci_check_int()
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
H A D | statfs.h | 12 * we mix ints of different sizes in our struct statfs.
|
H A D | zcrypt.h | 84 * Note that all shorts and ints are big-endian.
|
/linux-4.1.27/arch/parisc/math-emu/ |
H A D | fpudispatch.c | 200 /* All FP emulation code assumes that ints are 4-bytes in length */ fpudispatch() 255 /* All FP emulation code assumes that ints are 4-bytes in length */ emfpudispatch() 1129 struct { u_int i1; u_int i2; } ints; decode_06() member in union:__anon2221 1156 &mtmp.ints.i1,&status)) decode_06() 1159 &atmp.ints.i1,&atmp.ints.i1,&status)) decode_06() 1164 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, decode_06() 1167 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, decode_06() 1179 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, decode_06() 1182 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, decode_06() 1192 fpregs[tm] = mtmp.ints.i1; decode_06() 1193 fpregs[tm+1] = mtmp.ints.i2; decode_06() 1194 fpregs[ta] = atmp.ints.i1; decode_06() 1195 fpregs[ta+1] = atmp.ints.i2; decode_06() 1226 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, decode_06() 1229 if (sgl_to_sgl_fcnvfxt(&fpregs[ta],&atmp.ints.i1, decode_06() 1230 &atmp.ints.i1,&status)) decode_06() 1234 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1, decode_06() 1237 if (sgl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1, decode_06() 1245 fpregs[tm] = mtmp.ints.i1; decode_06() 1246 fpregs[ta] = atmp.ints.i1; decode_06() 1268 struct { u_int i1; u_int i2; } ints; decode_26() member in union:__anon2223 1291 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,&status)) decode_26() 1293 if (dbl_fsub(&fpregs[ta], &fpregs[ra], &atmp.ints.i1,&status)) decode_26() 1299 fpregs[tm] = mtmp.ints.i1; decode_26() 1300 fpregs[tm+1] = mtmp.ints.i2; decode_26() 1301 fpregs[ta] = atmp.ints.i1; decode_26() 1302 fpregs[ta+1] = atmp.ints.i2; decode_26() 1327 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,&status)) decode_26() 1329 if (sgl_fsub(&fpregs[ta], &fpregs[ra], &atmp.ints.i1,&status)) decode_26() 1335 fpregs[tm] = mtmp.ints.i1; decode_26() 1336 fpregs[ta] = atmp.ints.i1; decode_26()
|
/linux-4.1.27/drivers/video/console/ |
H A D | mdacon.c | 181 int ints[3]; mdacon_setup() local 183 str = get_options(str, ARRAY_SIZE(ints), ints); mdacon_setup() 185 if (ints[0] < 2) mdacon_setup() 188 if (ints[1] < 1 || ints[1] > MAX_NR_CONSOLES || mdacon_setup() 189 ints[2] < 1 || ints[2] > MAX_NR_CONSOLES) mdacon_setup() 192 mda_first_vc = ints[1]; mdacon_setup() 193 mda_last_vc = ints[2]; mdacon_setup()
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | sun4i-lradc-keys.c | 85 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; sun4i_lradc_irq() local 87 ints = readl(lradc->base + LRADC_INTS); sun4i_lradc_irq() 94 if (ints & CHAN0_KEYUP_IRQ) { sun4i_lradc_irq() 99 if ((ints & CHAN0_KEYDOWN_IRQ) && lradc->chan0_keycode == 0) { sun4i_lradc_irq() 117 writel(ints, lradc->base + LRADC_INTS); sun4i_lradc_irq()
|
H A D | lm8323.c | 379 u8 ints; lm8323_irq() local 384 while ((lm8323_read(lm, LM8323_CMD_READ_INT, &ints, 1) == 1) && ints) { lm8323_irq() 385 if (likely(ints & INT_KEYPAD)) lm8323_irq() 387 if (ints & INT_ROTATOR) { lm8323_irq() 391 if (ints & INT_ERROR) { lm8323_irq() 395 if (ints & INT_NOINIT) { lm8323_irq() 401 if (ints & (INT_PWM1 << i)) { lm8323_irq()
|
/linux-4.1.27/arch/m68k/q40/ |
H A D | q40ints.c | 47 /* test for ISA ints not implemented by HW */ q40_irq_startup() 87 /* setup handler for ISA ints */ q40_init_IRQ() 93 /* now enable some ints.. */ q40_init_IRQ() 187 /* complain only this many times about spurious ints : */ 191 /* FIXME: add shared ints,mask,unmask,probing.... */
|
/linux-4.1.27/arch/metag/tbx/ |
H A D | tbicore.S | 114 MOV D1Re0,#0 /* Prepare to disable ints */ 116 SWAP D1Re0,TXMASKI /* Really stop ints */ 128 MOV TXMASKI,D1Re0 /* Allow ints */
|
H A D | tbipcx.S | 367 AND D0Ar4,D0Ar4,#0xFFFF-TXSTATI_BGNDHALT_BIT /* What ints are off? */
|
/linux-4.1.27/drivers/block/ |
H A D | hd.c | 176 static void __init hd_setup(char *str, int *ints) hd_setup() argument 180 if (ints[0] != 3) hd_setup() 184 hd_info[hdind].head = ints[2]; hd_setup() 185 hd_info[hdind].sect = ints[3]; hd_setup() 186 hd_info[hdind].cyl = ints[1]; hd_setup() 188 hd_info[hdind].lzone = ints[1]; hd_setup() 189 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); hd_setup() 795 int ints[6]; parse_hd_setup() local 797 (void) get_options(line, ARRAY_SIZE(ints), ints); parse_hd_setup() 798 hd_setup(NULL, ints); parse_hd_setup()
|
H A D | ataflop.c | 414 /* protect against various other ints mucking around with the PSG */ fd_select_side() 437 /* protect against various other ints mucking around with the PSG */ fd_select_drive() 464 /* protect against various other ints mucking around with the PSG */ fd_deselect() 529 /* protect against various other ints mucking around with the PSG */ check_change() 2000 int ints[3 + FD_MAX_UNITS]; atari_floppy_setup() local 2006 str = get_options(str, 3 + FD_MAX_UNITS, ints); atari_floppy_setup() 2008 if (ints[0] < 1) { atari_floppy_setup() 2012 else if (ints[0] > 2+FD_MAX_UNITS) { atari_floppy_setup() 2016 if (ints[1] < 0 || ints[1] > 2) atari_floppy_setup() 2019 DriveType = ints[1]; atari_floppy_setup() 2021 if (ints[0] >= 2) atari_floppy_setup() 2022 UseTrackbuffer = (ints[2] > 0); atari_floppy_setup() 2024 for( i = 3; i <= ints[0] && i-3 < FD_MAX_UNITS; ++i ) { atari_floppy_setup() 2025 if (ints[i] != 2 && ints[i] != 3 && ints[i] != 6 && ints[i] != 12) atari_floppy_setup() 2028 UserSteprate[i-3] = ints[i]; atari_floppy_setup()
|
H A D | cpqarray.c | 729 int i, ints[9]; cpqarray_setup() local 731 (void)get_options(str, ARRAY_SIZE(ints), ints); cpqarray_setup() 733 for(i=0; i<ints[0] && i<8; i++) cpqarray_setup() 734 eisa[i] = ints[i+1]; cpqarray_setup()
|
H A D | floppy.c | 122 * days, 6 hours, 32 minutes and 32 seconds (i.e. MAXINT jiffies; ints were 3972 static void __init floppy_set_flags(int *ints, int param, int param2) floppy_set_flags() argument 3985 static void __init daring(int *ints, int param, int param2) daring() argument 4004 static void __init set_cmos(int *ints, int dummy, int dummy2) set_cmos() argument 4008 if (ints[0] != 2) { set_cmos() 4012 current_drive = ints[1]; set_cmos() 4021 DP->cmos = ints[2]; set_cmos() 4022 DPRINT("setting CMOS code to %d\n", ints[2]); set_cmos() 4027 void (*fn) (int *ints, int param, int param2); 4066 int ints[11]; floppy_setup() local 4068 str = get_options(str, ARRAY_SIZE(ints), ints); floppy_setup() 4072 if (ints[0]) floppy_setup() 4073 param = ints[1]; floppy_setup() 4077 config_params[i].fn(ints, param, floppy_setup()
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | baycom_ser_fdx.c | 61 * 0.4 08.07.1997 alternative ser12 decoding algorithm (uses delta CTS ints) 455 * the baud rate is set to produce 100 ints/sec ser12_open() 457 * during transmit to baud ints/sec to run ser12_open() 697 int ints[4]; baycom_ser_fdx_setup() local 701 str = get_options(str, 4, ints); baycom_ser_fdx_setup() 702 if (ints[0] < 2) baycom_ser_fdx_setup() 705 iobase[nr_dev] = ints[1]; baycom_ser_fdx_setup() 706 irq[nr_dev] = ints[2]; baycom_ser_fdx_setup() 707 if (ints[0] >= 3) baycom_ser_fdx_setup() 708 baud[nr_dev] = ints[3]; baycom_ser_fdx_setup()
|
H A D | baycom_par.c | 59 * 0.4 08.07.1997 alternative ser12 decoding algorithm (uses delta CTS ints) 559 int ints[2]; baycom_par_setup() local 563 str = get_options(str, 2, ints); baycom_par_setup() 564 if (ints[0] < 1) baycom_par_setup() 567 iobase[nr_dev] = ints[1]; baycom_par_setup()
|
H A D | baycom_ser_hdx.c | 53 * 0.4 08.07.1997 alternative ser12 decoding algorithm (uses delta CTS ints) 726 int ints[3]; baycom_ser_hdx_setup() local 730 str = get_options(str, 3, ints); baycom_ser_hdx_setup() 731 if (ints[0] < 2) baycom_ser_hdx_setup() 734 iobase[nr_dev] = ints[1]; baycom_ser_hdx_setup() 735 irq[nr_dev] = ints[2]; baycom_ser_hdx_setup()
|
H A D | baycom_epp.c | 1274 int ints[2]; baycom_epp_setup() local 1278 str = get_options(str, 2, ints); baycom_epp_setup() 1279 if (ints[0] < 1) baycom_epp_setup() 1282 iobase[nr_dev] = ints[1]; baycom_epp_setup()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | rio.h | 49 /* ints fwded to another XAPIC */
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_export.h | 25 * 32bit unsigned ints in host order. There are 5 possible
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | ldcw.h | 9 we use a struct containing an array of four ints for the atomic lock
|
/linux-4.1.27/include/linux/ |
H A D | hash.h | 3 /* Fast hashing routine for ints, longs and pointers.
|
H A D | kernel.h | 204 * abs() handles unsigned and signed longs, ints, shorts and chars. For all 421 extern char *get_options(const char *str, int nints, int *ints);
|
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | jade.c | 122 /* Unmask ints */ modejade() 126 /* Mask ints */ modejade() 269 /* Unmask ints */ clear_pending_jade_ints()
|
H A D | bkm_a4t.c | 226 /* Disable ints */ BKM_card_msg() 246 /* Enable ints */ BKM_card_msg()
|
H A D | bkm_a8.c | 229 /* Disable ints */ BKM_card_msg() 248 /* Enable ints */ BKM_card_msg()
|
H A D | config.c | 407 int ints[MAX_ARG + 1]; HiSax_setup() local 410 str = get_options(line, MAX_ARG, ints); HiSax_setup() 411 argc = ints[0]; HiSax_setup() 418 cards[i].typ = ints[j]; HiSax_setup() 423 cards[i].protocol = ints[j]; HiSax_setup() 428 cards[i].para[0] = ints[j]; HiSax_setup() 433 cards[i].para[1] = ints[j]; HiSax_setup() 438 cards[i].para[2] = ints[j]; HiSax_setup()
|
H A D | hfc_sx.c | 383 /* Clear already pending ints */ reset_hfcsx() 1289 /* Clear already pending ints */ hfcsx_bh()
|
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/ |
H A D | igbvf.h | 45 #define IGBVF_START_ITR 488 /* ~8000 ints/sec */ 199 u32 requested_itr; /* ints/sec or adaptive */ 200 u32 current_itr; /* Actual ITR register value, not ints/sec */
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ohci-hcd.c | 856 int ints; ohci_irq() local 862 ints = ohci_readl(ohci, ®s->intrstatus); ohci_irq() 867 if (ints == ~(u32)0) { ohci_irq() 875 ints &= ohci_readl(ohci, ®s->intrenable); ohci_irq() 878 if (ints == 0 || unlikely(ohci->rh_state == OHCI_RH_HALTED)) ohci_irq() 881 if (ints & OHCI_INTR_UE) { ohci_irq() 902 if (ints & OHCI_INTR_RHSC) { ohci_irq() 924 else if (ints & OHCI_INTR_RD) { ohci_irq() 937 if (ints & OHCI_INTR_WDH) ohci_irq() 946 if ((ints & OHCI_INTR_SF) != 0 && !ohci->ed_rm_list ohci_irq() 951 ohci_writel (ohci, ints, ®s->intrstatus); ohci_irq() 952 if (ints & OHCI_INTR_WDH) ohci_irq()
|
H A D | imx21-hcd.c | 1413 u32 ints = readl(imx21->regs + USBH_SYSISR); imx21_irq() local 1415 if (ints & USBH_SYSIEN_HERRINT) imx21_irq() 1418 if (ints & USBH_SYSIEN_SORINT) imx21_irq() 1421 if (ints & (USBH_SYSISR_DONEINT | USBH_SYSISR_SOFINT)) imx21_irq() 1422 process_etds(hcd, imx21, ints & USBH_SYSISR_SOFINT); imx21_irq() 1424 writel(ints, imx21->regs + USBH_SYSISR); imx21_irq()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | sys_noritake.c | 145 * 0 All valid ints from summary regs 2 & 3 164 * 0 OR of all unmasked ints in SR #2 165 * 1 OR of secondary bus ints
|
/linux-4.1.27/drivers/net/wireless/p54/ |
H A D | p54spi.c | 494 u32 ints; p54spi_work() local 502 ints = p54spi_read32(priv, SPI_ADRS_HOST_INTERRUPTS); p54spi_work() 504 if (ints & SPI_HOST_INT_READY) { p54spi_work() 512 if (ints & SPI_HOST_INT_UPDATE) { p54spi_work() 518 if (ints & SPI_HOST_INT_SW_UPDATE) { p54spi_work()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
H A D | pic.c | 402 const u32 *ints = NULL; of_irq_parse_oldworld() local 414 ints = of_get_property(device, "AAPL,interrupts", &intlen); of_irq_parse_oldworld() 415 if (ints != NULL) of_irq_parse_oldworld() 421 if (ints == NULL) of_irq_parse_oldworld() 429 out_irq->args[0] = ints[index]; of_irq_parse_oldworld()
|
/linux-4.1.27/drivers/net/appletalk/ |
H A D | ltpc.c | 1198 int ints[5]; ltpc_setup() local 1200 str = get_options(str, ARRAY_SIZE(ints), ints); ltpc_setup() 1202 if (ints[0] == 0) { ltpc_setup() 1213 io = ints[1]; ltpc_setup() 1214 if (ints[0] > 1) { ltpc_setup() 1215 irq = ints[2]; ltpc_setup() 1217 if (ints[0] > 2) { ltpc_setup() 1218 dma = ints[3]; ltpc_setup()
|
/linux-4.1.27/drivers/dma/bestcomm/ |
H A D | ata.c | 97 out_be32(&bcom_eng->regs->IntPend, 1<<tsk->tasknum); /* Clear ints */ bcom_ata_init()
|
H A D | fec.c | 151 out_be32(&bcom_eng->regs->IntPend, 1<<tsk->tasknum); /* Clear ints */ bcom_fec_rx_reset() 252 out_be32(&bcom_eng->regs->IntPend, 1<<tsk->tasknum); /* Clear ints */ bcom_fec_tx_reset()
|
H A D | gen_bd.c | 158 out_be32(&bcom_eng->regs->IntPend, 1<<tsk->tasknum); /* Clear ints */ bcom_gen_bd_rx_reset() 242 out_be32(&bcom_eng->regs->IntPend, 1<<tsk->tasknum); /* Clear ints */ bcom_gen_bd_tx_reset()
|
/linux-4.1.27/fs/jfs/ |
H A D | ioctl.c | 174 * the actual implementation only deals with ints and is compatible. jfs_compat_ioctl()
|
/linux-4.1.27/arch/m68k/mvme147/ |
H A D | config.c | 127 m147_pcc->t1_int_cntrl = PCC_TIMER_INT_CLR; /* clear pending ints */ mvme147_sched_init()
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | floppy.h | 139 static void driveswap(int *ints, int dummy, int dummy2) driveswap() argument
|
/linux-4.1.27/samples/kfifo/ |
H A D | inttype-example.c | 20 /* fifo size in elements (ints) */
|
/linux-4.1.27/sound/oss/dmasound/ |
H A D | dmasound_core.c | 1462 int ints[6], size; dmasound_setup() local 1464 str = get_options(str, ARRAY_SIZE(ints), ints); dmasound_setup() 1472 switch (ints[0]) { dmasound_setup() 1474 if ((ints[3] < 0) || (ints[3] > MAX_CATCH_RADIUS)) dmasound_setup() 1477 catchRadius = ints[3]; dmasound_setup() 1480 if (ints[1] < MIN_BUFFERS) dmasound_setup() 1483 numWriteBufs = ints[1]; dmasound_setup() 1486 if ((size = ints[2]) < 256) /* check for small buffer specs */ dmasound_setup()
|
/linux-4.1.27/drivers/net/ethernet/hisilicon/ |
H A D | hix5hd2_gmac.c | 568 int ints, num; hix5hd2_poll() local 578 ints = readl_relaxed(priv->base + RAW_PMU_INT); hix5hd2_poll() 579 writel_relaxed(ints, priv->base + RAW_PMU_INT); hix5hd2_poll() 580 } while (ints & DEF_INT_MASK); hix5hd2_poll() 594 int ints = readl_relaxed(priv->base + RAW_PMU_INT); hix5hd2_interrupt() local 596 writel_relaxed(ints, priv->base + RAW_PMU_INT); hix5hd2_interrupt() 597 if (likely(ints & DEF_INT_MASK)) { hix5hd2_interrupt()
|
/linux-4.1.27/arch/mips/ath25/ |
H A D | ar2315_regs.h | 360 #define AR2315_LBM_RX_INTEN 0x00000002 /* Enable LB ints on RX ready */ 361 #define AR2315_LBM_MBOXWR_INTEN 0x00000004 /* Enable LB ints on mbox wr */ 362 #define AR2315_LBM_MBOXRD_INTEN 0x00000008 /* Enable LB ints on mbox rd */
|
/linux-4.1.27/arch/mips/include/asm/sn/sn0/ |
H A D | hubpi.h | 70 #define PI_INT_PEND_MOD 0x000090 /* Write to set pending ints */ 71 #define PI_INT_PEND0 0x000098 /* Read to get pending ints */ 72 #define PI_INT_PEND1 0x0000a0 /* Read to get pending ints */
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | msc01_ic.h | 34 #define MSC01_IC_EOI_OFS 0x001c0 /* Enable lower level ints */
|
/linux-4.1.27/arch/powerpc/platforms/512x/ |
H A D | mpc5121_ads_cpld.c | 188 /* unmask pci ints in misc mask */ mpc5121_ads_cpld_pic_init()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | r2300_switch.S | 77 * updating $28, $29 and kernelsp without disabling ints.
|
H A D | r4k_switch.S | 93 * updating $28, $29 and kernelsp without disabling ints.
|
H A D | signal32.c | 369 3 ints plus the relevant union member. copy_siginfo_to_user32()
|
H A D | octeon_switch.S | 95 * updating $28, $29 and kernelsp without disabling ints.
|
/linux-4.1.27/include/linux/mmc/ |
H A D | sdio.h | 119 #define SDIO_CCCR_CAP_E4MI 0x20 /* enable ints during 4-bit CMD53 */
|
/linux-4.1.27/drivers/net/plip/ |
H A D | plip.c | 1350 int ints[4]; plip_setup() local 1352 str = get_options(str, ARRAY_SIZE(ints), ints); plip_setup() 1365 if (ints[0] == 0 || ints[1] == 0) { plip_setup() 1370 ints[1]); plip_setup()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gf100.c | 738 u32 ints = (intr >> (unkn * 0x04)) & inte; gf100_fifo_intr_engine_unit() local 739 if (ints & 0x1) { gf100_fifo_intr_engine_unit() 741 ints &= ~1; gf100_fifo_intr_engine_unit() 743 if (ints) { gf100_fifo_intr_engine_unit() 744 nv_error(priv, "ENGINE %d %d %01x", engn, unkn, ints); gf100_fifo_intr_engine_unit() 745 nv_mask(priv, 0x002628, ints, 0); gf100_fifo_intr_engine_unit()
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | gadget.c | 108 * @ints: A bitmask of the interrupts to enable 110 static void s3c_hsotg_en_gsint(struct dwc2_hsotg *hsotg, u32 ints) s3c_hsotg_en_gsint() argument 115 new_gsintmsk = gsintmsk | ints; s3c_hsotg_en_gsint() 126 * @ints: A bitmask of the interrupts to enable 128 static void s3c_hsotg_disable_gsint(struct dwc2_hsotg *hsotg, u32 ints) s3c_hsotg_disable_gsint() argument 133 new_gsintmsk = gsintmsk & ~ints; s3c_hsotg_disable_gsint() 1929 u32 ints; s3c_hsotg_epint() local 1932 ints = readl(hsotg->regs + epint_reg); s3c_hsotg_epint() 1936 writel(ints, hsotg->regs + epint_reg); s3c_hsotg_epint() 1945 __func__, idx, dir_in ? "in" : "out", ints); s3c_hsotg_epint() 1948 if (idx == 0 && (ints & (DXEPINT_SETUP | DXEPINT_SETUP_RCVD))) s3c_hsotg_epint() 1949 ints &= ~DXEPINT_XFERCOMPL; s3c_hsotg_epint() 1951 if (ints & DXEPINT_XFERCOMPL) { s3c_hsotg_epint() 1984 if (ints & DXEPINT_EPDISBLD) { s3c_hsotg_epint() 2002 if (ints & DXEPINT_AHBERR) s3c_hsotg_epint() 2005 if (ints & DXEPINT_SETUP) { /* Setup or Timeout */ s3c_hsotg_epint() 2023 if (ints & DXEPINT_BACK2BACKSETUP) s3c_hsotg_epint() 2028 if (ints & DIEPMSK_INTKNTXFEMPMSK) { s3c_hsotg_epint() 2034 if (ints & DIEPMSK_INTKNEPMISMSK) { s3c_hsotg_epint() 2041 ints & DIEPMSK_TXFIFOEMPTY) { s3c_hsotg_epint()
|
/linux-4.1.27/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | 542 case RTC_PIE_ON: /* Allow periodic ints */ hp_sdc_rtc_ioctl() 543 case RTC_UIE_ON: /* Allow ints for RTC updates. */ hp_sdc_rtc_ioctl() 544 case RTC_UIE_OFF: /* Allow ints for RTC updates. */ hp_sdc_rtc_ioctl()
|
/linux-4.1.27/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 92 If an SCB does not have any associated DMA requestor, these 9 ints 97 Basic (non scatter/gather) DMA requestor (4 ints) 104 /* Scatter/gather DMA requestor extension (5 ints)
|
H A D | dsp_spos_scb_lib.c | 541 /* Basic (non scatter/gather) DMA requestor (4 ints) */ cs46xx_dsp_create_pcm_reader_scb() 558 /* Scatter/gather DMA requestor extension (5 ints) */ cs46xx_dsp_create_pcm_reader_scb() 815 /* Basic (non scatter/gather) DMA requestor (4 ints) */ cs46xx_dsp_create_mix_to_ostream_scb()
|
/linux-4.1.27/drivers/isdn/icn/ |
H A D | icn.c | 1602 int ints[3]; icn_setup() local 1606 str = get_options(line, 2, ints); icn_setup() 1607 if (ints[0]) icn_setup() 1608 portbase = ints[1]; icn_setup() 1609 if (ints[0] > 1) icn_setup() 1610 membase = (unsigned long)ints[2]; icn_setup()
|
/linux-4.1.27/drivers/macintosh/ |
H A D | via-pmu.c | 1340 unsigned char ints, pirq; pmu_handle_data() local 1351 ints = data[0]; pmu_handle_data() 1354 if (ints == 0) pmu_handle_data() 1358 if (ints & PMU_INT_ADB) pmu_handle_data() 1359 ints &= ~(PMU_INT_ADB_AUTO | PMU_INT_AUTO_SRQ_POLL); pmu_handle_data() 1363 if (ints == 0) { pmu_handle_data() 1370 if (ints & (1 << pirq)) pmu_handle_data() 1374 ints &= ~(1 << pirq); pmu_handle_data()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 332 .name = "Interrupt Throttling Rate (ints/sec)", e1000e_check_options() 391 "%s set to simplified (2000-8000 ints) mode\n", e1000e_check_options()
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | setup.c | 659 seq_printf(f,"num ints\t: %d\n" c_show() 660 "ext ints\t: %d\n" c_show()
|
/linux-4.1.27/drivers/char/ |
H A D | genrtc.c | 288 case RTC_UIE_OFF: /* disable ints from RTC updates. */ gen_rtc_ioctl() 292 case RTC_UIE_ON: /* enable ints for RTC updates. */ gen_rtc_ioctl()
|
H A D | rtc.c | 445 case RTC_PIE_ON: /* Allow periodic ints */ rtc_do_ioctl() 469 case RTC_UIE_OFF: /* Mask ints from RTC updates. */ rtc_do_ioctl() 474 case RTC_UIE_ON: /* Allow ints for RTC updates. */ rtc_do_ioctl()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | io_ionsp.h | 178 #define IOSP_CMD_OPEN_PORT 0x00 // Enable ints, init UART. (NO PARAM) 179 #define IOSP_CMD_CLOSE_PORT 0x01 // Disable ints, flush buffers. (NO PARAM)
|
H A D | io_16654.h | 68 #define IER_ENABLE_ALL 0xFF // Enable all ints
|
/linux-4.1.27/fs/hfs/ |
H A D | extent.c | 35 * significant field (compared as unsigned ints); the fork type is 38 * (compared as unsigned ints).
|
H A D | catalog.c | 148 * significant field (compared as unsigned ints). The name field is
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
H A D | core.c | 163 static irq_handler_t ints[] = { i2sbus_add_dev() local 241 if (request_irq(irq, ints[i], 0, dev->rnames[i], dev)) i2sbus_add_dev()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
H A D | i40evf.h | 121 /* Helper macros to switch between ints/sec and what the register uses.
|
H A D | i40e_txrx.c | 406 * 0-10MB/s lowest (100000 ints/s) i40e_set_new_dynamic_itr() 407 * 10-20MB/s low (20000 ints/s) i40e_set_new_dynamic_itr() 408 * 20-1249MB/s bulk (8000 ints/s) i40e_set_new_dynamic_itr()
|
/linux-4.1.27/drivers/scsi/arm/ |
H A D | cumana_1.c | 38 void cumanascsi_setup(char *str, int *ints) cumanascsi_setup() argument
|
/linux-4.1.27/drivers/s390/crypto/ |
H A D | zcrypt_pcicc.h | 72 * Note that all shorts, ints and longs are little-endian.
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | compat_signal.c | 63 3 ints plus the relevant union member. */ copy_siginfo_to_user32()
|
/linux-4.1.27/drivers/platform/olpc/ |
H A D | olpc-ec.c | 190 /* convert scanf'd ints to char */ ec_dbgfs_cmd_write()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
H A D | ehv_pic.c | 133 * platform currently using static/default priority for all ints ehv_pic_set_irq_type()
|
/linux-4.1.27/arch/m68k/mm/ |
H A D | memory.c | 163 /* push and invalidate page in both caches, must disable ints
|
/linux-4.1.27/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 1525 PutByte(XIRCREG1_IMR0, 0xff); /* allow all ints */ do_reset() 1731 PutByte(XIRCREG1_IMR0, 0x00); /* forbid all ints */ do_stop() 1783 int ints[10] = { -1 }; setup_xirc2ps_cs() local 1785 str = get_options(str, 9, ints); setup_xirc2ps_cs() 1787 #define MAYBE_SET(X,Y) if (ints[0] >= Y && ints[Y] != -1) { X = ints[Y]; } setup_xirc2ps_cs()
|
/linux-4.1.27/drivers/net/ethernet/hp/ |
H A D | hp100.c | 829 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ hp100_hwinit() 830 hp100_outw(0xffff, IRQ_STATUS); /* clear all pending ints */ hp100_hwinit() 929 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ hp100_mmuinit() 1080 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ hp100_mmuinit() 1397 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ hp100_BM_shutdown() 1398 hp100_outw(0xffff, IRQ_STATUS); /* Ack all ints */ hp100_BM_shutdown() 2344 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ hp100_start_interface() 2362 hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */ hp100_start_interface()
|
H A D | hp100.h | 47 #define HP100_REG_IRQ_STATUS 0x08 /* RW: (16) Which ints are pending */ 48 #define HP100_REG_IRQ_MASK 0x0a /* RW: (16) Select ints to allow */ 185 #define HP100_INT_EN 0x0004 /* 1:Enable ints from card */
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_param.c | 455 .name = "Interrupt Throttling Rate (ints/sec)", e1000_check_options() 482 "(2000-8000) ints mode\n", opt.name); e1000_check_options()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-fsl-espi.c | 207 /* enable rx ints */ fsl_espi_cpu_bufs() 247 /* disable rx ints */ fsl_espi_bufs()
|
H A D | spi-fsl-spi.c | 296 /* enable rx ints */ fsl_spi_cpu_bufs() 347 /* disable rx ints */ fsl_spi_bufs()
|
H A D | spi-fsl-cpm.c | 152 /* enable rx ints */ fsl_spi_cpm_bufs()
|
/linux-4.1.27/fs/nfs/objlayout/ |
H A D | objlayout.c | 226 * This is because the osd completion is called with ints-off from 308 * This is because the osd completion is called with ints-off from
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | ptrace_32.c | 308 * FPU QUEUE (64 32-bit ints)
|
H A D | ptrace_64.c | 825 * FPU QUEUE (64 32-bit ints)
|
H A D | signal32.c | 83 3 ints plus the relevant union member. copy_siginfo_to_user32()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | sfp-machine.h | 89 * a comma-separated set of 32bit unsigned ints that encode NaN.
|
/linux-4.1.27/arch/m68k/bvme6000/ |
H A D | config.c | 197 rtc->pfr_icr0 = 0x80; /* Just timer 1 ints enabled */ bvme6000_sched_init()
|
/linux-4.1.27/arch/x86/kernel/apic/ |
H A D | io_apic.c | 648 int ints[MAX_PIRQS+1]; ioapic_pirq_setup() local 650 get_options(str, ARRAY_SIZE(ints), ints); ioapic_pirq_setup() 655 if (ints[0] < MAX_PIRQS) ioapic_pirq_setup() 656 max = ints[0]; ioapic_pirq_setup() 660 "... PIRQ%d -> IRQ %d\n", i, ints[i+1]); ioapic_pirq_setup() 664 pirq_entries[MAX_PIRQS-i-1] = ints[i+1]; ioapic_pirq_setup()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
H A D | mISDNipac.c | 1246 WriteHSCX(hscx, IPACX_MASKB, 0xFF); /* ints off */ hscx_mode() 1283 WriteHSCX(hscx, IPAC_MASKB, 0xFF); /* ints off */ hscx_mode() 1319 WriteHSCX(hscx, IPAC_MASKB, 0xFF); /* ints off */ hscx_mode()
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 629 /* Disable all ints for now */ init_i596_mem() 694 /* Enable ints, etc. now */ init_i596_mem() 1425 /* Disable all ints */ i596_close()
|
/linux-4.1.27/drivers/net/usb/ |
H A D | smsc95xx.c | 1392 netdev_warn(dev->net, "error enabling PHY wakeup ints\n"); smsc95xx_autosuspend() 1404 netdev_warn(dev->net, "error enabling PHY wakeup ints\n"); smsc95xx_autosuspend() 1476 netdev_warn(dev->net, "error enabling PHY wakeup ints\n"); smsc95xx_suspend()
|
H A D | smsc75xx.c | 1700 netdev_warn(dev->net, "error enabling PHY wakeup ints\n"); smsc75xx_autosuspend() 1712 netdev_warn(dev->net, "error enabling PHY wakeup ints\n"); smsc75xx_autosuspend() 1791 netdev_warn(dev->net, "error enabling PHY wakeup ints\n"); smsc75xx_suspend()
|
/linux-4.1.27/drivers/irqchip/ |
H A D | irq-vic.c | 125 /* set the enabled ints and then clear the non-enabled */ resume_one_vic()
|
/linux-4.1.27/drivers/isdn/hysdn/ |
H A D | boardergo.c | 53 /* clear any pending ints on the board */ ergo_interrupt()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb.h | 47 #define IGB_START_ITR 648 /* ~6000 ints/sec */
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 330 /* Helper macros to switch between ints/sec and what the register uses.
|
/linux-4.1.27/drivers/media/pci/tw68/ |
H A D | tw68-core.c | 181 tw_writel(TW68_GPIOC, 0); /* Set the GPIO to "normal", no ints */ tw68_hw_init1()
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | speakup_decpc.c | 78 #define CTRL_int_enable 0x0700 /* enable status change ints */
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | csr.h | 86 #define CSR_INT_COALESCING (CSR_BASE+0x004) /* accum ints, 32-usec units */
|
/linux-4.1.27/arch/x86/ia32/ |
H A D | ia32_signal.c | 50 3 ints plus the relevant union member. */ copy_siginfo_to_user32()
|
/linux-4.1.27/drivers/char/mwave/ |
H A D | mwavedd.c | 589 pDrvData->IPCs[i].usIntCount = 0; /* no ints received yet */ mwave_init()
|
/linux-4.1.27/drivers/acpi/ |
H A D | property.c | 321 * references followed by number of ints as follows: acpi_dev_get_property_reference()
|
/linux-4.1.27/include/scsi/ |
H A D | sg.h | 227 int pack_id; /* [io] id number of packet (use ints >= 0) */
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | signal32.c | 335 3 ints plus the relevant union member. copy_siginfo_to_user32()
|
/linux-4.1.27/drivers/scsi/bfa/ |
H A D | bfa_svc.c | 409 u32 ints[BFA_PL_INT_LOG_SZ]; bfa_plog_fchdr() local 414 ints[0] = tmp_int[0]; bfa_plog_fchdr() 415 ints[1] = tmp_int[1]; bfa_plog_fchdr() 416 ints[2] = tmp_int[4]; bfa_plog_fchdr() 418 bfa_plog_intarr(plog, mid, event, misc, ints, 3); bfa_plog_fchdr() 429 u32 ints[BFA_PL_INT_LOG_SZ]; bfa_plog_fchdr_and_pl() local 434 ints[0] = tmp_int[0]; bfa_plog_fchdr_and_pl() 435 ints[1] = tmp_int[1]; bfa_plog_fchdr_and_pl() 436 ints[2] = tmp_int[4]; bfa_plog_fchdr_and_pl() 437 ints[3] = pld_w0; bfa_plog_fchdr_and_pl() 439 bfa_plog_intarr(plog, mid, event, misc, ints, 4); bfa_plog_fchdr_and_pl()
|
/linux-4.1.27/net/core/ |
H A D | dev.c | 632 int ints[5]; netdev_boot_setup() local 635 str = get_options(str, ARRAY_SIZE(ints), ints); netdev_boot_setup() 641 if (ints[0] > 0) netdev_boot_setup() 642 map.irq = ints[1]; netdev_boot_setup() 643 if (ints[0] > 1) netdev_boot_setup() 644 map.base_addr = ints[2]; netdev_boot_setup() 645 if (ints[0] > 2) netdev_boot_setup() 646 map.mem_start = ints[3]; netdev_boot_setup() 647 if (ints[0] > 3) netdev_boot_setup() 648 map.mem_end = ints[4]; netdev_boot_setup()
|
/linux-4.1.27/drivers/staging/iio/light/ |
H A D | tsl2583.c | 719 /* We now have an array of ints starting at value[1], and taos_luxtable_store() 721 * We expect each group of three ints is one table entry, taos_luxtable_store()
|
H A D | tsl2x7x_core.c | 1171 /* We now have an array of ints starting at value[1], and tsl2x7x_luxtable_store() 1173 * We expect each group of three ints is one table entry, tsl2x7x_luxtable_store()
|
/linux-4.1.27/drivers/ata/ |
H A D | sata_promise.c | 1158 if (is_gen2) /* unmask plug/unplug ints */ pdc_host_init() 1160 else /* mask plug/unplug ints */ pdc_host_init()
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | 68328serial.c | 323 /* That's peculiar... TX ints off */ transmit_chars() 334 /* All done for now... TX ints off */ transmit_chars()
|
/linux-4.1.27/drivers/net/can/cc770/ |
H A D | cc770.c | 301 /* Enable configuration, put chip in bus-off, disable ints */ cc770_probe_chip()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | 7990.c | 296 WRITERDP(lp, LE_C0_RINT | LE_C0_INEA); /* ack Rx int, reenable ints */ lance_rx()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | interrupt.c | 348 oom: /* Executed with RX ints disabled */ tulip_poll()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | touptek.c | 77 * intermediate with 32 bit ints should be fine for overflow etc
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
H A D | xilinx_axienet.h | 216 #define XAE_INT_ALL_MASK 0x0000003F /* All the ints */
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-csr.h | 88 #define CSR_INT_COALESCING (CSR_BASE+0x004) /* accum ints, 32-usec units */
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.h | 371 unsigned long ints; member in struct:rt_stats
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 792 * enable ints or not
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
H A D | amd.c | 824 * Errata are defined as arrays of ints using the AMD_LEGACY_ERRATUM() or
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | uss720.c | 735 /* set the USS720 control register to manual mode, no ECP compression, enable all ints */ uss720_probe()
|
/linux-4.1.27/drivers/video/fbdev/via/ |
H A D | via-core.c | 242 /* Enable ints; must happen after CSR0 write! */
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | compat_signal.c | 72 3 ints plus the relevant union member. copy_siginfo_to_user32()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | signal32.c | 139 * 3 ints plus the relevant union member. copy_siginfo_to_user32()
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | entry.S | 250 MVC .S2 B1,CSR ; enable ints
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | fasttimer.c | 127 /* Called with ints off */ start_timer_trig()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | signal.c | 122 * to avoid security leaks, but must copy the generic 3 ints plus the copy_siginfo_to_user()
|
/linux-4.1.27/sound/drivers/ |
H A D | portman2x4.c | 278 * We'll reenable ints while we're waiting. portman_write_midi()
|
/linux-4.1.27/drivers/net/hippi/ |
H A D | rrunner.c | 614 * tx ints before we are up and running, which may cause a null rr_init1() 721 * All events are considered to be slow (RX/TX ints do not generate
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.c | 894 * 0-10MB/s lowest (100000 ints/s) i40e_set_new_dynamic_itr() 895 * 10-20MB/s low (20000 ints/s) i40e_set_new_dynamic_itr() 896 * 20-1249MB/s bulk (8000 ints/s) i40e_set_new_dynamic_itr()
|