/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | xfi.c | 24 static unsigned int multiple = 2; variable 27 MODULE_PARM_DESC(multiple, "Rate multiplier (default=2)"); 28 module_param(multiple, uint, 0444); 83 if ((multiple != 1) && (multiple != 2) && (multiple != 4)) { in ct_card_probe() 84 dev_err(card->dev, "Invalid multiple value %u!!!\n", in ct_card_probe() 85 multiple); in ct_card_probe() 87 "The valid values for multiple are 1, 2 and 4, Value 2 is assumed.\n"); in ct_card_probe() 88 multiple in ct_card_probe() [all...] |
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | xfi.c | 23 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)) { in ct_card_probe() 83 dev_err(card->dev, "Invalid multiple value %u!!!\n", in ct_card_probe() 84 multiple); in ct_card_probe() 86 "The valid values for multiple are 1, 2 and 4, Value 2 is assumed.\n"); in ct_card_probe() 87 multiple in ct_card_probe() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml_inline_defs.h | 131 unsigned int multiple, in dml_round_to_multiple() 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() 130 dml_round_to_multiple(unsigned int num, unsigned int multiple, unsigned char up) dml_round_to_multiple() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml_inline_defs.h | 126 unsigned int multiple, in dml_round_to_multiple() 131 if (multiple == 0) in dml_round_to_multiple() 134 remainder = num % multiple; in dml_round_to_multiple() 140 return (num + multiple - remainder); in dml_round_to_multiple() 125 dml_round_to_multiple(unsigned int num, unsigned int multiple, unsigned char up) dml_round_to_multiple() argument
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-842.c | 18 * 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) 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() 310 pr_err("Internal error: No header but multiple group in nx842_crypto_compress() [all...] |
H A D | nx-842.h | 20 * 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
|
H A D | nx-842-pseries.c | 24 .multiple = DDE_BUFFER_LAST_MULT, 37 if (*len % nx842_pseries_constraints.multiple) { in check_constraints() 38 pr_debug("%s buffer len 0x%x not multiple of 0x%x\n", in check_constraints() 40 nx842_pseries_constraints.multiple); in check_constraints() 43 *len = round_down(*len, nx842_pseries_constraints.multiple); in check_constraints()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-842.c | 18 * 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) 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() 310 pr_err("Internal error: No header but multiple group in nx842_crypto_compress() [all...] |
H A D | nx-842.h | 20 * 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
|
H A D | nx-common-pseries.c | 49 .multiple = DDE_BUFFER_LAST_MULT, 62 if (*len % nx842_pseries_constraints.multiple) { in check_constraints() 63 pr_debug("%s buffer len 0x%x not multiple of 0x%x\n", in check_constraints() 65 nx842_pseries_constraints.multiple); in check_constraints() 68 *len = round_down(*len, nx842_pseries_constraints.multiple); in check_constraints()
|
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
H A D | img-ir-raw.c | 22 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()
|
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/ |
H A D | img-ir-raw.c | 22 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()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | renesas_sdhi_sys_dmac.c | 160 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 167 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx() 173 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx() 232 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local 239 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx() 245 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
|
H A D | mmc_spi.c | 46 * to issue multiple spi_message requests with the chipselect active, 85 * controller has to do multiple partial block writes (argggh!). With 522 int multiple, in mmc_spi_setup_data_message() 537 if (multiple) in mmc_spi_setup_data_message() 580 if (multiple || direction == DMA_TO_DEVICE) { in mmc_spi_setup_data_message() 790 int multiple = (data->blocks > 1); in mmc_spi_data_do() local 795 mmc_spi_setup_data_message(host, multiple, direction); in mmc_spi_data_do() 841 if (!multiple) in mmc_spi_data_do() 865 if (direction == DMA_TO_DEVICE && multiple) { in mmc_spi_data_do() 520 mmc_spi_setup_data_message( struct mmc_spi_host *host, int multiple, enum dma_data_direction direction) mmc_spi_setup_data_message() argument
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | renesas_sdhi_sys_dmac.c | 163 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_rx() local 170 multiple = false; in renesas_sdhi_sys_dmac_start_dma_rx() 176 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_rx() 235 bool aligned = true, multiple = true; in renesas_sdhi_sys_dmac_start_dma_tx() local 242 multiple = false; in renesas_sdhi_sys_dmac_start_dma_tx() 248 (align & PAGE_MASK))) || !multiple) { in renesas_sdhi_sys_dmac_start_dma_tx()
|
H A D | mmc_spi.c | 46 * to issue multiple spi_message requests with the chipselect active, 85 * controller has to do multiple partial block writes (argggh!). With 515 bool multiple, in mmc_spi_setup_data_message() 530 if (multiple) in mmc_spi_setup_data_message() 573 if (multiple || direction == DMA_TO_DEVICE) { in mmc_spi_setup_data_message() 783 bool multiple = (data->blocks > 1); in mmc_spi_data_do() local 788 mmc_spi_setup_data_message(host, multiple, direction); in mmc_spi_data_do() 831 if (!multiple) in mmc_spi_data_do() 853 if (direction == DMA_TO_DEVICE && multiple) { in mmc_spi_data_do() 513 mmc_spi_setup_data_message( struct mmc_spi_host *host, bool multiple, enum dma_data_direction direction) mmc_spi_setup_data_message() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | Makefile | 22 TEST_GEN_PROGS += proc-multiple-procfs
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | emulated_ops.h | 30 struct ppc_emulated_entry multiple; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | emulated_ops.h | 30 struct ppc_emulated_entry multiple; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | Makefile | 26 TEST_GEN_PROGS += proc-multiple-procfs
|
/kernel/linux/linux-5.10/scripts/ |
H A D | config | 36 commands can be repeated multiple times
|
/kernel/linux/linux-6.6/scripts/ |
H A D | config | 36 commands can be repeated multiple times
|
/kernel/linux/linux-5.10/arch/c6x/lib/ |
H A D | strasgi.S | 12 ;; 4, and the size a multiple of 4 greater than or equal to 28.
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 441 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
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 441 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
|