Searched refs:dec (Results 51 - 75 of 153) sorted by relevance

1234567

/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec_ctrls.c16 struct vdec_controls *ctr = &inst->controls.dec;
52 struct vdec_controls *ctr = &inst->controls.dec;
/linux-master/arch/x86/lib/
H A Dcopy_user_64.S47 dec %rcx
H A Dclear_page_64.S78 dec %rcx
H A Dcopy_user_uncached_64.S140 dec %edx
174 dec %edx
H A Dcopy_page_64.S32 dec %rcx
/linux-master/arch/mips/dec/prom/
H A Dinit.c20 #include <asm/dec/prom.h>
/linux-master/drivers/mtd/devices/
H A Dms02-nv.c16 #include <asm/dec/ioasic_addrs.h>
17 #include <asm/dec/kn02.h>
18 #include <asm/dec/kn03.h>
/linux-master/drivers/crypto/
H A Dsa2ul.c840 ctx->dec.sc_id, &ctx->dec.sc_phys);
843 sa_free_ctx_info(&ctx->dec, data);
862 ret = sa_init_ctx_info(&ctx->dec, data);
881 ctx->dec.sc_id, &ctx->dec.sc_phys);
926 if (sa_init_sc(&ctx->dec, ctx->dev_data->match_data, key, keylen, NULL, 0,
927 ad, 0, &ctx->dec.epib[1]))
931 cmdl_len = sa_format_cmdl_gen(&cfg, (u8 *)ctx->dec.cmdl,
932 &ctx->dec
[all...]
/linux-master/net/mpls/
H A Daf_mpls.c159 struct mpls_entry_decoded dec; local
174 dec = mpls_entry_decode(hdr);
179 if (likely(dec.label >= MPLS_LABEL_FIRST_UNRESERVED)) {
180 hash = jhash_1word(dec.label, hash);
190 } else if (dec.label == MPLS_LABEL_ENTROPY) {
194 if (!dec.bos)
271 struct sk_buff *skb, struct mpls_entry_decoded dec)
306 new_ttl = dec.ttl;
328 hdr6->hop_limit = dec.ttl;
349 struct mpls_entry_decoded dec; local
270 mpls_egress(struct net *net, struct mpls_route *rt, struct sk_buff *skb, struct mpls_entry_decoded dec) argument
1758 struct mpls_entry_decoded dec; local
[all...]
/linux-master/drivers/tty/serial/
H A Ddz.c13 * Changed IRQ to use Harald's dec internals interrupts.h
53 #include <asm/dec/interrupts.h>
54 #include <asm/dec/kn01.h>
55 #include <asm/dec/kn02.h>
56 #include <asm/dec/machtype.h>
57 #include <asm/dec/prom.h>
58 #include <asm/dec/system.h>
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-hw.c102 u32 *dec)
107 *dec = 1;
109 *dec = 2;
111 *dec = 4;
113 *dec = 8;
115 return min_t(u32, from * 0x1000 / (to * *dec), ISI_DOWNSCALE_THRESHOLD);
101 mxc_isi_channel_scaling_ratio(unsigned int from, unsigned int to, u32 *dec) argument
/linux-master/net/ipv4/
H A Dtcp_nv.c43 * nv_dec_eval_min_calls Wait this many RTT measurements before dec cwnd
403 int dec; local
405 dec = max(2U, ((tcp_snd_cwnd(tp) - max_win) *
407 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - dec);
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.h69 void (*dec)(void *context, const void *value, unsigned int count); member in struct:dm_btree_value_type
73 * overwritten with a new one, the old one has the dec method
H A Ddm-array.c137 if (vt->dec)
138 on_entries(info, ab, vt->dec);
209 if (vt->dec)
210 vt->dec(vt->context, element_at(info, ab, new_nr - 1), delta);
652 bvt->dec = block_dec;
833 if (vt->dec &&
835 vt->dec(vt->context, old_value, 1);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h511 int dec[PRECISION]; local
515 dec[i] = tmp / (1 << SHIFT_AMOUNT);
516 tmp = tmp - ((1 << SHIFT_AMOUNT)*dec[i]);
518 scaledDecimal = scaledDecimal + dec[i]*uPow(10, PRECISION - 1 - i);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c588 long int dec = mfspr(SPRN_DEC); local
590 dec = (int) dec;
591 if (dec < 0)
/linux-master/drivers/iio/imu/
H A Dadis16475.c279 u16 dec; local
294 ret = __adis_read_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, &dec);
300 *freq = DIV_ROUND_CLOSEST(sample_rate, dec + 1);
310 u16 dec; local
365 dec = DIV_ROUND_CLOSEST(sample_rate, freq);
367 if (dec)
368 dec--;
370 if (dec > st->info->max_dec)
371 dec = st->info->max_dec;
373 ret = __adis_write_reg_16(&st->adis, ADIS16475_REG_DEC_RATE, dec);
[all...]
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c212 static int medusa_PALCombInit(struct cx25821_dev *dev, int dec) argument
219 COMB_2D_HFS_CFG + (0x200 * dec), 0x20002861);
221 COMB_2D_HFD_CFG + (0x200 * dec), 0x20002861);
223 COMB_2D_LF_CFG + (0x200 * dec), 0x200A1023);
227 COMB_FLAT_THRESH_CTRL + (0x200 * dec), &tmp);
230 COMB_FLAT_THRESH_CTRL + (0x200 * dec), value);
234 COMB_2D_BLEND + (0x200 * dec), 0x210F0F0F);
238 COMB_MISC_CTRL + (0x200 * dec), 0x41120A7F);
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c119 u64 dec, dec_multiple; local
129 dec = div_u64_rem(dec_multiple, multiplier, &frac);
142 config->decimal_div_start = dec;
429 u32 dec; local
432 dec = dsi_phy_read(base + REG_DSI_10nm_PHY_PLL_DECIMAL_DIV_START_1);
433 dec &= 0xff;
446 pll_freq = dec * (ref_clk * 2);
453 DBG("DSI PLL%d returning vco rate = %lu, dec = %x, frac = %x",
454 pll_10nm->phy->id, (unsigned long)vco_rate, dec, frac);
/linux-master/drivers/s390/cio/
H A Dqdio.h319 #define sub_buf(bufnr, dec) QDIO_BUFNR((bufnr) - (dec))
/linux-master/drivers/mtd/nand/
H A Decc-mtk.c144 u32 dec, enc; local
146 dec = readw(ecc->regs + ecc->caps->ecc_regs[ECC_DECIRQ_STA])
148 if (dec) {
149 dec = readw(ecc->regs + ecc->caps->ecc_regs[ECC_DECDONE]);
150 if (dec & ecc->sectors) {
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_inline.h467 int c, old, dec; local
471 dec = c - amount;
472 if (unlikely(dec < 0))
473 dec = 0;
475 old = atomic_cmpxchg((v), c, dec);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c34 } dec; member in union:qat_rsa_input_params::__anon60
54 } dec; member in union:qat_rsa_output_params::__anon64
827 qat_req->in.rsa.dec.d = ctx->dma_d;
828 qat_req->in.rsa.dec.n = ctx->dma_n;
854 qat_req->in.rsa.dec.c = dma_map_single(dev, vaddr, ctx->key_sz,
856 if (unlikely(dma_mapping_error(dev, qat_req->in.rsa.dec.c)))
868 qat_req->out.rsa.dec.m = dma_map_single(dev, vaddr, ctx->key_sz,
870 if (unlikely(dma_mapping_error(dev, qat_req->out.rsa.dec.m)))
917 if (!dma_mapping_error(dev, qat_req->out.rsa.dec.m))
918 dma_unmap_single(dev, qat_req->out.rsa.dec
[all...]
/linux-master/arch/mips/dec/
H A Dkn01-berr.c24 #include <asm/dec/kn01.h>
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h37 #define _ASM_DEC __ASM_SIZE(dec)

Completed in 478 milliseconds

1234567