Searched refs:lcount (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| H A D | sun3xflop.h | 139 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 D | ptrace.c | 49 .lcount = regs->lcount, in gpr_get() 89 regs->lcount = newregs.lcount; in gpr_set() 318 tmp = regs->lcount; in ptrace_peekusr()
|
| H A D | signal.c | 155 COPY(lcount); in setup_sigcontext() 193 COPY(lcount); in restore_sigcontext() 214 if ((regs->lcount > 0) in restore_sigcontext()
|
| H A D | asm-offsets.c | 43 DEFINE(PT_LCOUNT, offsetof (struct pt_regs, lcount)); in main()
|
| H A D | align.S | 452 rsr a4, lcount # and LCOUNT != 0 456 wsr a4, lcount
|
| H A D | head.S | 146 wsr a0, lcount
|
| H A D | entry.S | 753 wsr a2, lcount
|
| /linux/sound/soc/sof/intel/ |
| H A D | telemetry.h | 30 u32 lcount; member
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | ptrace.h | 52 __u32 lcount; member
|
| /linux/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 63 unsigned long lcount; /* 40 */ member
|
| /linux/sound/soc/codecs/ |
| H A D | mt6357.c | 124 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 D | mpt3sas_scsih.c | 6535 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()
|