Searched refs:count0 (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
H A D | pmagb-b-fb.c | 190 u32 count0 = 8, count1 = 8, counttc = 16 * 256 + 8; pmagbbfb_osc_setup() local 204 count0 += sfb_read(par, SFB_REG_VIDCLK_COUNT); pmagbbfb_osc_setup() 220 freq0 = (freqtc * count0 + counttc / 2) / counttc; pmagbbfb_osc_setup() 226 freq1 = (par->osc0 * count1 + count0 / 2) / count0; pmagbbfb_osc_setup()
|
/linux-4.4.14/drivers/crypto/nx/ |
H A D | nx-sha512.c | 199 u64 count0; nx_sha512_final() local 227 count0 = sctx->count[0] * 8; nx_sha512_final() 229 csbcpb->cpb.sha512.message_bit_length_lo = count0; nx_sha512_final()
|
/linux-4.4.14/arch/ia64/mm/ |
H A D | tlb.c | 280 unsigned long i, j, flags, count0, count1, stride0, stride1, addr; local_flush_tlb_all() local 283 count0 = local_cpu_data->ptce_count[0]; local_flush_tlb_all() 289 for (i = 0; i < count0; ++i) { local_flush_tlb_all()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | dma.c | 151 printk(KERN_INFO " count0 = 0x%08x\n", dump_au1000_dma_channel()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | irq_64.c | 900 u64 count0; member in struct:sun5_timer
|
Completed in 187 milliseconds