Lines Matching defs:fwhdr
480 #define GET_FWSECTION_HDR_SEC_SIZE(fwhdr) \ argument
482 #define GET_FWSECTION_HDR_CHECKSUM(fwhdr) \ argument
484 #define GET_FWSECTION_HDR_REDL(fwhdr) \ argument
486 #define GET_FWSECTION_HDR_DL_ADDR(fwhdr) \ argument
489 #define GET_FW_HDR_MAJOR_VERSION(fwhdr) \ argument
491 #define GET_FW_HDR_MINOR_VERSION(fwhdr) \ argument
493 #define GET_FW_HDR_SUBVERSION(fwhdr) \ argument
495 #define GET_FW_HDR_SUBINDEX(fwhdr) \ argument
497 #define GET_FW_HDR_MONTH(fwhdr) \ argument
499 #define GET_FW_HDR_DATE(fwhdr) \ argument
501 #define GET_FW_HDR_HOUR(fwhdr) \ argument
503 #define GET_FW_HDR_MIN(fwhdr) \ argument
505 #define GET_FW_HDR_YEAR(fwhdr) \ argument
507 #define GET_FW_HDR_SEC_NUM(fwhdr) \ argument
509 #define GET_FW_HDR_CMD_VERSERION(fwhdr) \ argument
511 static inline void SET_FW_HDR_PART_SIZE(void *fwhdr, u32 val) in SET_FW_HDR_PART_SIZE()