Home
last modified time | relevance | path

Searched refs:lcount (Results 1 – 12 of 12) 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 Dalign.S452 rsr a4, lcount # and LCOUNT != 0
456 wsr a4, lcount
H A Dhead.S146 wsr a0, 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()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c6535 int lcount = 0; in _scsih_look_and_get_matched_port_entry() local
6575 lcount++; in _scsih_look_and_get_matched_port_entry()
6581 *count = lcount; in _scsih_look_and_get_matched_port_entry()
6726 int i, j, count = 0, lcount = 0; in _scsih_sas_port_refresh() local
6798 lcount++; in _scsih_sas_port_refresh()
6801 if (count > 1 || lcount > 1) in _scsih_sas_port_refresh()