Lines Matching refs:mac_hfr0
1952 unsigned int mac_hfr0, mac_hfr1, mac_hfr2, mac_hfr3; in axgbe_get_all_hw_features() local
1955 mac_hfr0 = AXGMAC_IOREAD(pdata, MAC_HWF0R); in axgbe_get_all_hw_features()
1965 hw_feat->gmii = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, GMIISEL); in axgbe_get_all_hw_features()
1966 hw_feat->vlhash = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, VLHASH); in axgbe_get_all_hw_features()
1967 hw_feat->sma = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, SMASEL); in axgbe_get_all_hw_features()
1968 hw_feat->rwk = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RWKSEL); in axgbe_get_all_hw_features()
1969 hw_feat->mgk = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, MGKSEL); in axgbe_get_all_hw_features()
1970 hw_feat->mmc = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, MMCSEL); in axgbe_get_all_hw_features()
1971 hw_feat->aoe = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, ARPOFFSEL); in axgbe_get_all_hw_features()
1972 hw_feat->ts = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TSSEL); in axgbe_get_all_hw_features()
1973 hw_feat->eee = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, EEESEL); in axgbe_get_all_hw_features()
1974 hw_feat->tx_coe = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TXCOESEL); in axgbe_get_all_hw_features()
1975 hw_feat->rx_coe = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, RXCOESEL); in axgbe_get_all_hw_features()
1976 hw_feat->addn_mac = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, in axgbe_get_all_hw_features()
1978 hw_feat->ts_src = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TSSTSSEL); in axgbe_get_all_hw_features()
1979 hw_feat->sa_vlan_ins = AXGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, SAVLANINS); in axgbe_get_all_hw_features()