Searched refs:trp (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/cpufreq/ |
| H A D | sa1110-cpufreq.c | 38 u_char trp; /* precharge to activate (ns) */ member 55 .trp = 20, 64 .trp = 20, 73 .trp = 20, 81 .trp = 20, 90 .trp = 24, /* 3 CLKs */ 99 .trp = 20, 108 .trp = 20, 146 u_int mem_khz, sd_khz, trp, twr; in sdram_calculate_timing() local 167 trp = ns_to_cycles(sdram->trp, mem_khz) - 1; in sdram_calculate_timing() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtrefcount_btree.c | 597 struct xfs_refcount_rec *trp; in xfs_rtrefcountbt_from_disk() local 621 trp = xfs_rtrefcount_rec_addr(rblock, 1); in xfs_rtrefcountbt_from_disk() 623 memcpy(trp, frp, sizeof(*frp) * numrecs); in xfs_rtrefcountbt_from_disk() 683 struct xfs_refcount_rec *trp; in xfs_rtrefcountbt_to_disk() local 707 trp = xfs_rtrefcount_droot_rec_addr(dblock, 1); in xfs_rtrefcountbt_to_disk() 709 memcpy(trp, frp, sizeof(*frp) * numrecs); in xfs_rtrefcountbt_to_disk()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_ct.c | 405 u32 q, memcntl, trp; in aty_init_pll_ct() local 438 trp = (memcntl & 0x300) >> 8; in aty_init_pll_ct() 440 pll->ct.xclkpagefaultdelay = ((memcntl & 0xc00) >> 10) + ((memcntl & 0x1000) >> 12) + trp + 2; in aty_init_pll_ct() 441 pll->ct.xclkmaxrasdelay = ((memcntl & 0x70000) >> 16) + trp + 2; in aty_init_pll_ct()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-lmcx-defs.h | 1831 uint64_t trp:4; member 1839 uint64_t trp:4; 1855 uint64_t trp:4; member 1863 uint64_t trp:4; 2598 uint64_t trp:4; member 2616 uint64_t trp:4; 2627 uint64_t trp:4; member 2645 uint64_t trp:4; 2655 uint64_t trp:4; member 2673 uint64_t trp:4;
|
| /linux/kernel/ |
| H A D | torture.c | 527 static void torture_shuffle_tasks(struct torture_random_state *trp) in torture_shuffle_tasks() argument 549 if (!random_shuffle || torture_random(trp) & 0x1) in torture_shuffle_tasks()
|