Home
last modified time | relevance | path

Searched refs:mac_reg_read (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac_api.h5 uint32_t mac_reg_read(MAC_ENGINE *p_eng, uint32_t addr);
H A Dmac.c83 uint32_t mac_reg_read(MAC_ENGINE *p_eng, uint32_t addr) in mac_reg_read() function
142 printf("%08x ", mac_reg_read(p_eng, i)); in dump_mac_ROreg()
892 uint32_t reg = mac_reg_read(p_eng, 0x40); in mac_set_interal_loopback()
910 maccr.w = mac_reg_read(eng, 0x50); in init_mac()
982 …] A0|%08x %08x %08x %08x\n", mac_reg_read( eng, 0xa0 ), mac_reg_read( eng, 0xa4 ), mac_reg_read( … in FPri_RegValue()
983 …] B0|%08x %08x %08x %08x\n", mac_reg_read( eng, 0xb0 ), mac_reg_read( eng, 0xb4 ), mac_reg_read( … in FPri_RegValue()
984 …ption, "[MAC] C0|%08x %08x %08x\n", mac_reg_read( eng, 0xc0 ), mac_reg_read( eng, 0xc4 ), m… in FPri_RegValue()
1270 mac_00 = mac_reg_read(eng, 0x00); in check_int()
H A Dmactest.c316 p_eng->reg.maccr.w = mac_reg_read(p_eng, 0x50); in push_reg()
318 p_eng->reg.mac_madr = mac_reg_read(p_eng, 0x08); in push_reg()
319 p_eng->reg.mac_ladr = mac_reg_read(p_eng, 0x0c); in push_reg()
320 p_eng->reg.mac_fear = mac_reg_read(p_eng, 0x40); in push_reg()