Home
last modified time | relevance | path

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

/freebsd/sys/dev/aq/
H A Daq_hw.c77 uint32_t chip_features = 0U; in aq_hw_chip_features_init() local
82 chip_features |= AQ_HW_CHIP_REVISION_A0 | AQ_HW_CHIP_MPI_AQ | in aq_hw_chip_features_init()
85 chip_features |= AQ_HW_CHIP_REVISION_B0 | AQ_HW_CHIP_MPI_AQ | in aq_hw_chip_features_init()
88 chip_features |= AQ_HW_CHIP_REVISION_B1 | AQ_HW_CHIP_MPI_AQ | in aq_hw_chip_features_init()
92 *p = chip_features; in aq_hw_chip_features_init()
168 aq_hw_chip_features_init(hw, &hw->chip_features); in aq_hw_init_ucp()
H A Daq_hw.h201 uint32_t chip_features; member
283 (HW)->chip_features)
H A Daq_device.h106 uint32_t chip_features; member
H A Daq_main.c371 softc->hw.chip_features |= AQ_HW_CHIP_ATLANTIC2; in aq_if_attach_pre()