Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c476 const struct mac_ctrl_desc *p_mac = &mac_ctrl_lookup_tbl[mac_idx]; in scu_disable_mac() local
480 mac_idx, p_mac->base_reset_assert, p_mac->bit_reset_assert, in scu_disable_mac()
481 p_mac->base_reset_deassert, p_mac->bit_reset_deassert); in scu_disable_mac()
483 p_mac->base_clk_stop, p_mac->bit_clk_stop, p_mac->base_clk_start, in scu_disable_mac()
484 p_mac->bit_clk_start); in scu_disable_mac()
486 reg = SCU_RD(p_mac->base_reset_assert); in scu_disable_mac()
488 reg |= p_mac->bit_reset_assert; in scu_disable_mac()
490 SCU_WR(reg, p_mac->base_reset_assert); in scu_disable_mac()
492 reg = SCU_RD(p_mac->base_reset_assert); in scu_disable_mac()
494 reg = SCU_RD(p_mac->base_clk_stop); in scu_disable_mac()
[all …]