/linux/drivers/cpufreq/ |
A D | sa1110-cpufreq.c | 55 .trp = 20, 64 .trp = 20, 73 .trp = 20, 81 .trp = 20, 90 .trp = 24, /* 3 CLKs */ 99 .trp = 20, 108 .trp = 20, 167 trp = ns_to_cycles(sdram->trp, mem_khz) - 1; in sdram_calculate_timing() 168 if (trp < 1) in sdram_calculate_timing() 169 trp = 1; in sdram_calculate_timing() [all …]
|
/linux/fs/ntfs/ |
A D | logfile.c | 341 RESTART_PAGE_HEADER *trp; in ntfs_check_and_load_restart_page() local 360 trp = ntfs_malloc_nofs(le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page() 361 if (!trp) { in ntfs_check_and_load_restart_page() 373 memcpy(trp, rp, le32_to_cpu(rp->system_page_size)); in ntfs_check_and_load_restart_page() 380 memcpy(trp, rp, size); in ntfs_check_and_load_restart_page() 397 memcpy((u8*)trp + have_read, page_address(page), size); in ntfs_check_and_load_restart_page() 408 if ((!ntfs_is_chkd_record(trp->magic) || le16_to_cpu(trp->usa_count)) in ntfs_check_and_load_restart_page() 409 && post_read_mst_fixup((NTFS_RECORD*)trp, in ntfs_check_and_load_restart_page() 433 if (!ntfs_check_log_client_array(vi, trp)) { in ntfs_check_and_load_restart_page() 446 *wrp = trp; in ntfs_check_and_load_restart_page() [all …]
|
/linux/drivers/ata/ |
A D | pata_mpc52xx.c | 118 u8 trp; member 126 .tsr = 3, .trfs = 5, .trp = 11, .tack = 2, .tss = 4, 130 .tsr = 2, .trfs = 5, .trp = 9, .tack = 2, .tss = 4, 134 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4, 138 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4, 142 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4, 146 .tsr = 2, .trfs = 4, .trp = 6, .tack = 2, .tss = 4, 153 .tsr = 7, .trfs = 10, .trp = 22, .tack = 3, .tss = 7, 157 .tsr = 4, .trfs = 10, .trp = 17, .tack = 3, .tss = 7, 161 .tsr = 3, .trfs = 8, .trp = 14, .tack = 3, .tss = 7, [all …]
|
A D | pata_bk3710.c | 72 u8 tenv, trp, t0; in pata_bk3710_setudmamode() local 78 trp = DIV_ROUND_UP(pata_bk3710_udmatimings[mode].rptime, in pata_bk3710_setudmamode() 88 val32 |= trp << (dev ? 8 : 0); in pata_bk3710_setudmamode()
|
/linux/drivers/net/ethernet/amd/ |
A D | ni65.h | 96 u32 trp; /* transmit ring pointer (align 8) */ member
|
A D | ni65.c | 583 p->ib.trp = (u32) isa_virt_to_bus(p->tmdhead) | TMDNUMMASK; in ni65_init_lance()
|
/linux/drivers/video/fbdev/aty/ |
A D | mach64_ct.c | 407 u32 q, memcntl, trp; in aty_init_pll_ct() local 440 trp = (memcntl & 0x300) >> 8; in aty_init_pll_ct() 442 pll->ct.xclkpagefaultdelay = ((memcntl & 0xc00) >> 10) + ((memcntl & 0x1000) >> 12) + trp + 2; in aty_init_pll_ct() 443 pll->ct.xclkmaxrasdelay = ((memcntl & 0x70000) >> 16) + trp + 2; in aty_init_pll_ct()
|
/linux/arch/mips/include/asm/octeon/ |
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/Documentation/devicetree/bindings/devfreq/ |
A D | rk3399_dmc.txt | 29 it selects the DDR3 cl-trp-trcd type. It must be
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_gs.c | 3418 struct fab_scan_rp *rp, *trp; in qla24xx_async_gnnft_done() local 3478 trp = &vha->scan.l[k]; in qla24xx_async_gnnft_done() 3479 if (rp->id.b24 == trp->id.b24) { in qla24xx_async_gnnft_done() 3485 rp->id.b24, rp->port_name, trp->port_name); in qla24xx_async_gnnft_done() 3486 memset(trp, 0, sizeof(*trp)); in qla24xx_async_gnnft_done()
|