EDT PCD SDK Documentation 6.3.0
edtreg.h File Reference

(git 887c42c, 2026-05-13)

Macros

#define EDT_IND_REG_1(offset)   EDT_IND_REG(1, offset)
 Descriptor of a 1-byte indirect register at offset.
 
#define EDT_IND_REG_2(offset)   ((offset) | INDREG_2BYTE)
 Descriptor of a 2-byte indirect register at offset.
 
#define EDT_IND_REG_4(offset)   ((offset) | INDREG_4BYTE)
 Descriptor of a 4-byte indirect register at offset.
 
#define EDT_IND_REG_3(offset)   EDT_IND_REG(3, offset)
 Descriptor of a 3-byte indirect register at offset.
 
#define EDT_BAR1_REG4(offset)   (EDT_BAR1_REGISTER | (offset & 0x0ffffffc))
 Descriptor of a 4-byte register at offset in the PCI BAR1 region.
 
#define EDT_BAR1_ASDM_MMAP_OFFSET   0x7fff00
 
#define EDT_BAR1_ASDM_MMAP_SIZE   (10 * 4)
 

Detailed Description

Macro Definition Documentation

◆ EDT_BAR1_ASDM_MMAP_OFFSET

#define EDT_BAR1_ASDM_MMAP_OFFSET   0x7fff00

Offset into BAR1 where the Altera secure device manager (SDM) Mailbox IP has been mapped. Only applicable to certain Stratix 10 or Agilex 3, 5, 7 FPGAs.

◆ EDT_BAR1_ASDM_MMAP_SIZE

#define EDT_BAR1_ASDM_MMAP_SIZE   (10 * 4)

Altera SDM Mailbox IP size (x10 4-byte registers)