RM_BL_WRT_PKG_SIZE
BUILD_BUG_ON((RM_FW_PAGE_SIZE % RM_BL_WRT_PKG_SIZE) != 0);
for (i = 0; i < RM_FW_PAGE_SIZE / RM_BL_WRT_PKG_SIZE; i++) {
xfer_len = min_t(size_t, len, RM_BL_WRT_PKG_SIZE);
if (len < RM_BL_WRT_PKG_SIZE)
RM_BL_WRT_PKG_SIZE - xfer_len);
#define RM_BL_WRT_LEN (RM_BL_WRT_PKG_SIZE + RM_BL_WRT_CMD_SIZE)