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

/u-boot/fs/fat/
H A Dfat.c172 __u32 offset, off8; local
235 off8 = (offset * 3) / 2;
236 /* fatbut + off8 may be unaligned, read in byte granularity */
237 ret = mydata->fatbuf[off8] + (mydata->fatbuf[off8 + 1] << 8);

Completed in 38 milliseconds