Lines Matching defs:offset
880 static int mip4_bl_program_page(struct mip4_ts *ts, int offset,
890 offset, length);
905 put_unaligned_le32(offset, &cmd[2]);
966 static int mip4_bl_verify_page(struct mip4_ts *ts, int offset,
988 offset, length);
993 put_unaligned_le32(offset, &cmd[2]);
1060 data + offset, MIP4_BL_PACKET_SIZE,
1083 int offset;
1108 for (offset = fw_offset;
1109 offset < fw_offset + fw_size;
1110 offset += MIP4_BL_PAGE_SIZE) {
1112 error = mip4_bl_program_page(ts, offset, fw_data + offset,
1118 error = mip4_bl_verify_page(ts, offset, fw_data + offset,
1199 "F/W Data offset: %#08x, size: %d\n",