Lines Matching refs:DFH
59 * For FIUs, they all have DFH + GUID + NEXT_AFU as common header registers.
60 * For AFUs, they have DFH + GUID as common header registers.
61 * For private features, they only have DFH register as common header.
63 #define DFH 0x0
75 #define DFH_NEXT_HDR_OFST GENMASK_ULL(39, 16) /* Offset to next DFH */
77 #define DFH_VERSION GENMASK_ULL(59, 52) /* DFH version */
85 * In DHFv1, DFH + GUID + CSR_START + CSR_SIZE_GROUP + PARAM_HDR + PARAM_DATA
93 * CSR Rel Bit, 1'b0 = relative (offset from feature DFH start),
122 #define FME_HDR_DFH DFH
163 #define PORT_HDR_DFH DFH
280 * @dfh_version: version of the DFH
453 u64 v = readq(base + DFH);
461 u64 v = readq(base + DFH);
469 return (u8)FIELD_GET(DFH_REVISION, readq(base + DFH));