Searched refs:ivhd_flag (Results 1 – 3 of 3) sorted by relevance
216 supported = (softc->ivhd_flag & IVHD_FLAG_IOTLB) ? true : false; in amdvi_hw_enable_iotlb()1402 if (softc->ivhd_flag & IVHD_FLAG_COH) in amdvi_enable()1404 if (softc->ivhd_flag & IVHD_FLAG_HTT) in amdvi_enable()1406 if (softc->ivhd_flag & IVHD_FLAG_RPPW) in amdvi_enable()1408 if (softc->ivhd_flag & IVHD_FLAG_PPW) in amdvi_enable()1410 if (softc->ivhd_flag & IVHD_FLAG_ISOC) in amdvi_enable()
591 ivhd_print_flag(dev, softc->ivhd_type, softc->ivhd_flag); in ivhd_print_cap()634 softc->ivhd_flag = ivhd->Header.Flags; in ivhd_attach()
390 uint32_t ivhd_flag; /* ACPI IVHD flag. */ member