Home
last modified time | relevance | path

Searched refs:pl_index (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/md/
Ddm-integrity.c741 unsigned *pl_index, unsigned *pl_offset) in page_list_location() argument
749 *pl_index = sector >> (PAGE_SHIFT - SECTOR_SHIFT); in page_list_location()
756 unsigned pl_index, pl_offset; in access_page_list() local
759 page_list_location(ic, section, offset, &pl_index, &pl_offset); in access_page_list()
764 va = lowmem_page_address(pl[pl_index].page); in access_page_list()
905 unsigned pl_index, pl_offset, section_index; in xor_journal() local
916 page_list_location(ic, section, 0, &pl_index, &pl_offset); in xor_journal()
922 section_index = pl_index; in xor_journal()
929 while (unlikely(pl_index == section_index)) { in xor_journal()
941 dst_page = target_pl[pl_index].page; in xor_journal()
[all …]
/linux-5.19.10/drivers/gpu/drm/amd/pm/legacy-dpm/
Dkv_dpm.c3272 u32 pl_index = in kv_dpm_read_sensor() local
3283 if (pl_index < SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_read_sensor()
3285 pi->graphics_level[pl_index].SclkFrequency); in kv_dpm_read_sensor()
Dsi_dpm.c8022 u32 pl_index = in si_dpm_read_sensor() local
8032 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor()
8033 sclk = ps->performance_levels[pl_index].sclk; in si_dpm_read_sensor()
8040 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor()
8041 mclk = ps->performance_levels[pl_index].mclk; in si_dpm_read_sensor()