Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.c65 &self->chip_features); in hw_atl_utils_initfw()
718 u32 chip_features = 0U; in hw_atl_utils_hw_chip_features_init() local
723 chip_features |= HAL_ATLANTIC_UTILS_CHIP_REVISION_A0 | in hw_atl_utils_hw_chip_features_init()
727 chip_features |= HAL_ATLANTIC_UTILS_CHIP_REVISION_B0 | in hw_atl_utils_hw_chip_features_init()
733 chip_features |= HAL_ATLANTIC_UTILS_CHIP_REVISION_B1 | in hw_atl_utils_hw_chip_features_init()
740 *p = chip_features; in hw_atl_utils_hw_chip_features_init()
H A Dhw_atl_utils.h505 self->chip_features)
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_types.h137 unsigned int chip_features; member