Home
last modified time | relevance | path

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

/src/sys/dev/aq/
H A Daq_hw.c60 uint32_t chip_features = 0U; in aq_hw_chip_features_init() local
65 chip_features |= AQ_HW_CHIP_REVISION_A0 | AQ_HW_CHIP_MPI_AQ | in aq_hw_chip_features_init()
68 chip_features |= AQ_HW_CHIP_REVISION_B0 | AQ_HW_CHIP_MPI_AQ | in aq_hw_chip_features_init()
71 chip_features |= AQ_HW_CHIP_REVISION_B1 | AQ_HW_CHIP_MPI_AQ | in aq_hw_chip_features_init()
75 *p = chip_features; in aq_hw_chip_features_init()
150 aq_hw_chip_features_init(hw, &hw->chip_features); in aq_hw_init_ucp()
H A Daq_hw.h165 uint32_t chip_features; member
221 (HW)->chip_features)
H A Daq_device.h109 uint32_t chip_features; member