Searched refs:ivhd_flag (Results 1 – 3 of 3) sorted by relevance
211 supported = (softc->ivhd_flag & IVHD_FLAG_IOTLB) ? true : false; in amdvi_hw_enable_iotlb()1325 if (softc->ivhd_flag & IVHD_FLAG_COH) in amdvi_enable()1327 if (softc->ivhd_flag & IVHD_FLAG_HTT) in amdvi_enable()1329 if (softc->ivhd_flag & IVHD_FLAG_RPPW) in amdvi_enable()1331 if (softc->ivhd_flag & IVHD_FLAG_PPW) in amdvi_enable()1333 if (softc->ivhd_flag & IVHD_FLAG_ISOC) in amdvi_enable()
612 ivhd_print_flag(dev, softc->ivhd_type, softc->ivhd_flag); in ivhd_print_cap()655 softc->ivhd_flag = ivhd->Header.Flags; in ivhd_attach()
388 uint32_t ivhd_flag; /* ACPI IVHD flag. */ member