Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/agp/
H A Dparisc-agp.c54 .mask = SBA_PDIR_VALID_BIT,
205 pa |= SBA_PDIR_VALID_BIT; /* set "valid" bit */ in parisc_agp_mask_memory()
/openbmc/qemu/hw/pci-host/
H A Dastro.c295 #define SBA_PDIR_VALID_BIT 0x8000000000000000ULL in astro_translate_iommu() macro
325 if (!(entry & SBA_PDIR_VALID_BIT)) { /* I/O PDIR entry valid ? */ in astro_translate_iommu()
330 entry &= ~SBA_PDIR_VALID_BIT; in astro_translate_iommu()
/openbmc/linux/arch/parisc/include/asm/
H A Dropes.h114 #define SBA_PDIR_VALID_BIT 0x8000000000000000ULL macro
/openbmc/linux/drivers/parisc/
H A Dsba_iommu.c584 pa |= SBA_PDIR_VALID_BIT; /* set "valid" bit */ in sba_io_pdir_entry()