Lines Matching refs:AFUD_READ
93 #define AFUD_READ(afu, off) in_be64(afu->afu_desc_mmio + off) macro
98 #define AFUD_READ_INFO(afu) AFUD_READ(afu, 0x0)
107 #define AFUD_READ_CR(afu) AFUD_READ(afu, 0x20)
109 #define AFUD_READ_CR_OFF(afu) AFUD_READ(afu, 0x28)
110 #define AFUD_READ_PPPSA(afu) AFUD_READ(afu, 0x30)
114 #define AFUD_READ_PPPSA_OFF(afu) AFUD_READ(afu, 0x38)
115 #define AFUD_READ_EB(afu) AFUD_READ(afu, 0x40)
117 #define AFUD_READ_EB_OFF(afu) AFUD_READ(afu, 0x48)
304 val = AFUD_READ(afu, 0x8); in dump_afu_descriptor()
306 val = AFUD_READ(afu, 0x10); in dump_afu_descriptor()
308 val = AFUD_READ(afu, 0x18); in dump_afu_descriptor()