Home
last modified time | relevance | path

Searched refs:total_sector (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c30 static int total_sector; variable
39 cur_part_info.start + total_sector) { in disk_write()
763 if (startsect + sect_num > total_sector) in check_overflow()
926 total_sector = bs.total_sect; in do_fat_write()
927 if (total_sector == 0) in do_fat_write()
928 total_sector = (int)cur_part_info.size; /* cast of lbaint_t */ in do_fat_write()
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Dsd.c479 u32 total_sector = 0; local
481 total_sector = (((u32)rsp[8] & 0x3f) << 16) |
483 sd_card->capacity = (total_sector + 1) << 10;
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map