Home
last modified time | relevance | path

Searched refs:MMIO_STATUS_GALOG_RUN_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/amd/
H A Dinit.c789 CONTROL_GALOG_EN, MMIO_STATUS_GALOG_RUN_MASK, in amd_iommu_restart_ga_log()
930 if (status & (MMIO_STATUS_GALOG_RUN_MASK)) in iommu_ga_log_enable()
2835 if (!(status & MMIO_STATUS_GALOG_RUN_MASK)) in enable_iommus_vapic()
2847 if (!(status & MMIO_STATUS_GALOG_RUN_MASK)) in enable_iommus_vapic()
H A Damd_iommu_types.h130 #define MMIO_STATUS_GALOG_RUN_MASK BIT(8) macro