Home
last modified time | relevance | path

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

/linux/drivers/clk/mvebu/
H A Dap-cpu-clk.c44 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/fs/exfat/
H A Diomap.c48 loff_t cluster_offset, cluster_length; in __exfat_iomap_begin() local
80 cluster_offset = exfat_cluster_offset(sbi, offset); in __exfat_iomap_begin()
83 iomap->length = min_t(loff_t, length, cluster_length - cluster_offset); in __exfat_iomap_begin()
84 iomap->addr = exfat_cluster_to_phys_bytes(sbi, cluster) + cluster_offset; in __exfat_iomap_begin()
/linux/fs/ext4/
H A Dextents.c4288 ext4_lblk_t cluster_offset; in ext4_ext_map_blocks() local
4387 cluster_offset = EXT4_LBLK_COFF(sbi, map->m_lblk); in ext4_ext_map_blocks()
4393 if (cluster_offset && ex && in ext4_ext_map_blocks()