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

12

/linux-master/sound/pci/ctxfi/
H A Dxfi.c23 static unsigned int multiple = 2; variable
26 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)");
27 module_param(multiple, uint, 0444);
82 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) {
83 dev_err(card->dev, "Invalid multiple value %u!!!\n",
84 multiple);
86 "The valid values for multiple are 1, 2 and 4, Value 2 is assumed.\n");
87 multiple
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h126 unsigned int multiple,
131 if (multiple == 0)
134 remainder = num % multiple;
140 return (num + multiple - remainder);
125 dml_round_to_multiple(unsigned int num, unsigned int multiple, unsigned char up) argument
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-raw.c22 int multiple; local
26 multiple = ((irq_status & IMG_IR_IRQ_EDGE) == IMG_IR_IRQ_EDGE);
33 if (multiple && ir_status == raw->last_status)
/linux-master/drivers/crypto/nx/
H A Dnx-842.c18 * to be specifically aligned, to be a specific multiple in length, and within
43 * hardware decompressor if the original input buffer length is not a multiple
177 if (slen % c->multiple)
178 adj_slen = round_up(slen, c->multiple);
202 if (dlen % c->multiple)
203 dlen = round_down(dlen, c->multiple);
208 dlen = round_down(dlen, c->multiple);
279 add_header = (p.iremain % c.multiple ||
283 p.oremain % c.multiple ||
310 pr_err("Internal error: No header but multiple group
[all...]
H A Dnx-842.h20 * Each DDE buffer size is a multiple of 32 bytes (except the last)
21 * The last DDE buffer size is a multiple of 8 bytes
116 * @multiple: All buffer lengths should be a multiple of this
124 * assumed that compressed data will always adhere to the multiple
133 int multiple; member in struct:nx842_constraints
H A Dnx-common-pseries.c49 .multiple = DDE_BUFFER_LAST_MULT,
62 if (*len % nx842_pseries_constraints.multiple) {
63 pr_debug("%s buffer len 0x%x not multiple of 0x%x\n",
65 nx842_pseries_constraints.multiple);
68 *len = round_down(*len, nx842_pseries_constraints.multiple);
H A Dnx-common-powernv.c135 * DDE_BUFFER_ALIGN aligned, and that is a multiple of
137 * are guaranteed a multiple of DDE_BUFFER_SIZE_MULT.
140 pr_debug("%s buffer len 0x%x not a multiple of 0x%x\n",
1020 .multiple = DDE_BUFFER_LAST_MULT,
/linux-master/arch/powerpc/include/asm/
H A Demulated_ops.h30 struct ppc_emulated_entry multiple; member in struct:ppc_emulated
/linux-master/scripts/
H A Dconfig36 commands can be repeated multiple times
H A Ddocumentation-file-ref-check232 print STDERR "WARNING: Won't auto-replace, as found multiple files close to $ref:\n";
H A Dkernel-doc1211 # The type may have multiple words,
1212 # and multiple IDs can be defined, like:
2082 # strip leading/trailing/multiple spaces
2485 May be specified multiple times.
2491 May be specified multiple times.
2509 May be specified multiple times.
H A Dget_feat.pl596 Put the script in verbose mode, useful for debugging. Can be called multiple
/linux-master/tools/testing/selftests/proc/
H A DMakefile26 TEST_GEN_PROGS += proc-multiple-procfs
/linux-master/drivers/mmc/host/
H A Drenesas_sdhi_sys_dmac.c163 bool aligned = true, multiple = true; local
170 multiple = false;
176 (align & PAGE_MASK))) || !multiple) {
235 bool aligned = true, multiple = true; local
242 multiple = false;
248 (align & PAGE_MASK))) || !multiple) {
H A Dmmc_spi.c45 * to issue multiple spi_message requests with the chipselect active,
84 * controller has to do multiple partial block writes (argggh!). With
512 mmc_spi_setup_data_message(struct mmc_spi_host *host, bool multiple, bool write) argument
526 if (multiple)
569 if (multiple || write) {
778 bool multiple = (data->blocks > 1); local
784 mmc_spi_setup_data_message(host, multiple, write);
827 if (!multiple)
851 if (write && multiple) {
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H 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 up);
H A Ddisplay_mode_util.c201 dml_uint_t dml_round_to_multiple(dml_uint_t num, dml_uint_t multiple, dml_bool_t up) argument
205 if (multiple == 0)
208 remainder = num % multiple;
213 return (num + multiple - remainder);
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh27 Run nolibc testsuite for multiple architectures with crosstools
/linux-master/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh506 echo Test normal case, multiple cgroups.
552 echo Test normal case with write, multiple cgroups.
/linux-master/arch/sparc/lib/
H A DM7memcpy.S441 andn %o2, 0x3f, %o5 ! %o5 is multiple of block size
451 ! to allow multiple requests to not be blocked by overflowing the
556 andn %o2, 0x3f, %o5 ! %o5 is multiple of block size
603 sub %o3, 64, %o3 ! %o3 will be multiple of 8
670 andn %o2, 0x3f, %o5 ! %o5 is multiple of block size
719 andn %o2, 0x7, %o5 ! %o5 is multiple of 8
724 add %o1, %o5, %o1 ! advance %o1 to after multiple of 8
/linux-master/drivers/pci/msi/
H A Dmsi.c192 msgctl |= FIELD_PREP(PCI_MSI_FLAGS_QSIZE, desc->pci.msi_attrib.multiple);
304 desc.pci.msi_attrib.multiple = ilog2(__roundup_pow_of_two(nvec));
516 FIELD_PREP(PCI_MSI_FLAGS_QSIZE, entry->pci.msi_attrib.multiple);
/linux-master/arch/arc/kernel/
H A Dentry-compact.S319 ; Restore REG File. In case multiple Events outstanding,
/linux-master/include/linux/
H A Dmsi.h105 * @multiple: [PCI MSI/X] log2 num of messages allocated
120 u8 multiple : 3; member in struct:pci_msi_desc::__anon2232
566 /* Support multiple PCI MSI interrupts */
/linux-master/arch/arm/kernel/
H A Dentry-header.S24 @ This _must_ remain a multiple of 8 for EABI.
/linux-master/arch/powerpc/
H A DMakefile69 MULTIPLEWORD := -mno-multiple
150 # Clang doesn't support -mmultiple / -mno-multiple

Completed in 394 milliseconds

12