Searched refs:A_XGM_RESET_CTRL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_xgmac.c | 97 t3_set_reg_field(mac->adapter, A_XGM_RESET_CTRL + mac->offset, in t3b_pcs_reset() 102 t3_set_reg_field(mac->adapter, A_XGM_RESET_CTRL + mac->offset, 0, in t3b_pcs_reset() 162 t3_write_reg(adap, A_XGM_RESET_CTRL + oft, F_MAC_RESET_); in t3_mac_init() 163 (void) t3_read_reg(adap, A_XGM_RESET_CTRL + oft); /* flush */ in t3_mac_init() 208 t3_write_reg(adap, A_XGM_RESET_CTRL + oft, val); in t3_mac_init() 209 (void) t3_read_reg(adap, A_XGM_RESET_CTRL + oft); /* flush */ in t3_mac_init() 241 t3_write_reg(adap, A_XGM_RESET_CTRL + oft, F_MAC_RESET_); in t3_mac_reset() 242 (void) t3_read_reg(adap, A_XGM_RESET_CTRL + oft); /* flush */ in t3_mac_reset() 281 t3_write_reg(adap, A_XGM_RESET_CTRL + oft, 0); /*MAC in reset*/ in t3_mac_reset() 282 (void) t3_read_reg(adap, A_XGM_RESET_CTRL + oft); /* flush */ in t3_mac_reset() [all …]
|
H A D | cxgb_regs.h | 7556 #define A_XGM_RESET_CTRL 0x8ac macro
|