Lines Matching refs:AFUD_READ
92 #define AFUD_READ(afu, off) in_be64(afu->afu_desc_mmio + off) macro
96 #define AFUD_READ_INFO(afu) AFUD_READ(afu, 0x0)
105 #define AFUD_READ_CR(afu) AFUD_READ(afu, 0x20)
107 #define AFUD_READ_CR_OFF(afu) AFUD_READ(afu, 0x28)
108 #define AFUD_READ_PPPSA(afu) AFUD_READ(afu, 0x30)
112 #define AFUD_READ_PPPSA_OFF(afu) AFUD_READ(afu, 0x38)
113 #define AFUD_READ_EB(afu) AFUD_READ(afu, 0x40)
115 #define AFUD_READ_EB_OFF(afu) AFUD_READ(afu, 0x48)
300 val = AFUD_READ(afu, 0x8); in dump_afu_descriptor()
302 val = AFUD_READ(afu, 0x10); in dump_afu_descriptor()
304 val = AFUD_READ(afu, 0x18); in dump_afu_descriptor()