Searched refs:sta_ofs (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/clk/mediatek/ |
D | clk-mt8516.c | 544 .sta_ofs = 0x20, 550 .sta_ofs = 0x24, 556 .sta_ofs = 0x3c, 562 .sta_ofs = 0x70, 568 .sta_ofs = 0x74, 574 .sta_ofs = 0x44,
|
D | clk-mt7629.c | 422 .sta_ofs = 0x48, 445 .sta_ofs = 0x18, 451 .sta_ofs = 0x1C, 496 .sta_ofs = 0x30, 524 .sta_ofs = 0xE4,
|
D | clk-mt8518.c | 1255 .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,
|
D | clk-mtk.c | 397 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()
|
D | clk-mt7623.c | 585 .sta_ofs = 0x48, 621 .sta_ofs = 0x18, 627 .sta_ofs = 0x1C, 696 .sta_ofs = 0x30,
|
D | clk-mtk.h | 141 u32 sta_ofs; member
|