Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-integrity.c734 unsigned int *pl_index, unsigned int *pl_offset) in page_list_location() argument
742 *pl_index = sector >> (PAGE_SHIFT - SECTOR_SHIFT); in page_list_location()
749 unsigned int pl_index, pl_offset; in access_page_list() local
752 page_list_location(ic, section, offset, &pl_index, &pl_offset); in access_page_list()
757 va = lowmem_page_address(pl[pl_index].page); in access_page_list()
900 unsigned int pl_index, pl_offset, section_index; in xor_journal() local
911 page_list_location(ic, section, 0, &pl_index, &pl_offset); in xor_journal()
917 section_index = pl_index; in xor_journal()
924 while (unlikely(pl_index == section_index)) { in xor_journal()
937 dst_page = target_pl[pl_index].page; in xor_journal()
[all …]
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c8093 u32 pl_index = in si_dpm_read_sensor() local
8103 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor()
8104 sclk = ps->performance_levels[pl_index].sclk; in si_dpm_read_sensor()
8111 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor()
8112 mclk = ps->performance_levels[pl_index].mclk; in si_dpm_read_sensor()