Home
last modified time | relevance | path

Searched refs:trp (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/drivers/powercap/
H A Dintel_rapl_tpmi.c90 struct tpmi_rapl_package *trp; in trp_alloc() local
103 trp = kzalloc(sizeof(*trp), GFP_KERNEL); in trp_alloc()
104 if (!trp) { in trp_alloc()
109 list_add(&trp->node, &tpmi_rapl_packages); in trp_alloc()
112 return trp; in trp_alloc()
122 static void trp_release(struct tpmi_rapl_package *trp) in trp_release() argument
125 list_del(&trp->node); in trp_release()
130 kfree(trp); in trp_release()
140 static int parse_one_domain(struct tpmi_rapl_package *trp, u3 argument
244 struct tpmi_rapl_package *trp; intel_rapl_tpmi_probe() local
315 struct tpmi_rapl_package *trp = auxiliary_get_drvdata(auxdev); intel_rapl_tpmi_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dsa1110-cpufreq.c38 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
166 /* trp shoul in sdram_calculate_timing()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dsa1110-cpufreq.c38 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
166 /* trp shoul in sdram_calculate_timing()
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.c341 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()
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.c341 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()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_mpc52xx.c118 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
[all...]
H A Dpata_bk3710.c72 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()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_mpc52xx.c120 u8 trp; member
128 .tsr = 3, .trfs = 5, .trp = 11, .tack = 2, .tss = 4,
132 .tsr = 2, .trfs = 5, .trp = 9, .tack = 2, .tss = 4,
136 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4,
140 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4,
144 .tsr = 2, .trfs = 4, .trp = 7, .tack = 2, .tss = 4,
148 .tsr = 2, .trfs = 4, .trp = 6, .tack = 2, .tss = 4,
155 .tsr = 7, .trfs = 10, .trp = 22, .tack = 3, .tss = 7,
159 .tsr = 4, .trfs = 10, .trp = 17, .tack = 3, .tss = 7,
163 .tsr = 3, .trfs = 8, .trp
[all...]
/kernel/linux/linux-5.10/drivers/ide/
H A Dpalm_bk3710.c67 u8 tenv, trp, t0; in palm_bk3710_setudmamode() local
75 trp = DIV_ROUND_UP(palm_bk3710_udmatimings[mode].rptime, in palm_bk3710_setudmamode()
85 val32 |= (trp << (dev ? 8 : 0)); in palm_bk3710_setudmamode()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dmach64_ct.c404 u32 q, memcntl, trp; in aty_init_pll_ct() local
437 trp = (memcntl & 0x300) >> 8; in aty_init_pll_ct()
439 pll->ct.xclkpagefaultdelay = ((memcntl & 0xc00) >> 10) + ((memcntl & 0x1000) >> 12) + trp + 2; in aty_init_pll_ct()
440 pll->ct.xclkmaxrasdelay = ((memcntl & 0x70000) >> 16) + trp + 2; in aty_init_pll_ct()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dmach64_ct.c405 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H A Dni65.h96 u32 trp; /* transmit ring pointer (align 8) */ member
H A Dni65.c583 p->ib.trp = (u32) isa_virt_to_bus(p->tmdhead) | TMDNUMMASK; in ni65_init_lance()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1831 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
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1831 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
[all...]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_gs.c3409 struct fab_scan_rp *rp, *trp; in qla24xx_async_gnnft_done() local
3465 trp = &vha->scan.l[k]; in qla24xx_async_gnnft_done()
3466 if (rp->id.b24 == trp->id.b24) { in qla24xx_async_gnnft_done()
3472 rp->id.b24, rp->port_name, trp->port_name); in qla24xx_async_gnnft_done()
3473 memset(trp, 0, sizeof(*trp)); in qla24xx_async_gnnft_done()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_gs.c3176 struct fab_scan_rp *rp, *trp; in qla24xx_async_gnnft_done() local
3236 trp = &vha->scan.l[k]; in qla24xx_async_gnnft_done()
3237 if (rp->id.b24 == trp->id.b24) { in qla24xx_async_gnnft_done()
3243 rp->id.b24, rp->port_name, trp->port_name); in qla24xx_async_gnnft_done()
3244 memset(trp, 0, sizeof(*trp)); in qla24xx_async_gnnft_done()

Completed in 30 milliseconds