Searched refs:multi (Results 1 - 25 of 32) sorted by relevance

12

/drivers/tty/serial/8250/
H A Dserial_cs.c68 /* Table of multi-port card ID's */
73 int multi; /* 1 = multifunction, > 1 = # ports */ member in struct:serial_quirk
83 int multi; member in struct:serial_info
132 * be handled by setting the quirk entry .multi = 0 | 1 ?
138 if (info->multi > 1)
139 info->multi = 1;
183 if (info->multi)
191 .multi = -1,
196 .multi = -1,
201 .multi
478 int *multi = priv_data; local
[all...]
H A DKconfig15 port for anything. (Note that the Cyclades multi serial port driver
129 multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
145 via hot-plug, or any ISA multi-port serial cards.
/drivers/media/tuners/
H A Dfc0012.c139 unsigned char reg[7], am, pm, multi, tmp; local
166 multi = 96;
170 multi = 64;
174 multi = 48;
178 multi = 32;
182 multi = 24;
186 multi = 16;
190 multi = 12;
194 multi = 8;
198 multi
[all...]
H A Dfc0013.c233 unsigned char reg[7], am, pm, multi, tmp; local
318 multi = 96;
322 multi = 64;
326 multi = 48;
330 multi = 32;
334 multi = 24;
338 multi = 16;
342 multi = 12;
346 multi = 8;
350 multi
[all...]
/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h103 * Single/master multi master setting
113 * + multi master mode means use of repeated starts
118 * Single/multi master selected via the flags in the FASI protocol.
121 * Default is single master, DAP FASI changes multi-master setting silently
134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and
155 * In multi-master mode, the data must immediately follow the address (an I2C
170 * | single | multi | single | multi |
204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi maste
[all...]
/drivers/usb/gadget/legacy/
H A DMakefile18 g_multi-y := multi.o
/drivers/ata/
H A Dpata_sil680.c172 u16 multi, ultra; local
176 pci_read_config_word(pdev, ma, &multi);
187 multi = 0x10C1;
191 multi = dma_table[adev->dma_mode - XFER_MW_DMA_0];
195 pci_write_config_word(pdev, ma, multi);
/drivers/bus/
H A Domap_l3_smx.c155 u8 multi = error & L3_ERROR_LOG_MULTI; local
161 multi ? "Multiple Errors" : "", address);
/drivers/net/hippi/
H A DKconfig11 can run over copper (25m) or fiber (300m on multi-mode or 10km on
/drivers/ide/
H A Dsiimage.c306 u16 ultra = 0, multi = 0; local
317 multi = sil_ioread16(dev, ma);
327 multi = dma[2];
332 multi = dma[speed - XFER_MW_DMA_0];
337 sil_iowrite16(dev, multi, ma);
/drivers/iio/dac/
H A DKconfig9 tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
24 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
37 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
/drivers/net/ethernet/3com/
H A D3c589_cs.c243 int ret, i, j, multi = 0, fifo; local
255 multi = (link->card_id == PRODID_3COM_3C562);
261 if (multi && (j & 0x80))
324 (multi ? "562" : "589"), dev->base_addr, dev->irq,
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c1084 * promiscuous mode, and all-multi behavior.
1664 u64 multi = IXGB_READ_REG(&adapter->hw, MPRCL); local
1669 multi |= ((u64)IXGB_READ_REG(&adapter->hw, MPRCH) << 32);
1671 if (multi >= bcast)
1672 multi -= bcast;
1674 adapter->stats.mprcl += (multi & 0xFFFFFFFF);
1675 adapter->stats.mprch += (multi >> 32);
/drivers/usb/host/
H A Dehci-sched.c130 if (utt->multi) {
181 if (utt->multi) {
315 if (dev1->tt->multi)
1069 unsigned multi = hb_mult(maxp); local
1075 maxp *= multi;
1079 stream->buf2 = cpu_to_hc32(ehci, multi);
H A Dxhci-mem.c881 if (!tt->multi)
896 if (tt->multi)
1169 if (!dev->udev->tt->multi ||
1170 (udev->tt->multi &&
1185 if (udev->tt->multi)
H A Disp1760-hcd.c152 * HC_MEMORY_REG (see isp176x datasheet). Unless you want to do fancy multi-
565 u32 multi; local
574 multi = 1 + ((maxpacket >> 11) & 0x3);
611 ptd->dw0 |= TO_DW0_MULTI(multi);
H A Dehci-dbg.c576 tt->tt_port + !!tt->usb_tt->multi);
H A Dfotg210-hcd.c3541 if (dev1->tt->multi)
4111 unsigned multi; local
4126 multi = hb_mult(maxp);
4128 maxp *= multi;
4132 stream->buf2 = cpu_to_hc32(fotg210, multi);
5515 * in multi-TD control transfers. Even 1KB is rare anyway.
H A Dfusbh200-hcd.c3484 if (dev1->tt->multi)
4045 unsigned multi; local
4061 multi = hb_mult(maxp);
4063 maxp *= multi;
4067 stream->buf2 = cpu_to_hc32(fusbh200, multi);
5424 * in multi-TD control transfers. Even 1KB is rare anyway.
/drivers/mfd/
H A DKconfig219 Add support for HiSilicon Hi6421 PMIC. Hi6421 includes multi-
507 tristate "Nokia Retu and Tahvo multi-function device"
512 Retu and Tahvo are a multi-function devices found on Nokia
728 this multi-functional IC. This is needed to use other features
1068 These multi-function chips are found on many OMAP2 and OMAP3
/drivers/net/wireless/ath/carl9170/
H A Dtx.c827 bool ampdu, bool multi)
839 if (likely(!multi))
825 carl9170_tx_rts_check(struct ar9170 *ar, struct ieee80211_tx_rate *rate, bool ampdu, bool multi) argument
/drivers/net/ethernet/intel/
H A De100.c495 struct multi { struct
510 struct multi multi; member in union:cb::__anon3089
954 * manipulation of the MDI control registers is a multi-step
1595 cb->u.multi.count = cpu_to_le16(count * ETH_ALEN);
1600 memcpy(&cb->u.multi.addr[i++ * ETH_ALEN], &ha->addr,
/drivers/mmc/host/
H A DKconfig300 MOXA provides one multi-functional card reader which can
554 VIA provides one multi-functional card reader which integrated into
/drivers/net/wan/
H A DKconfig352 These are multi-protocol cards, but only Frame Relay is supported
/drivers/input/mouse/
H A Dbcm5974.c211 __le16 multi; /* one finger: varies, more fingers: constant */ member in struct:tp_finger

Completed in 489 milliseconds

12