Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 11 of 11) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dsun3xflop.h139 register int lcount; in sun3xflop_hardint() local
142 for(lcount=virtual_dma_count, lptr=virtual_dma_addr; in sun3xflop_hardint()
143 lcount; lcount--, lptr++) { in sun3xflop_hardint()
150 virtual_dma_count = lcount; in sun3xflop_hardint()
166 virtual_dma_count = lcount; in sun3xflop_hardint()
/linux/arch/xtensa/kernel/
H A Dptrace.c49 .lcount = regs->lcount, in gpr_get()
89 regs->lcount = newregs.lcount; in gpr_set()
318 tmp = regs->lcount; in ptrace_peekusr()
H A Dsignal.c155 COPY(lcount); in setup_sigcontext()
193 COPY(lcount); in restore_sigcontext()
214 if ((regs->lcount > 0) in restore_sigcontext()
H A Dasm-offsets.c43 DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount)); in main()
H A Dhead.S146 wsr a0, lcount
H A Dalign.S446 rsr a4, lcount # and LCOUNT != 0
450 wsr a4, lcount
H A Dentry.S753 wsr a2, lcount
/linux/sound/soc/sof/intel/
H A Dtelemetry.h30 u32 lcount; member
/linux/arch/xtensa/include/uapi/asm/
H A Dptrace.h52 __u32 lcount; member
/linux/arch/xtensa/include/asm/
H A Dptrace.h63 unsigned long lcount; /* 40 */ member
/linux/sound/soc/codecs/
H A Dmt6357.c124 int lcount, rcount, sleep = 0; in volume_ramp() local
135 lcount = 1; in volume_ramp()
137 lcount = -1; in volume_ramp()
146 lfrom += lcount; in volume_ramp()