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

/linux-master/drivers/md/
H A Ddm-integrity.c722 unsigned int *pl_index, unsigned int *pl_offset)
730 *pl_index = sector >> (PAGE_SHIFT - SECTOR_SHIFT);
737 unsigned int pl_index, pl_offset; local
740 page_list_location(ic, section, offset, &pl_index, &pl_offset);
745 va = lowmem_page_address(pl[pl_index].page);
888 unsigned int pl_index, pl_offset, section_index; local
899 page_list_location(ic, section, 0, &pl_index, &pl_offset);
905 section_index = pl_index;
912 while (unlikely(pl_index == section_index)) {
925 dst_page = target_pl[pl_index]
721 page_list_location(struct dm_integrity_c *ic, unsigned int section, unsigned int offset, unsigned int *pl_index, unsigned int *pl_offset) argument
1046 unsigned int pl_index, pl_offset; local
1168 unsigned int sector, pl_index, pl_offset; local
4601 unsigned int sector, pl_index, pl_offset; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c3260 u32 pl_index = local
3271 if (pl_index < SMU__NUM_SCLK_DPM_STATE) {
3273 pi->graphics_level[pl_index].SclkFrequency);
H A Dsi_dpm.c8014 u32 pl_index = local
8024 if (pl_index < ps->performance_level_count) {
8025 sclk = ps->performance_levels[pl_index].sclk;
8032 if (pl_index < ps->performance_level_count) {
8033 mclk = ps->performance_levels[pl_index].mclk;

Completed in 301 milliseconds