Home
last modified time | relevance | path

Searched refs:chip_features (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c64 &self->chip_features); in hw_atl_utils_initfw()
701 u32 chip_features = 0U; in hw_atl_utils_hw_chip_features_init() local
706 chip_features |= HAL_ATLANTIC_UTILS_CHIP_REVISION_A0 | in hw_atl_utils_hw_chip_features_init()
710 chip_features |= HAL_ATLANTIC_UTILS_CHIP_REVISION_B0 | in hw_atl_utils_hw_chip_features_init()
716 chip_features |= HAL_ATLANTIC_UTILS_CHIP_REVISION_B1 | in hw_atl_utils_hw_chip_features_init()
723 *p = chip_features; in hw_atl_utils_hw_chip_features_init()
Dhw_atl_utils.h167 self->chip_features)
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h121 unsigned int chip_features; member