Searched refs:mod (Results 351 - 375 of 448) sorted by relevance

<<1112131415161718

/linux-master/arch/xtensa/lib/
H A Dstrnlen_user.S125 .L2mod4: # address is 2 mod 4
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.c710 u32 m_target, n_target, p_target, n_best, m_best, mod; local
733 mod = (p_divisor * n_reg * 1000000) % (4 * 24 * m_reg);
750 if (!diff && mod_min > mod) {
751 mod_min = mod;
803 int mod = width % 8, t_mask, d_mask; local
805 t_mask = 0xff >> mod;
806 d_mask = ~(0xff >> mod);
812 if (mod) {
/linux-master/sound/soc/sh/rcar/
H A Dadg.c37 struct rsnd_mod mod; member in struct:rsnd_adg
741 ret = rsnd_mod_init(priv, &adg->mod, &adg_ops,
/linux-master/sound/core/
H A Dinfo.c409 static struct snd_info_entry *create_subdir(struct module *mod, argument
414 entry = snd_info_create_module_entry(mod, name, NULL);
/linux-master/drivers/scsi/
H A Dscsi.c776 struct module *mod = sdev->host->hostt->module; local
779 module_put(mod);
/linux-master/drivers/video/fbdev/core/
H A Dfbmem.c99 u32 shift_high, u32 shift_low, u32 mod)
118 if (shift_high < mod) {
98 fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, u32 shift_high, u32 shift_low, u32 mod) argument
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c25 /* R ^ 2 mod N and N0' */
27 /* A * R mod N ==> A */
29 /* A * E * R mod N ==> A */
31 /* A * A * R mod N ==> A */
73 u32 *mod, int bit_len)
88 writel(mod[opsize - loop], cryp->base + STARFIVE_PKA_CANR_OFFSET + loop * 4);
465 /* Use fallback for mod > 256 + 1 byte prefix */
71 starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx, u32 *out, u32 *in, u8 mont, u32 *mod, int bit_len) argument
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.c549 int vas_register_api_pseries(struct module *mod, enum vas_cop_type cop_type, argument
555 return vas_register_coproc_api(mod, cop_type, name, &vops_pseries);
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt2.h301 enum cxd2880_dvbt2_l1post_constell mod; member in struct:cxd2880_dvbt2_l1pre
/linux-master/arch/sh/include/asm/
H A Ddwarf.h411 #define module_dwarf_cleanup(mod) do { } while (0)
/linux-master/tools/bpf/
H A Dbpf_exp.y106 | mod
383 mod
/linux-master/drivers/gpu/drm/armada/
H A Darmada_plane.c193 CFG_GRA_MOD(drm_fb_to_armada_fb(new_state->fb)->mod);
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c83 rctx->cmd.u.rsa.mod = &ctx->u.rsa.n_sg;
/linux-master/scripts/kconfig/
H A Dgconf.c810 newval = mod;
1124 case mod:
1139 if (val != mod && sym_tristate_within_range(sym, mod))
/linux-master/drivers/parisc/
H A Dlba_pci.c1041 pa_count = pa_pdc_cell->mod[1];
1045 io_count = io_pdc_cell->mod[1];
1067 p = (void *) &(pa_pdc_cell->mod[2+i*3]);
1068 io = (void *) &(io_pdc_cell->mod[2+i*3]);
H A Dpdc_stable.c243 out += sprintf(out, "%u\n", (unsigned char)devpath->path.mod);
282 /* First, pick the mod field (the last one of the input string) */
286 hwpath.mod = simple_strtoul(temp+1, NULL, 10);
288 DPRINTK("%s: mod: %d\n", __func__, hwpath.mod);
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S37 and $1, 7, $1 # E : are they the same mod 8?
40 /* source and dest are same mod 8 address */
/linux-master/arch/parisc/include/uapi/asm/
H A Dpdc.h96 #define PDC_IODC_INDEX_DATA 0 /* get first 16 bytes from mod IODC */
375 signed char mod; /* fixed field of specified module */ member in struct:hardware_path
628 unsigned long hpa; /* mod's register set address */
/linux-master/arch/parisc/kernel/
H A Dprocessor.c126 txn_addr = pa_pdc_cell->mod[0]; /* id_eid for IO sapic */
/linux-master/drivers/most/
H A Dcore.c1104 if (!try_module_get(iface->mod)) {
1148 module_put(iface->mod);
1181 if (iface->mod)
1182 module_put(iface->mod);
/linux-master/drivers/md/
H A Ddm-verity-fec.c36 u32 mod; local
38 mod = do_div(offset, v->fec->rsn);
39 return offset + mod * (v->fec->rounds << v->data_dev_block_bits);
/linux-master/fs/xfs/
H A Dxfs_rtalloc.c1334 xfs_extlen_t mod = 0; /* product factor for allocators */ local
1412 div_u64_rem(ap->offset, align, &mod);
1413 if (mod || ap->length % align) {
/linux-master/fs/
H A Dcoredump.c973 unsigned mod = (cprm->pos + cprm->to_skip) & (align - 1); local
976 if (mod)
977 cprm->to_skip += align - mod;
/linux-master/kernel/trace/
H A Dtrace.c146 struct module *mod; member in struct:trace_eval_map_head
155 * than "mod" or "eval_string"
167 * belong to if not built in (head.mod). The ending item contains a
5436 "\t Format: :mod:<module-name>\n"
5437 "\t example: echo :mod:ext3 > set_ftrace_filter\n"
5465 "\t modules: Can select a group via module command :mod:\n"
5803 trace_insert_eval_map_file(struct module *mod, struct trace_eval_map **start, argument
5839 map_array->head.mod = mod;
5860 static inline void trace_insert_eval_map_file(struct module *mod, argument
5864 trace_insert_eval_map(struct module *mod, struct trace_eval_map **start, int len) argument
9696 trace_module_add_evals(struct module *mod) argument
9712 trace_module_remove_evals(struct module *mod) argument
9740 trace_module_remove_evals(struct module *mod) argument
9746 struct module *mod = data; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S82 | 2.3 Calculate J = N mod 64; so J = 0,1,2,..., or 63.
189 | 8.3 Calculate J = N mod 64, J = 0,1,...,63
234 | 2.2 Calculate J = N mod 64; so J = 0,1,2,..., or 63.
492 andil #0x3F,%d0 | ...D0 is J = N mod 64
592 andil #0x3F,%d0 | ...D0 is J = N mod 64
659 andil #0x3F,%d0 | ...D0 is J = N mod 64

Completed in 686 milliseconds

<<1112131415161718