Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c732 unsigned int *pl_index, unsigned int *pl_offset) in page_list_location() argument
740 *pl_index = sector >> (PAGE_SHIFT - SECTOR_SHIFT); in page_list_location()
747 unsigned int pl_index, pl_offset; in access_page_list() local
750 page_list_location(ic, section, offset, &pl_index, &pl_offset); in access_page_list()
755 va = lowmem_page_address(pl[pl_index].page); in access_page_list()
898 unsigned int pl_index, pl_offset, section_index; in xor_journal() local
909 page_list_location(ic, section, 0, &pl_index, &pl_offset); in xor_journal()
915 section_index = pl_index; in xor_journal()
922 while (unlikely(pl_index == section_index)) { in xor_journal()
935 dst_page = target_pl[pl_index].page; in xor_journal()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c3275 u32 pl_index = in kv_dpm_read_sensor() local
3286 if (pl_index < SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_read_sensor()
3288 pi->graphics_level[pl_index].SclkFrequency); in kv_dpm_read_sensor()
H A Dsi_dpm.c8028 u32 pl_index = in si_dpm_read_sensor() local
8038 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor()
8039 sclk = ps->performance_levels[pl_index].sclk; in si_dpm_read_sensor()
8046 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor()
8047 mclk = ps->performance_levels[pl_index].mclk; in si_dpm_read_sensor()