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

12

/linux-master/arch/powerpc/include/asm/
H A Demulated_ops.h30 struct ppc_emulated_entry multiple; member in struct:ppc_emulated
/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/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-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,
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);
/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/
H A DMakefile146 $(error building multiple external modules is not supported))
/linux-master/arch/arc/kernel/
H A Dentry-compact.S319 ; Restore REG File. In case multiple Events outstanding,
/linux-master/arch/arm/boot/compressed/
H A Dhead.S506 add r9, r9, #31 @ rounded up to a multiple
/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
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S990 # Handle multiple partial blocks for encrypt and decrypt
H A Dpoly1305-p10le_64.S12 # - Handle multiple 64 byte blcok.
/linux-master/arch/powerpc/kernel/
H A Dtraps.c662 pr_cont("Hit on multiple TLB entries\n");
2281 WARN_EMULATED_SETUP(multiple),
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S273 # The size of the message pointed to by "data" must be an integer multiple
H A Dsha512-avx2-asm.S565 # The size of the message pointed to by "data" must be an integer multiple
H A Dsha512-ssse3-asm.S274 # The size of the message pointed to by "data" must be an integer multiple
/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/gpu/drm/amd/display/dc/dml2/
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);
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);
/linux-master/drivers/mmc/host/
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) {
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) {
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1028 _fn(multiple, 4, 0x17, STATS_TYPE_BANK0), \
1399 MV88E6XXX_ETH_MAC_STAT_MAP(multiple, MultipleCollisionFrames);
2124 /* DSA and CPU ports have to be members of multiple vlans */
/linux-master/drivers/net/ppp/
H A Dpppoe.c10 * 070228 : Fix to allow multiple sessions with same remote MAC and same
136 #error 8 must be a multiple of PPPOE_HASH_BITS

Completed in 304 milliseconds

12