Searched refs:rld (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | leon_kernel.c | 265 u32 rld, val, ctrl, off; in leon_cycles_offset() local 267 rld = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld); in leon_cycles_offset() 272 off = 2 * rld - val; in leon_cycles_offset() 274 off = rld - val; in leon_cycles_offset() 399 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld, in leon_init_timers()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | leon_kernel.c | 263 u32 rld, val, ctrl, off; in leon_cycles_offset() local 265 rld = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld); in leon_cycles_offset() 270 off = 2 * rld - val; in leon_cycles_offset() 272 off = rld - val; in leon_cycles_offset() 397 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld, in leon_init_timers()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | leon_amba.h | 126 u32 rld; member
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | leon_amba.h | 126 u32 rld; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 3605 "External controller present, activate discovery polling and disable rld caching\n"); in hpsa_ext_ctrl_present() 3768 struct ReportLUNdata *rld = buf; in hpsa_scsi_do_report_luns() local 3770 if (rld->extended_response_flag != extended_response) { in hpsa_scsi_do_report_luns() 3775 rld->extended_response_flag); in hpsa_scsi_do_report_luns()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 3609 "External controller present, activate discovery polling and disable rld caching\n"); in hpsa_ext_ctrl_present() 3772 struct ReportLUNdata *rld = buf; in hpsa_scsi_do_report_luns() local 3774 if (rld->extended_response_flag != extended_response) { in hpsa_scsi_do_report_luns() 3779 rld->extended_response_flag); in hpsa_scsi_do_report_luns()
|
Completed in 25 milliseconds