Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dsun50i-iommu.c254 #define SUN50I_PTE_PAGE_VALID BIT(1) macro
268 return pte & SUN50I_PTE_PAGE_VALID; in sun50i_pte_is_page_valid()
287 return page | flags | SUN50I_PTE_PAGE_VALID; in sun50i_mk_pte()