Searched refs:ints (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/arch/m68k/virt/
H A DMakefile6 obj-y := config.o ints.o platform.o
/linux-master/arch/m68k/amiga/
H A Damiints.c51 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
54 if (ints & IF_TBE) {
60 if (ints & IF_DSKBLK) {
66 if (ints & IF_SOFT) {
74 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
77 if (ints & IF_BLIT) {
83 if (ints & IF_COPER) {
89 if (ints & IF_VERTB) {
97 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
100 if (ints
126 unsigned short ints = amiga_custom.intreqr & amiga_custom.intenar; local
[all...]
H A Dcia.c90 unsigned char ints; local
98 ints = cia_set_irq(base, CIA_ICR_ALL);
100 if (ints & 1)
103 mach_irq++, ints >>= 1;
104 for (; ints; mach_irq++, ints >>= 1) {
105 if (ints & 1)
/linux-master/tools/perf/util/
H A Dstring2.h24 char *asprintf_expr_inout_ints(const char *var, bool in, size_t nints, int *ints);
26 static inline char *asprintf_expr_in_ints(const char *var, size_t nints, int *ints) argument
28 return asprintf_expr_inout_ints(var, true, nints, ints);
31 static inline char *asprintf_expr_not_in_ints(const char *var, size_t nints, int *ints) argument
33 return asprintf_expr_inout_ints(var, false, nints, ints);
/linux-master/arch/arm/mach-omap1/
H A Di2c.c91 int ints[3]; local
93 get_options(str, 3, ints);
94 if (ints[0] < 2 || ints[1] < 1 ||
95 ints[1] > OMAP_I2C_MAX_CONTROLLERS)
97 i2c_pdata[ints[1] - 1].clkrate = ints[2];
98 i2c_pdata[ints[1] - 1].clkrate |= OMAP_I2C_CMDLINE_SETUP;
/linux-master/drivers/net/
H A DSpace.c144 int ints[5]; local
147 str = get_options(str, ARRAY_SIZE(ints), ints);
153 if (ints[0] > 0)
154 map.irq = ints[1];
155 if (ints[0] > 1)
156 map.base_addr = ints[2];
157 if (ints[0] > 2)
158 map.mem_start = ints[3];
159 if (ints[
[all...]
/linux-master/drivers/net/arcnet/
H A Dcom20020-isa.c191 int ints[8]; local
193 s = get_options(s, 8, ints);
194 if (!ints[0])
197 switch (ints[0]) {
202 timeout = ints[6];
205 clockp = ints[5];
208 backplane = ints[4];
211 node = ints[3];
214 irq = ints[2];
217 io = ints[
[all...]
H A Darc-rimi.c360 int ints[8]; local
362 s = get_options(s, 8, ints);
363 if (!ints[0])
365 switch (ints[0]) {
370 node = ints[3];
373 irq = ints[2];
376 io = ints[1];
H A Dcom90io.c359 int ints[4]; local
361 s = get_options(s, 4, ints);
362 if (!ints[0])
364 switch (ints[0]) {
369 irq = ints[2];
372 io = ints[1];
/linux-master/arch/m68k/68000/
H A DMakefile13 obj-y += entry.o ints.o timers.o m68328.o
/linux-master/drivers/scsi/
H A Dmac_scsi.c70 int ints[8]; local
72 (void)get_options(str, ARRAY_SIZE(ints), ints);
74 if (ints[0] < 1) {
78 if (ints[0] >= 1)
79 setup_can_queue = ints[1];
80 if (ints[0] >= 2)
81 setup_cmd_per_lun = ints[2];
82 if (ints[0] >= 3)
83 setup_sg_tablesize = ints[
[all...]
H A Datari_scsi.c394 int ints[8]; local
396 get_options(str, ARRAY_SIZE(ints), ints);
398 if (ints[0] < 1) {
402 if (ints[0] >= 1)
403 setup_can_queue = ints[1];
404 if (ints[0] >= 2)
405 setup_cmd_per_lun = ints[2];
406 if (ints[0] >= 3)
407 setup_sg_tablesize = ints[
[all...]
/linux-master/lib/
H A Dcmdline.c20 * the values[M, M+1, ..., N] into the ints array in get_options.
86 * @ints: integer array (must have room for at least one element)
107 char *get_options(const char *str, int nints, int *ints) argument
113 int *pint = validate ? ints : ints + i;
136 ints[0] = i - 1;
/linux-master/arch/m68k/kernel/
H A DMakefile22 obj-$(CONFIG_MMU_MOTOROLA) += ints.o vectors.o
23 obj-$(CONFIG_MMU_SUN3) += ints.o vectors.o
/linux-master/arch/parisc/math-emu/
H A Dfpudispatch.c187 /* All FP emulation code assumes that ints are 4-bytes in length */
242 /* All FP emulation code assumes that ints are 4-bytes in length */
1166 struct { u_int i1; u_int i2; } ints; member in union:__anon1
1193 &mtmp.ints.i1,&status))
1196 &atmp.ints.i1,&atmp.ints.i1,&status))
1201 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1204 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints.i1,
1216 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],&mtmp.ints.i1,
1219 if (dbl_fadd(&fpregs[ta], &fpregs[ra], &atmp.ints
1305 struct { u_int i1; u_int i2; } ints; member in union:__anon3
[all...]
/linux-master/drivers/video/console/
H A Dmdacon.c181 int ints[3]; local
183 str = get_options(str, ARRAY_SIZE(ints), ints);
185 if (ints[0] < 2)
188 if (ints[1] < 1 || ints[1] > MAX_NR_CONSOLES ||
189 ints[2] < 1 || ints[2] > MAX_NR_CONSOLES)
192 mda_first_vc = ints[1];
193 mda_last_vc = ints[
[all...]
/linux-master/arch/m68k/atari/
H A Dataints.c8 * 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
148 unsigned char ints; local
151 ints = base->int_mask;
152 for (; ints; mach_irq++, ints >>= 1) {
153 if (ints
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmac.c910 enum ath9k_int ints = ah->imask; local
915 if (!(ints & ATH9K_INT_GLOBAL))
925 ath_dbg(common, INTERRUPT, "New interrupt mask 0x%x\n", ints);
927 mask = ints & ATH9K_INT_COMMON;
931 if (ints & ATH9K_INT_TX) {
946 if (ints & ATH9K_INT_RX) {
966 if (ints & ATH9K_INT_GENTIMER)
969 if (ints & (ATH9K_INT_BMISC)) {
971 if (ints & ATH9K_INT_TIM)
973 if (ints
[all...]
/linux-master/arch/arm/include/asm/
H A Dfloppy.h76 static void driveswap(int *ints, int dummy, int dummy2) argument
/linux-master/drivers/input/keyboard/
H A Dsun4i-lradc-keys.c112 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; local
114 ints = readl(lradc->base + LRADC_INTS);
121 if (ints & CHAN0_KEYUP_IRQ) {
126 if ((ints & CHAN0_KEYDOWN_IRQ) && lradc->chan0_keycode == 0) {
144 writel(ints, lradc->base + LRADC_INTS);
H A Dlm8323.c367 u8 ints; local
372 while ((lm8323_read(lm, LM8323_CMD_READ_INT, &ints, 1) == 1) && ints) {
373 if (likely(ints & INT_KEYPAD))
375 if (ints & INT_ROTATOR) {
379 if (ints & INT_ERROR) {
383 if (ints & INT_NOINIT) {
389 if (ints & (INT_PWM1 << i)) {
/linux-master/drivers/usb/host/
H A Dohci-hcd.c880 int ints; local
886 ints = ohci_readl(ohci, &regs->intrstatus);
891 if (ints == ~(u32)0) {
899 ints &= ohci_readl(ohci, &regs->intrenable);
902 if (ints == 0 || unlikely(ohci->rh_state == OHCI_RH_HALTED))
905 if (ints & OHCI_INTR_UE) {
926 if (ints & OHCI_INTR_RHSC) {
948 else if (ints & OHCI_INTR_RD) {
961 if (ints & OHCI_INTR_WDH)
970 if ((ints
[all...]
/linux-master/drivers/block/
H A Dataflop.c506 /* protect against various other ints mucking around with the PSG */
529 /* protect against various other ints mucking around with the PSG */
556 /* protect against various other ints mucking around with the PSG */
621 /* protect against various other ints mucking around with the PSG */
2155 int ints[3 + FD_MAX_UNITS]; local
2161 str = get_options(str, 3 + FD_MAX_UNITS, ints);
2163 if (ints[0] < 1) {
2167 else if (ints[0] > 2+FD_MAX_UNITS) {
2171 if (ints[1] < 0 || ints[
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dpic.c390 const u32 *ints = NULL; local
402 ints = of_get_property(device, "AAPL,interrupts", &intlen);
403 if (ints != NULL)
409 if (ints == NULL)
417 out_irq->args[0] = ints[index];
/linux-master/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c46 * 0.4 08.07.1997 alternative ser12 decoding algorithm (uses delta CTS ints)
416 * the baud rate is set to produce 100 ints/sec
418 * during transmit to baud ints/sec to run
658 int ints[4]; local
662 str = get_options(str, 4, ints);
663 if (ints[0] < 2)
666 iobase[nr_dev] = ints[1];
667 irq[nr_dev] = ints[2];
668 if (ints[0] >= 3)
669 baud[nr_dev] = ints[
[all...]

Completed in 378 milliseconds

123