Searched refs:sta_ofs (Results 1 – 25 of 32) sorted by relevance
12
/linux-4.19.296/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() 69 regmap_update_bits(cg->regmap, cg->sta_ofs, cgbit, cgbit); in mtk_cg_set_bit_no_setclr() 77 regmap_update_bits(cg->regmap, cg->sta_ofs, cgbit, 0); in mtk_cg_clr_bit_no_setclr() 158 int sta_ofs, in mtk_clk_register_gate() argument 179 cg->sta_ofs = sta_ofs; in mtk_clk_register_gate()
|
D | clk-mt2701-aud.c | 57 .sta_ofs = 0x0, 63 .sta_ofs = 0x10, 69 .sta_ofs = 0x14, 75 .sta_ofs = 0x634,
|
D | clk-gate.h | 28 int sta_ofs; member 48 int sta_ofs,
|
D | clk-mt7622-aud.c | 66 .sta_ofs = 0x0, 72 .sta_ofs = 0x10, 78 .sta_ofs = 0x14, 84 .sta_ofs = 0x634,
|
D | clk-mt2712-vdec.c | 26 .sta_ofs = 0x0, 32 .sta_ofs = 0x8,
|
D | clk-mt2712-mm.c | 26 .sta_ofs = 0x100, 32 .sta_ofs = 0x110, 38 .sta_ofs = 0x220,
|
D | clk-mt2701-vdec.c | 26 .sta_ofs = 0x0000, 32 .sta_ofs = 0x0008,
|
D | clk-mt6797-vdec.c | 26 .sta_ofs = 0x0000, 32 .sta_ofs = 0x0008,
|
D | clk-mt2701-mm.c | 26 .sta_ofs = 0x0100, 32 .sta_ofs = 0x0110,
|
D | clk-mt7622.c | 305 .sta_ofs = 0x8, 311 .sta_ofs = 0x48, 317 .sta_ofs = 0x120, 323 .sta_ofs = 0x128, 329 .sta_ofs = 0x18, 335 .sta_ofs = 0x1C,
|
D | clk-mt7622-eth.c | 39 .sta_ofs = 0x30, 53 .sta_ofs = 0xE4,
|
D | clk-mt6797-mm.c | 25 .sta_ofs = 0x0100, 31 .sta_ofs = 0x0110,
|
D | clk-mt2701-bdp.c | 26 .sta_ofs = 0x0100, 32 .sta_ofs = 0x0110,
|
D | clk-mt7622-hif.c | 48 .sta_ofs = 0x30, 54 .sta_ofs = 0x30,
|
D | clk-mt8173.c | 627 .sta_ofs = 0x0048, 660 .sta_ofs = 0x0018, 666 .sta_ofs = 0x001c, 742 .sta_ofs = 0x0000, 767 .sta_ofs = 0x0100, 773 .sta_ofs = 0x0110, 854 .sta_ofs = 0x0000, 860 .sta_ofs = 0x0008,
|
D | clk-mt2712.c | 955 .sta_ofs = 0x120, 961 .sta_ofs = 0x424, 1001 .sta_ofs = 0x48, 1026 .sta_ofs = 0x18, 1032 .sta_ofs = 0x1c, 1038 .sta_ofs = 0x42c,
|
D | clk-mt2712-jpgdec.c | 26 .sta_ofs = 0x0,
|
D | clk-mt2712-mfg.c | 26 .sta_ofs = 0x0,
|
D | clk-mt2712-venc.c | 26 .sta_ofs = 0x0,
|
D | clk-mt2712-img.c | 26 .sta_ofs = 0x0,
|
D | clk-mt6797-venc.c | 26 .sta_ofs = 0x0000,
|
D | clk-mt6797-img.c | 24 .sta_ofs = 0x0000,
|
D | clk-mt2701-img.c | 26 .sta_ofs = 0x0000,
|
D | clk-mt2701-hif.c | 24 .sta_ofs = 0x0030,
|
D | clk-mt2701-eth.c | 24 .sta_ofs = 0x0030,
|
12