Home
last modified time | relevance | path

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

1234

/drivers/gpu/drm/amd/display/dc/dml/
Ddml_inline_defs.h131 unsigned int multiple, in dml_round_to_multiple() argument
136 if (multiple == 0) in dml_round_to_multiple()
139 remainder = num % multiple; in dml_round_to_multiple()
145 return (num + multiple - remainder); in dml_round_to_multiple()
/drivers/crypto/nx/
Dnx-842.c177 if (slen % c->multiple) in compress()
178 adj_slen = round_up(slen, c->multiple); in compress()
202 if (dlen % c->multiple) in compress()
203 dlen = round_down(dlen, c->multiple); in compress()
208 dlen = round_down(dlen, c->multiple); in compress()
279 add_header = (p.iremain % c.multiple || in nx842_crypto_compress()
283 p.oremain % c.multiple || in nx842_crypto_compress()
361 if (slen % c->multiple) in decompress()
362 adj_slen = round_up(slen, c->multiple); in decompress()
381 if (dlen % c->multiple) in decompress()
[all …]
Dnx-842.h133 int multiple; member
Dnx-common-pseries.c49 .multiple = DDE_BUFFER_LAST_MULT,
62 if (*len % nx842_pseries_constraints.multiple) { in check_constraints()
65 nx842_pseries_constraints.multiple); in check_constraints()
68 *len = round_down(*len, nx842_pseries_constraints.multiple); in check_constraints()
/drivers/media/rc/img-ir/
Dimg-ir-raw.c22 int multiple; in img_ir_refresh_raw() local
26 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE); in img_ir_refresh_raw()
33 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw()
/drivers/net/ethernet/freescale/fman/
DKconfig24 read or write transactions into multiple smaller transactions
35 buffer in the SG list has data size that is not a multiple
39 stress with multiple ports injecting line-rate traffic.
/drivers/mmc/host/
Drenesas_sdhi_sys_dmac.c162 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local
169 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx()
175 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx()
234 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local
241 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx()
247 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
Dmmc_spi.c515 int multiple, in mmc_spi_setup_data_message() argument
530 if (multiple) in mmc_spi_setup_data_message()
573 if (multiple || direction == DMA_TO_DEVICE) { in mmc_spi_setup_data_message()
783 int multiple = (data->blocks > 1); in mmc_spi_data_do() local
788 mmc_spi_setup_data_message(host, multiple, direction); in mmc_spi_data_do()
833 if (!multiple) in mmc_spi_data_do()
857 if (direction == DMA_TO_DEVICE && multiple) { in mmc_spi_data_do()
/drivers/thermal/qcom/
DKconfig8 up in Sysfs as a thermal zone with multiple trip points. Disabling the
20 device. It shows up as a thermal zone with multiple trip points.
30 PMIC devices. It shows up in sysfs as a thermal sensor with multiple
/drivers/gpu/vga/
DKconfig8 hard-decoded addresses as they did on ISA. When multiple PCI devices
19 multiple GPUS. The overhead for each GPU is very small.
/drivers/phy/mediatek/
DKconfig13 it supports multiple usb2.0, usb3.0 ports, PCIe and
39 multiple USB2.0, USB3.1 GEN2 ports.
/drivers/staging/fieldbus/
DTODO3 verification/sign-off by multiple users.
/drivers/mtd/parsers/
DKconfig76 that can have multiple "firmware" partitions. It takes care of
105 multiple 'images'. Each such image has a header containing its name
136 RedBoot is a ROM monitor and bootloader which deals with multiple
/drivers/pci/endpoint/functions/
DKconfig23 controller functionality using multiple PCIe endpoint instances.
/drivers/iio/common/hid-sensors/
DKconfig14 There are many attributes which can be shared among multiple
/drivers/misc/bcm-vk/
DKconfig11 multiple specific offload processing tasks in parallel.
/drivers/acpi/dptf/
DKconfig10 As a container for multiple power/thermal technologies, DPTF provides
/drivers/clk/baikal-t1/
DKconfig9 consists of multiple global clock domains, which can be reset by
/drivers/powercap/
DKconfig11 of multiple control types that determine which settings may be exposed and
/drivers/extcon/
DKconfig8 multiple states; i.e., an extcon that may have multiple
/drivers/net/team/
DKconfig6 multiple ethernet devices.
/drivers/soc/fsl/qbman/
DKconfig10 sharing of networking interfaces and accelerators by multiple CPUs.
/drivers/nvme/host/
DKconfig25 even if it is accessible through multiple controllers.
/drivers/base/
DKconfig195 multiple drivers. A buffer is associated with a file using driver
205 lockup related problems for dma-buffers shared across multiple
/drivers/md/
DKconfig11 Support multiple physical spindles through a single logical device.
54 If you say Y here, then your multiple devices driver will be able to
67 If you say Y here, then your multiple devices driver will be able to
90 an error free MD (multiple device) to the higher levels of the
189 synchronization across multiple systems on the cluster, so all

1234