Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 67) sorted by relevance

123

/drivers/crypto/nx/
Dnx-842.c186 if (slen % c->multiple) in compress()
187 adj_slen = round_up(slen, c->multiple); in compress()
211 if (dlen % c->multiple) in compress()
212 dlen = round_down(dlen, c->multiple); in compress()
217 dlen = round_down(dlen, c->multiple); in compress()
288 add_header = (p.iremain % c.multiple || in nx842_crypto_compress()
292 p.oremain % c.multiple || in nx842_crypto_compress()
370 if (slen % c->multiple) in decompress()
371 adj_slen = round_up(slen, c->multiple); in decompress()
390 if (dlen % c->multiple) in decompress()
[all …]
Dnx-842-pseries.c37 .multiple = DDE_BUFFER_LAST_MULT,
50 if (*len % nx842_pseries_constraints.multiple) { in check_constraints()
53 nx842_pseries_constraints.multiple); in check_constraints()
56 *len = round_down(*len, nx842_pseries_constraints.multiple); in check_constraints()
Dnx-842.h129 int multiple; member
/drivers/mmc/host/
Dtmio_mmc_dma.c54 bool aligned = true, multiple = true; in tmio_mmc_start_dma_rx() local
61 multiple = false; in tmio_mmc_start_dma_rx()
67 (align & PAGE_MASK))) || !multiple) { in tmio_mmc_start_dma_rx()
130 bool aligned = true, multiple = true; in tmio_mmc_start_dma_tx() local
137 multiple = false; in tmio_mmc_start_dma_tx()
143 (align & PAGE_MASK))) || !multiple) { in tmio_mmc_start_dma_tx()
Dmmc_spi.c573 int multiple, in mmc_spi_setup_data_message() argument
591 if (multiple) in mmc_spi_setup_data_message()
642 if (multiple || direction == DMA_TO_DEVICE) { in mmc_spi_setup_data_message()
891 int multiple = (data->blocks > 1); in mmc_spi_data_do() local
899 mmc_spi_setup_data_message(host, multiple, direction); in mmc_spi_data_do()
966 if (!multiple) in mmc_spi_data_do()
993 if (direction == DMA_TO_DEVICE && multiple) { in mmc_spi_data_do()
/drivers/media/rc/img-ir/
Dimg-ir-raw.c26 int multiple; in img_ir_refresh_raw() local
30 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE); in img_ir_refresh_raw()
37 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw()
/drivers/gpu/vga/
DKconfig7 hard-decoded addresses as they did on ISA. When multiple PCI devices
18 multiple GPUS. The overhead for each GPU is very small.
/drivers/lguest/
DKconfig7 multiple instances of the same Linux kernel, using the
/drivers/iio/common/hid-sensors/
DKconfig13 There are many attributes which can be shared among multiple
/drivers/extcon/
DKconfig7 multiple states; i.e., an extcon that may have multiple
/drivers/powercap/
DKconfig10 of multiple control types that determine which settings may be exposed and
/drivers/staging/iio/Documentation/
Dtrigger.txt21 trig->alloc_list which is useful for drivers that allocate multiple
/drivers/staging/fsl-mc/
DTODO1 * Decide if multiple root fsl-mc buses will be supported per Linux instance,
/drivers/staging/gdm72xx/
DKconfig30 Enable support for transmitting multiple packets (packet
/drivers/staging/android/
DTODO31 waiting threads. We should eventually use multiple queues and select the
DKconfig56 This option enables the framework for synchronization between multiple
/drivers/md/
DKconfig10 Support multiple physical spindles through a single logical device.
52 If you say Y here, then your multiple devices driver will be able to
65 If you say Y here, then your multiple devices driver will be able to
88 an error free MD (multiple device) to the higher levels of the
187 synchronization across multiple systems on the cluster, so all
/drivers/net/team/
DKconfig5 multiple ethernet devices.
/drivers/cpuidle/
DKconfig.arm25 multiple CPU idle drivers infrastructure.
/drivers/hwtracing/intel_th/
DKconfig5 produce, switch and output trace data from multiple hardware and
/drivers/mtd/
DKconfig29 RedBoot is a ROM monitor and bootloader which deals with multiple
118 multiple 'images'. Each such image has a header containing its name
319 data listed in multiple partitions was dangerous; however, SCSI does
/drivers/staging/lustre/
DREADME.txt43 on multiple nodes).
/drivers/pci/
Dmsi.c352 msgctl |= entry->msi_attrib.multiple << 4; in __pci_write_msi_msg()
446 control |= (entry->msi_attrib.multiple << 4) | PCI_MSI_FLAGS_ENABLE; in __pci_restore_msi_state()
591 entry->msi_attrib.multiple = ilog2(__roundup_pow_of_two(nvec)); in msi_setup_entry()
/drivers/nvdimm/
DKconfig12 memory resource that may span multiple DIMMs and support DAX
/drivers/power/
DKconfig355 bool "Battery charger manager for multiple chargers"
359 Say Y to enable charger-manager support, which allows multiple
360 chargers attached to a battery and multiple batteries attached to a

123