Home
last modified time | relevance | path

Searched refs:sta_ofs (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/clk/mediatek/
Dclk-mt8516.c544 .sta_ofs = 0x20,
550 .sta_ofs = 0x24,
556 .sta_ofs = 0x3c,
562 .sta_ofs = 0x70,
568 .sta_ofs = 0x74,
574 .sta_ofs = 0x44,
Dclk-mt7629.c422 .sta_ofs = 0x48,
445 .sta_ofs = 0x18,
451 .sta_ofs = 0x1C,
496 .sta_ofs = 0x30,
524 .sta_ofs = 0xE4,
Dclk-mt8518.c1255 .sta_ofs = 0x20,
1261 .sta_ofs = 0x24,
1267 .sta_ofs = 0x3c,
1273 .sta_ofs = 0x44,
1279 .sta_ofs = 0x70,
1285 .sta_ofs = 0xe0,
1291 .sta_ofs = 0xe8,
1297 .sta_ofs = 0xec,
Dclk-mtk.c397 clrsetbits_le32(priv->base + gate->regs->sta_ofs, bit, 0); in mtk_clk_gate_enable()
400 clrsetbits_le32(priv->base + gate->regs->sta_ofs, bit, bit); in mtk_clk_gate_enable()
424 clrsetbits_le32(priv->base + gate->regs->sta_ofs, bit, bit); in mtk_clk_gate_disable()
427 clrsetbits_le32(priv->base + gate->regs->sta_ofs, bit, 0); in mtk_clk_gate_disable()
Dclk-mt7623.c585 .sta_ofs = 0x48,
621 .sta_ofs = 0x18,
627 .sta_ofs = 0x1C,
696 .sta_ofs = 0x30,
Dclk-mtk.h141 u32 sta_ofs; member