Searched refs:multiple (Results 1 - 12 of 12) sorted by relevance

/drivers/mmc/host/
H A Dtmio_mmc_dma.c57 bool aligned = true, multiple = true; local
64 multiple = false;
70 (align & PAGE_MASK))) || !multiple) {
134 bool aligned = true, multiple = true; local
141 multiple = false;
147 (align & PAGE_MASK))) || !multiple) {
H A Dmmc_spi.c59 * to issue multiple spi_message requests with the chipselect active,
104 * controller has to do multiple partial block writes (argggh!). With
575 int multiple,
593 if (multiple)
644 if (multiple || direction == DMA_TO_DEVICE) {
892 int multiple = (data->blocks > 1); local
900 mmc_spi_setup_data_message(host, multiple, direction);
967 if (!multiple)
994 if (direction == DMA_TO_DEVICE && multiple) {
573 mmc_spi_setup_data_message( struct mmc_spi_host *host, int multiple, enum dma_data_direction direction) argument
/drivers/md/
H A DKconfig9 Support multiple physical spindles through a single logical device.
51 If you say Y here, then your multiple devices driver will be able to
64 If you say Y here, then your multiple devices driver will be able to
87 an error free MD (multiple device) to the higher levels of the
/drivers/pci/
H A Dmsi.c50 * If an architecture wants to support multiple MSI, it needs to
82 nvec = 1 << entry->msi_attrib.multiple;
306 msgctl |= entry->msi_attrib.multiple << 4;
339 nvec = 1 << entry->msi_attrib.multiple;
405 control |= (entry->msi_attrib.multiple << 4) | PCI_MSI_FLAGS_ENABLE;
/drivers/net/
H A DKconfig42 Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet
46 The driver supports multiple bonding modes to allow for both high
/drivers/tty/serial/8250/
H A DKconfig222 Some serial boards have hardware support which allows multiple dumb
/drivers/char/
H A DKconfig497 has multiple functional units, inc several managed by
630 how to partition a single ROM for multiple purposes.
/drivers/net/ppp/
H A Dpppoe.c10 * 070228 : Fix to allow multiple sessions with same remote MAC and same
143 #error 8 must be a multiple of PPPOE_HASH_BITS
/drivers/ata/
H A DKconfig514 most PowerMac models. Some models have multiple busses using
/drivers/input/keyboard/
H A DKconfig261 If you want full HIL support including support for multiple
/drivers/usb/gadget/
H A DKconfig852 The Android Composite Gadget supports multiple USB
/drivers/net/wireless/rt2x00/
H A Drt2800lib.c335 bool multiple; local
343 * which is a multiple of 4kb.
347 multiple = true;
350 multiple = true;
356 if (len != fw_len && (!multiple || (len % fw_len) != 0))
1026 * The cipher types are stored over multiple registers
4806 * multiple stations which leads to unwanted situations when the

Completed in 248 milliseconds