Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_pamu.c39 static unsigned int map_subwindow_cnt_to_wce(uint32_t subwindow_cnt) in map_subwindow_cnt_to_wce() argument
42 return count_lsb_zeroes(subwindow_cnt) - 1; in map_subwindow_cnt_to_wce()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dfsl_pamu.c159 static unsigned int map_subwindow_cnt_to_wce(u32 subwindow_cnt) in map_subwindow_cnt_to_wce() argument
162 return __ffs(subwindow_cnt) - 1; in map_subwindow_cnt_to_wce()