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

123

/drivers/isdn/pcbit/
H A Dmodule.c98 int ints[MAX_PARA+1]; local
100 str = get_options(line, MAX_PARA, ints);
101 argc = ints[0];
108 mem[i] = ints[j];
113 irq[i] = ints[j];
/drivers/net/arcnet/
H A Dcom20020-isa.c189 int ints[8]; local
191 s = get_options(s, 8, ints);
192 if (!ints[0])
195 switch (ints[0]) {
199 timeout = ints[6];
201 clockp = ints[5];
203 backplane = ints[4];
205 node = ints[3];
207 irq = ints[2];
209 io = ints[
[all...]
H A Darc-rimi.c376 int ints[8]; local
377 s = get_options(s, 8, ints);
378 if (!ints[0])
380 switch (ints[0]) {
384 node = ints[3];
386 irq = ints[2];
388 io = ints[1];
H A Dcom90io.c371 int ints[4]; local
372 s = get_options(s, 4, ints);
373 if (!ints[0])
375 switch (ints[0]) {
379 irq = ints[2];
381 io = ints[1];
H A Dcom90xx.c678 int ints[8]; local
680 s = get_options(s, 8, ints);
681 if (!ints[0] && !*s) {
686 switch (ints[0]) {
690 shmem = ints[3];
692 irq = ints[2];
694 io = ints[1];
/drivers/scsi/arm/
H A Dcumana_1.c46 void cumanascsi_setup(char *str, int *ints) argument
/drivers/scsi/
H A Dgvp11.c45 void gvp11_setup(char *str, int *ints) argument
47 gvp11_xfer_mask = ints[1];
H A Dmac_scsi.c159 int ints[7]; local
161 (void)get_options( str, ARRAY_SIZE(ints), ints);
163 if (setup_called++ || ints[0] < 1 || ints[0] > 6) {
170 if (ints[0] >= 1) {
171 if (ints[1] > 0)
173 setup_can_queue = ints[1];
175 if (ints[0] >= 2) {
176 if (ints[
[all...]
H A Dpas16.c342 * Function : pas16_setup(char *str, int *ints)
346 * Inputs : str - unused, ints - array of integer parameters with ints[0]
347 * equal to the number of ints.
351 void __init pas16_setup(char *str, int *ints) argument
355 if (ints[0] != 2)
359 overrides[commandline_current].io_port = (unsigned short) ints[1];
360 overrides[commandline_current].irq = ints[2];
362 if (bases[i].io_port == (unsigned short) ints[1]) {
H A Dt128.c157 * Function : t128_setup(char *str, int *ints)
161 * Inputs : str - unused, ints - array of integer parameters with ints[0]
162 * equal to the number of ints.
166 void __init t128_setup(char *str, int *ints){ argument
169 if (ints[0] != 2)
173 overrides[commandline_current].address = ints[1];
174 overrides[commandline_current].irq = ints[2];
176 if (bases[i].address == ints[1]) {
H A Ddtc.c170 * Function : dtc_setup(char *str, int *ints)
174 * Inputs : str - unused, ints - array of integer parameters with ints[0]
175 * equal to the number of ints.
179 static void __init dtc_setup(char *str, int *ints) argument
183 if (ints[0] != 2)
186 overrides[commandline_current].address = ints[1];
187 overrides[commandline_current].irq = ints[2];
189 if (bases[i].address == ints[1]) {
H A Datari_scsi.c278 * end-of-DMA, both SCSI ints are triggered simultaneously, so the NCR int has
737 void __init atari_scsi_setup(char *str, int *ints) argument
745 if (ints[0] < 1) {
750 if (ints[0] >= 1) {
751 if (ints[1] > 0)
753 setup_can_queue = ints[1];
755 if (ints[0] >= 2) {
756 if (ints[2] > 0)
757 setup_cmd_per_lun = ints[2];
759 if (ints[
[all...]
H A Dg_NCR5380.c147 * @ints: numeric parameters
155 static void __init internal_setup(int board, char *str, int *ints) argument
160 if (ints[0] != 2 && ints[0] != 3) {
166 if (ints[0] != 2) {
172 if (ints[0] != 2) {
178 if (ints[0] != 2) {
186 overrides[commandline_current].NCR5380_map_name = (NCR5380_map_type) ints[1];
187 overrides[commandline_current].irq = ints[2];
188 if (ints[
208 int ints[10]; local
226 int ints[10]; local
244 int ints[10]; local
262 int ints[10]; local
[all...]
H A Din2000.c848 /* Get the spin_lock and disable further ints, for SMP */
1819 static void __init in2000_setup(char *str, int *ints) argument
2017 write1_io(0, IO_INTR_MASK); /* allow all ints */
/drivers/net/hamradio/
H A Dbaycom_par.c59 * 0.4 08.07.1997 alternative ser12 decoding algorithm (uses delta CTS ints)
560 int ints[2]; local
564 str = get_options(str, 2, ints);
565 if (ints[0] < 1)
568 iobase[nr_dev] = ints[1];
H A Dbaycom_ser_fdx.c61 * 0.4 08.07.1997 alternative ser12 decoding algorithm (uses delta CTS ints)
455 * the baud rate is set to produce 100 ints/sec
457 * during transmit to baud ints/sec to run
697 int ints[4]; local
701 str = get_options(str, 4, ints);
702 if (ints[0] < 2)
705 iobase[nr_dev] = ints[1];
706 irq[nr_dev] = ints[2];
707 if (ints[0] >= 3)
708 baud[nr_dev] = ints[
[all...]
H A Dbaycom_ser_hdx.c53 * 0.4 08.07.1997 alternative ser12 decoding algorithm (uses delta CTS ints)
726 int ints[3]; local
730 str = get_options(str, 3, ints);
731 if (ints[0] < 2)
734 iobase[nr_dev] = ints[1];
735 irq[nr_dev] = ints[2];
/drivers/net/wireless/ath/ath9k/
H A Dmac.c837 enum ath9k_int ints = ah->imask; local
842 if (!(ints & ATH9K_INT_GLOBAL))
845 ath_dbg(common, INTERRUPT, "New interrupt mask 0x%x\n", ints);
847 mask = ints & ATH9K_INT_COMMON;
850 if (ints & ATH9K_INT_TX) {
864 if (ints & ATH9K_INT_RX) {
883 if (ints & ATH9K_INT_GENTIMER)
886 if (ints & (ATH9K_INT_BMISC)) {
888 if (ints & ATH9K_INT_TIM)
890 if (ints
[all...]
H A Dar9003_mci.c406 bool ar9003_mci_check_int(struct ath_hw *ah, u32 ints) argument
414 return ((intr & ints) == ints);
/drivers/net/wireless/p54/
H A Dp54spi.c495 u32 ints; local
503 ints = p54spi_read32(priv, SPI_ADRS_HOST_INTERRUPTS);
505 if (ints & SPI_HOST_INT_READY) {
513 if (ints & SPI_HOST_INT_UPDATE) {
519 if (ints & SPI_HOST_INT_SW_UPDATE) {
/drivers/usb/host/
H A Dohci-hcd.c752 int ints; local
758 ints = ohci_readl(ohci, &regs->intrstatus);
763 if (ints == ~(u32)0) {
771 ints &= ohci_readl(ohci, &regs->intrenable);
774 if (ints == 0 || unlikely(ohci->rh_state == OHCI_RH_HALTED))
777 if (ints & OHCI_INTR_UE) {
798 if (ints & OHCI_INTR_RHSC) {
820 else if (ints & OHCI_INTR_RD) {
832 if (ints & OHCI_INTR_WDH) {
838 if (quirk_zfmicro(ohci) && (ints
[all...]
/drivers/net/appletalk/
H A Dltpc.c1199 int ints[5]; local
1201 str = get_options(str, ARRAY_SIZE(ints), ints);
1203 if (ints[0] == 0) {
1214 io = ints[1];
1215 if (ints[0] > 1) {
1216 irq = ints[2];
1218 if (ints[0] > 2) {
1219 dma = ints[3];
/drivers/net/ethernet/i825xx/
H A D3c523.c238 static void elmc_do_attn586(int ioaddr, int ints) argument
249 outb(ELMC_CTRL_RST | 0x3 | ELMC_CTRL_CA | ints, ioaddr + ELMC_CTRL);
251 outb(ELMC_CTRL_RST | 0x3 | ints, ioaddr + ELMC_CTRL);
258 static void elmc_do_reset586(int ioaddr, int ints) argument
265 elmc_do_attn586(ioaddr, ints);
541 elmc_id_reset586(); /* make sure it doesn't generate spurious ints */
/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...]
/drivers/block/
H A Dcpqarray.c729 int i, ints[9]; local
731 (void)get_options(str, ARRAY_SIZE(ints), ints);
733 for(i=0; i<ints[0] && i<8; i++)
734 eisa[i] = ints[i+1];

Completed in 312 milliseconds

123