Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_xgmac.c81 F_PCS_RESET_, 0); in t3b_pcs_reset()
84 F_PCS_RESET_); in t3b_pcs_reset()
152 val |= F_PCS_RESET_; in t3_mac_reset()
154 val |= F_PCS_RESET_ | F_XG2G_RESET_; in t3_mac_reset()
159 if ((val & F_PCS_RESET_) && adap->params.rev) { in t3_mac_reset()
200 val |= F_PCS_RESET_; in t3b2_mac_reset()
202 val |= F_PCS_RESET_ | F_XG2G_RESET_; in t3b2_mac_reset()
207 if ((val & F_PCS_RESET_) && adap->params.rev) { in t3b2_mac_reset()
523 F_PCS_RESET_, 0); in t3_mac_disable()
527 val |= F_PCS_RESET_; in t3_mac_disable()
[all …]
Dcxgb_regs.h6862 #define F_PCS_RESET_ V_PCS_RESET_(1U) macro