Home
last modified time | relevance | path

Searched refs:bpb (Results 1 – 2 of 2) sorted by relevance

/system/ulib/ftl/ftln/
A Dftln_util.c548 int FtlnSetClustSect1(FTLN ftl, const ui8* bpb, int format_req) { in FtlnSetClustSect1() argument
554 if (bpb[510] != 0x55 && bpb[511] != 0xAA) in FtlnSetClustSect1()
558 if (bpb[0] != 0xEB && bpb[0] != 0xE9) in FtlnSetClustSect1()
562 ssize = RD16_LE(&bpb[11]); in FtlnSetClustSect1()
567 rsrvd_sects = RD16_LE(&bpb[14]); in FtlnSetClustSect1()
570 num_fats = bpb[16]; in FtlnSetClustSect1()
573 sects_per_fat = RD16_LE(&bpb[22]); in FtlnSetClustSect1()
575 sects_per_fat = RD32_LE(&bpb[36]); in FtlnSetClustSect1()
578 root_ents = RD16_LE(&bpb[17]); in FtlnSetClustSect1()
596 sects_per_clust = bpb[13]; in FtlnSetClustSect1()
[all …]
A Dftlnp.h305 int FtlnSetClustSect1(FTLN ftl, const ui8* bpb, int format_req);

Completed in 5 milliseconds