Searched refs:sta_ofs (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/clk/mediatek/ |
D | clk-gate.c | 31 regmap_read(cg->regmap, cg->sta_ofs, &val); in mtk_cg_bit_is_cleared() 43 regmap_read(cg->regmap, cg->sta_ofs, &val); in mtk_cg_bit_is_set() 106 int sta_ofs, in mtk_clk_register_gate() argument 127 cg->sta_ofs = sta_ofs; in mtk_clk_register_gate()
|
D | clk-gate.h | 28 int sta_ofs; member 46 int sta_ofs,
|
D | clk-mt8173.c | 604 .sta_ofs = 0x0048, 637 .sta_ofs = 0x0018, 643 .sta_ofs = 0x001c, 719 .sta_ofs = 0x0000, 744 .sta_ofs = 0x0100, 750 .sta_ofs = 0x0110, 831 .sta_ofs = 0x0000, 837 .sta_ofs = 0x0008,
|
D | clk-mt8135.c | 408 .sta_ofs = 0x0048, 439 .sta_ofs = 0x0018, 445 .sta_ofs = 0x001c,
|
D | clk-mtk.h | 134 u32 sta_ofs; member
|
D | clk-mtk.c | 123 gate->regs->sta_ofs, in mtk_clk_register_gates()
|