Searched refs:vid_hdr_shift (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dubi.h272 * @vid_hdr_shift: contains @vid_hdr_offset - @vid_hdr_aloffset
342 int vid_hdr_shift; member in struct:ubi_device
456 return vid_hdr + ubi->vid_hdr_shift;
472 kfree(p - ubi->vid_hdr_shift);
H A Dbuild.c451 ubi->vid_hdr_shift = ubi->vid_hdr_offset -
463 dbg_msg("vid_hdr_shift %d", ubi->vid_hdr_shift);
467 if (ubi->vid_hdr_shift % 4) {
469 ubi->vid_hdr_shift);
H A Dio.c84 * and returns a pointer to offset @ubi->vid_hdr_shift of this buffer. When the
899 p = (char *)vid_hdr - ubi->vid_hdr_shift;
1019 p = (char *)vid_hdr - ubi->vid_hdr_shift;
1183 p = (char *)vid_hdr - ubi->vid_hdr_shift;

Completed in 151 milliseconds