Lines Matching refs:mac_hfr1
1952 unsigned int mac_hfr0, mac_hfr1, mac_hfr2, mac_hfr3; in axgbe_get_all_hw_features() local
1956 mac_hfr1 = AXGMAC_IOREAD(pdata, MAC_HWF1R); in axgbe_get_all_hw_features()
1982 hw_feat->rx_fifo_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()
1984 hw_feat->tx_fifo_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()
1986 hw_feat->adv_ts_hi = AXGMAC_GET_BITS(mac_hfr1, in axgbe_get_all_hw_features()
1988 hw_feat->dma_width = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, ADDR64); in axgbe_get_all_hw_features()
1989 hw_feat->dcb = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DCBEN); in axgbe_get_all_hw_features()
1990 hw_feat->sph = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, SPHEN); in axgbe_get_all_hw_features()
1991 hw_feat->tso = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, TSOEN); in axgbe_get_all_hw_features()
1992 hw_feat->dma_debug = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, DBGMEMA); in axgbe_get_all_hw_features()
1993 hw_feat->rss = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, RSSEN); in axgbe_get_all_hw_features()
1994 hw_feat->tc_cnt = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, NUMTC); in axgbe_get_all_hw_features()
1995 hw_feat->hash_table_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()
1997 hw_feat->l3l4_filter_num = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()