Searched refs:acnt (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.c116 int pvr2_debugifc_print_info(struct pvr2_hdw *hdw,char *buf,unsigned int acnt) argument
120 ccnt = scnprintf(buf, acnt, "Driver hardware description: %s\n",
122 bcnt += ccnt; acnt -= ccnt; buf += ccnt;
123 ccnt = scnprintf(buf,acnt,"Driver state info:\n");
124 bcnt += ccnt; acnt -= ccnt; buf += ccnt;
125 ccnt = pvr2_hdw_state_report(hdw,buf,acnt);
126 bcnt += ccnt; acnt -= ccnt; buf += ccnt;
133 char *buf,unsigned int acnt)
143 ccnt = scnprintf(buf,acnt,"USB link speed: %s\n",
145 bcnt += ccnt; acnt
132 pvr2_debugifc_print_status(struct pvr2_hdw *hdw, char *buf,unsigned int acnt) argument
[all...]
H A Dpvrusb2-sysfs.c286 unsigned int cnt,acnt; local
356 acnt = 0;
357 cip->attr_gen[acnt++] = &cip->attr_name.attr;
358 cip->attr_gen[acnt++] = &cip->attr_type.attr;
359 cip->attr_gen[acnt++] = &cip->attr_val.attr;
360 cip->attr_gen[acnt++] = &cip->attr_def.attr;
364 cip->attr_gen[acnt++] = &cip->attr_custom.attr;
371 cip->attr_gen[acnt++] = &cip->attr_enum.attr;
375 cip->attr_gen[acnt++] = &cip->attr_min.attr;
376 cip->attr_gen[acnt
[all...]
H A Dpvrusb2-hdw.c4678 char *buf,unsigned int acnt)
4685 acnt-tcnt,
4706 char *buf,unsigned int acnt)
4711 buf,acnt,
4723 buf,acnt,
4732 buf,acnt,
4760 buf,acnt,
4768 acnt,
4773 acnt-tcnt);
4776 acnt
4677 print_input_mask(unsigned int msk, char *buf,unsigned int acnt) argument
4705 pvr2_hdw_report_unlocked(struct pvr2_hdw *hdw,int which, char *buf,unsigned int acnt) argument
4816 pvr2_hdw_report_clients(struct pvr2_hdw *hdw, char *buf, unsigned int acnt) argument
4856 pvr2_hdw_state_report(struct pvr2_hdw *hdw, char *buf,unsigned int acnt) argument
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Daperfmperf.c29 u64 acnt; member in struct:aperfmperf
350 static void scale_freq_tick(u64 acnt, u64 mcnt) argument
357 if (check_shl_overflow(acnt, 2*SCHED_CAPACITY_SHIFT, &acnt))
363 freq_scale = div64_u64(acnt, mcnt);
379 static inline void scale_freq_tick(u64 acnt, u64 mcnt) { } argument
385 u64 acnt, mcnt, aperf, mperf; local
392 acnt = aperf - s->aperf;
400 s->acnt = acnt;
419 u64 acnt, mcnt; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c1891 int acnt = 0x10, rep, i; local
1894 acnt = 0x20;
1905 xf_emit(ctx, (acnt/8)-1, 0); /* ffffffff VP_ATTR_EN */
1906 xf_emit(ctx, acnt/8, 0); /* ffffffff VTX_ATR_MASK_UNK0DD0 */
1944 xf_emit(ctx, (acnt/8)-1, 0); /* ffffffff VP_ATTR_EN */
1964 xf_emit(ctx, acnt, 0); /* 1 tesla UNK1000 */
1968 xf_emit(ctx, acnt, 0); /* ffffffff VERTEX_ARRAY_UNK90C */
1971 xf_emit(ctx, acnt, 0); /* ffffffff VERTEX_ARRAY_UNK90C */
1974 xf_emit(ctx, acnt, 0); /* RO */
1985 xf_emit(ctx, acnt,
[all...]
/linux-master/drivers/dma/ti/
H A Dedma.c898 unsigned int acnt, unsigned int dma_length,
920 * (dma_length / acnt) by (SZ_64K -1). This is so
930 ccnt = dma_length / acnt / (SZ_64K - 1);
931 bcnt = dma_length / acnt - ccnt * (SZ_64K - 1);
940 cidx = acnt;
953 ccnt = dma_length / (acnt * bcnt);
958 cidx = acnt * bcnt;
964 src_bidx = acnt;
972 dst_bidx = acnt;
976 src_bidx = acnt;
896 edma_config_pset(struct dma_chan *chan, struct edma_pset *epset, dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst, unsigned int acnt, unsigned int dma_length, enum dma_transfer_direction direction) argument
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_attr.c2312 u32 cnt = 0, acnt = 0; local
2320 if (lpfc_get_hba_info(phba, NULL, NULL, &cnt, &acnt, NULL, NULL))
2321 return scnprintf(buf, PAGE_SIZE, "%d\n", (cnt - acnt));
2377 u32 cnt = 0, acnt = 0; local
2385 if (lpfc_get_hba_info(phba, &cnt, &acnt, NULL, NULL, NULL, NULL))
2386 return scnprintf(buf, PAGE_SIZE, "%d\n", (cnt - acnt));
2442 u32 cnt = 0, acnt = 0; local
2450 if (lpfc_get_hba_info(phba, NULL, NULL, NULL, NULL, &cnt, &acnt))
2451 return scnprintf(buf, PAGE_SIZE, "%d\n", (cnt - acnt));

Completed in 142 milliseconds