Home
last modified time | relevance | path

Searched refs:SCU_WR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c534 SCU_WR(BIT(3), 0x54); in scu_enable_mac()
564 SCU_WR(reg, 0x430); in scu_set_pinmux()
568 SCU_WR(reg, 0x470); in scu_set_pinmux()
570 SCU_WR(reg, 0x410); in scu_set_pinmux()
574 SCU_WR(reg, 0x470); in scu_set_pinmux()
576 SCU_WR(reg, 0x410); in scu_set_pinmux()
580 SCU_WR(reg, 0x470); in scu_set_pinmux()
582 SCU_WR(reg, 0x410); in scu_set_pinmux()
713 SCU_WR(strap2.w, 0x514); in setup_running()
1396 SCU_WR(0, reg_offset); in ring_clk()
[all …]
H A Dmem_io.h28 #define SCU_WR(value, offset) writel(value, SCU_BASE + offset) macro