Home
last modified time | relevance | path

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

1234

/drivers/crypto/nx/
A Dnx-842.c182 if (slen % c->multiple) in compress()
183 adj_slen = round_up(slen, c->multiple); in compress()
207 if (dlen % c->multiple) in compress()
208 dlen = round_down(dlen, c->multiple); in compress()
213 dlen = round_down(dlen, c->multiple); in compress()
286 add_header = (p.iremain % c.multiple || in nx842_crypto_compress()
290 p.oremain % c.multiple || in nx842_crypto_compress()
368 if (slen % c->multiple) in decompress()
369 adj_slen = round_up(slen, c->multiple); in decompress()
388 if (dlen % c->multiple) in decompress()
[all …]
A Dnx-842.h134 int multiple; member
A Dnx-common-pseries.c50 .multiple = DDE_BUFFER_LAST_MULT,
63 if (*len % nx842_pseries_constraints.multiple) { in check_constraints()
66 nx842_pseries_constraints.multiple); in check_constraints()
69 *len = round_down(*len, nx842_pseries_constraints.multiple); in check_constraints()
/drivers/gpu/drm/amd/display/dc/dml/
A Ddml_inline_defs.h134 unsigned int multiple, in dml_round_to_multiple() argument
139 if (multiple == 0) in dml_round_to_multiple()
142 remainder = num % multiple; in dml_round_to_multiple()
148 return (num + multiple - remainder); in dml_round_to_multiple()
/drivers/media/rc/img-ir/
A 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/
A DKconfig25 read or write transactions into multiple smaller transactions
36 buffer in the SG list has data size that is not a multiple
40 stress with multiple ports injecting line-rate traffic.
/drivers/mmc/host/
A Drenesas_sdhi_sys_dmac.c164 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local
171 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx()
177 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx()
236 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local
243 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx()
249 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
A Dmmc_spi.c509 mmc_spi_setup_data_message(struct mmc_spi_host *host, bool multiple, bool write) in mmc_spi_setup_data_message() argument
523 if (multiple) in mmc_spi_setup_data_message()
566 if (multiple || write) { in mmc_spi_setup_data_message()
775 bool multiple = (data->blocks > 1); in mmc_spi_data_do() local
781 mmc_spi_setup_data_message(host, multiple, write); in mmc_spi_data_do()
824 if (!multiple) in mmc_spi_data_do()
848 if (write && multiple) { in mmc_spi_data_do()
/drivers/net/ethernet/microchip/fdma/
A DKconfig11 Provides the basic FDMA functionality for multiple Microchip
16 DMA engine in multiple microchip switchcores.
/drivers/thermal/qcom/
A 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/staging/media/atomisp/
A Dnotes.txt18 ia_css_binary_find(). Some binaries support creating multiple outputs
27 Since getting a picture requires multiple processing steps,
29 on the ISP can do multiple processing steps in a single pipeline
/drivers/phy/mediatek/
A DKconfig35 it supports multiple usb2.0, usb3.0 ports, PCIe and
61 multiple USB2.0, USB3.1 GEN2 ports.
80 The driver supports multiple CSI cdphy ports simultaneously.
/drivers/gpu/drm/xe/
A DKconfig.profile18 Configures the default max timeslice duration between multiple
24 Configures the default min timeslice duration between multiple
/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_utils.c368 unsigned int dml2_core_utils_round_to_multiple(unsigned int num, unsigned int multiple, bool up) in dml2_core_utils_round_to_multiple() argument
372 if (multiple == 0) in dml2_core_utils_round_to_multiple()
375 remainder = num % multiple; in dml2_core_utils_round_to_multiple()
380 return (num + multiple - remainder); in dml2_core_utils_round_to_multiple()
A Ddml2_core_utils.h19 unsigned int dml2_core_utils_round_to_multiple(unsigned int num, unsigned int multiple, bool up);
/drivers/perf/amlogic/
A DKconfig9 supports multiple channels to monitor the memory
/drivers/misc/mchp_pci1xxxx/
A DKconfig10 multiple functions and one of the functions is a GPIO controller
/drivers/iio/common/hid-sensors/
A DKconfig14 There are many attributes which can be shared among multiple
/drivers/gpu/drm/ci/xfails/
A Di915-tgl-skips.txt37 # Kernel panic and test hangs with multiple kms tests
/drivers/misc/bcm-vk/
A DKconfig11 multiple specific offload processing tasks in parallel.
/drivers/mtd/parsers/
A DKconfig81 that can have multiple "firmware" partitions. It takes care of
110 multiple 'images'. Each such image has a header containing its name
156 RedBoot is a ROM monitor and bootloader which deals with multiple
/drivers/soc/loongson/
A DKconfig27 Disk), ACPI S5 (Soft Shutdown) and supports multiple wake-up methods
/drivers/acpi/dptf/
A DKconfig10 As a container for multiple power/thermal technologies, DPTF provides
/drivers/pci/endpoint/functions/
A DKconfig23 controller functionality using multiple PCIe endpoint instances.
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddisplay_mode_util.h51 __DML_DLL_EXPORT__ dml_uint_t dml_round_to_multiple(dml_uint_t num, dml_uint_t multiple, dml_bool_t…

Completed in 48 milliseconds

1234