Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_mac.c623 mac_ctrl = rd32(fbd, FBNIC_SIG_MAC_IN0); in fbnic_mac_link_down_asic()
630 wr32(fbd, FBNIC_SIG_MAC_IN0, mac_ctrl); in fbnic_mac_link_down_asic()
642 mac_ctrl = rd32(fbd, FBNIC_SIG_MAC_IN0); in fbnic_mac_link_up_asic()
651 wr32(fbd, FBNIC_SIG_MAC_IN0, mac_ctrl); in fbnic_mac_link_up_asic()
H A Dfbnic_csr.h729 #define FBNIC_SIG_MAC_IN0 0x11800 /* 0x46000 */ macro