Searched refs:cluster_offset (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clk/mvebu/ |
H A D | ap-cpu-clk.c | 44 unsigned int cluster_offset; member 82 .cluster_offset = AP806_CA72MP2_0_PLL_CR_CLUSTER_OFFSET, 116 .cluster_offset = AP807_CA72MP2_0_PLL_CR_CLUSTER_OFFSET, 151 (clk->cluster * clk->pll_regs->cluster_offset); in ap_cpu_clk_recalc_rate() 167 (clk->cluster * clk->pll_regs->cluster_offset); in ap_cpu_clk_set_rate() 169 (clk->cluster * clk->pll_regs->cluster_offset); in ap_cpu_clk_set_rate() 171 (clk->cluster * clk->pll_regs->cluster_offset); in ap_cpu_clk_set_rate()
|
/linux/drivers/platform/x86/intel/uncore-frequency/ |
H A D | uncore-frequency-tpmi.c | 478 u64 cluster_offset; in uncore_probe() local 540 cluster_offset = readq(pd_info->uncore_base + in uncore_probe() 547 mask = (cluster_offset & UNCORE_CLUSTER_OFF_MASK); in uncore_probe() 572 cluster_offset >>= UNCORE_MAX_CLUSTER_PER_DOMAIN; in uncore_probe()
|
/linux/mm/ |
H A D | swapfile.c | 433 static inline unsigned int cluster_offset(struct swap_info_struct *si, in cluster_offset() function 844 offset = cluster_offset(si, ci); in swap_reclaim_full_clusters() 907 offset = cluster_offset(si, ci); in cluster_alloc_swap_entry() 920 found = alloc_swap_scan_cluster(si, ci, cluster_offset(si, ci), in cluster_alloc_swap_entry() 934 found = alloc_swap_scan_cluster(si, ci, cluster_offset(si, ci), in cluster_alloc_swap_entry() 952 found = alloc_swap_scan_cluster(si, ci, cluster_offset(si, ci), in cluster_alloc_swap_entry() 979 found = alloc_swap_scan_cluster(si, ci, cluster_offset(si, ci), in cluster_alloc_swap_entry() 986 found = alloc_swap_scan_cluster(si, ci, cluster_offset(si, ci), in cluster_alloc_swap_entry()
|
/linux/fs/ext4/ |
H A D | extents.c | 4199 ext4_lblk_t cluster_offset; in ext4_ext_map_blocks() local 4298 cluster_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in ext4_ext_map_blocks() 4304 if (cluster_offset && ex && in ext4_ext_map_blocks()
|