Searched refs:SCU_RD (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 494 reg = SCU_RD(p_mac->base_clk_stop); in scu_disable_mac() 500 reg = SCU_RD(p_mac->base_clk_stop); in scu_disable_mac() 542 reg = SCU_RD(p_mac->base_clk_stop); in scu_enable_mac() 621 debug("SCU410: %08x %08x %08x %08x\n", SCU_RD(0x410), SCU_RD(0x414), SCU_RD(0x418), SCU_RD(0x41c)); in scu_set_pinmux() 622 debug("SCU430: %08x %08x %08x %08x\n", SCU_RD(0x430), SCU_RD(0x434), SCU_RD(0x438), SCU_RD(0x43c)); in scu_set_pinmux() 623 debug("SCU470: %08x %08x %08x %08x\n", SCU_RD(0x470), SCU_RD(0x474), SCU_RD(0x478), SCU_RD(0x47c)); in scu_set_pinmux() 624 debug("SCU4b0: %08x %08x %08x %08x\n", SCU_RD(0x4b0), SCU_RD(0x4b4), SCU_RD(0x4b8), SCU_RD(0x4bc)); in scu_set_pinmux() 714 while (SCU_RD(0x510) & strap2.w); in setup_running() 905 strap1.w = SCU_RD(0x500); in setup_interface() 906 strap2.w = SCU_RD(0x510); in setup_interface() [all …]
|
H A D | mem_io.h | 27 #define SCU_RD(offset) readl(SCU_BASE + offset) macro
|
H A D | mac.c | 978 … "[SCU] a0:%08x a4:%08x b8:%08x bc:%08x\n", SCU_RD( 0x0a0 ), SCU_RD( 0x0a4 ), SCU_RD( 0x0b8 ),… in FPri_RegValue() 980 … "[SCU] 13c:%08x 140:%08x 144:%08x 1dc:%08x\n", SCU_RD( 0x13c ), SCU_RD( 0x140 ), SCU_RD( 0x144 ),… in FPri_RegValue()
|