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

/drivers/tty/serial/8250/
H A Dserial_cs.c69 /* Table of multi-port card ID's */
74 int multi; /* 1 = multifunction, > 1 = # ports */ member in struct:serial_quirk
84 int multi; member in struct:serial_info
133 * be handled by setting the quirk entry .multi = 0 | 1 ?
139 if (info->multi > 1)
140 info->multi = 1;
184 if (info->multi)
192 .multi = -1,
197 .multi = -1,
202 .multi
479 int *multi = priv_data; local
[all...]
H A DKconfig15 port for anything. (Note that the Cyclades and Stallion multi
107 multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
123 via hot-plug, or any ISA multi-port serial cards.
/drivers/ata/
H A Dpata_sil680.c173 u16 multi, ultra; local
177 pci_read_config_word(pdev, ma, &multi);
188 multi = 0x10C1;
192 multi = dma_table[adev->dma_mode - XFER_MW_DMA_0];
196 pci_write_config_word(pdev, ma, multi);
/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/staging/iio/dac/
H A DKconfig22 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
35 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
/drivers/usb/gadget/
H A DMakefile48 g_multi-y := multi.o
/drivers/net/ethernet/3com/
H A D3c589_cs.c239 int ret, i, j, multi = 0, fifo; local
251 multi = (link->card_id == PRODID_3COM_3C562);
257 if (multi && (j & 0x80)) continue;
316 (multi ? "562" : "589"), dev->base_addr, dev->irq,
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c1100 * promiscuous mode, and all-multi behavior.
1682 u64 multi = IXGB_READ_REG(&adapter->hw, MPRCL); local
1687 multi |= ((u64)IXGB_READ_REG(&adapter->hw, MPRCH) << 32);
1689 if (multi >= bcast)
1690 multi -= bcast;
1692 adapter->stats.mprcl += (multi & 0xFFFFFFFF);
1693 adapter->stats.mprch += (multi >> 32);
/drivers/isdn/mISDN/
H A Dl1oip_core.c29 Value 3 = BRI (multi channel frame, not supported yet)
30 Value 4 = PRI (multi channel frame, not supported yet)
31 A multi channel frame reduces overhead to a single frame for all
280 int multi = 0; local
320 *p++ = (multi == 1) ? 0x80 : 0x00 + channel; /* m-flag, channel */
321 if (multi == 1)
/drivers/usb/host/
H A Dxhci-mem.c831 if (!tt->multi)
846 if (tt->multi)
1134 if (!dev->udev->tt->multi ||
1135 (udev->tt->multi &&
1150 if (udev->tt->multi)
H A Dehci-sched.c211 if (dev1->tt->multi)
376 "multi-uframe xfer can't fit "
999 unsigned multi = hb_mult(maxp); local
1005 maxp *= multi;
1009 stream->buf2 = cpu_to_hc32(ehci, multi);
1336 /* this multi-pass logic is simple, but performance may
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 Dxhci.c3918 if (tt->multi)
/drivers/net/wireless/ath/carl9170/
H A Dtx.c788 bool ampdu, bool multi)
800 if (likely(!multi))
786 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::__anon2234
951 * manipulation of the MDI control registers is a multi-step
1569 cb->u.multi.count = cpu_to_le16(count * ETH_ALEN);
1574 memcpy(&cb->u.multi.addr[i++ * ETH_ALEN], &ha->addr,
/drivers/gpio/
H A DKconfig326 Say yes here to access the GPIO signals of various multi-function
/drivers/net/wan/
H A DKconfig383 These are multi-protocol cards, but only Frame Relay is supported
/drivers/input/mouse/
H A Dbcm5974.c184 __le16 multi; /* one finger: varies, more fingers: constant */ member in struct:tp_finger
/drivers/mfd/
H A DKconfig227 These multi-function chips are found on many OMAP2 and OMAP3
630 this multi-functional IC. This is needed to use other features
/drivers/usb/musb/
H A Dmusb_host.c1190 * DMA has completed. But if we're using DMA mode 1 (multi
2027 if (urb->dev->tt->multi)
/drivers/input/touchscreen/
H A DKconfig224 tristate "EETI eGalax multi-touch panel support"
228 eGalax multi-touch panels.
/drivers/scsi/
H A Dscsi_transport_iscsi.c1541 iscsi_if_send_reply(uint32_t group, int seq, int type, int done, int multi, argument
1547 int flags = multi ? NLM_F_MULTI : 0;
/drivers/usb/core/
H A Dhub.c570 clear->tt = tt->multi ? udev->ttport : 1;
1115 hub->tt.multi = 1;
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c1299 int took, multi, n = 0; local
1302 multi = (msp->mask & (msp->mask - 1));
1322 if (len && multi) {

Completed in 2558 milliseconds