Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat_write.c29 static int total_sector; variable
38 cur_part_info.start + total_sector) { in disk_write()
684 if (startsect + sect_num > total_sector) in check_overflow()
1090 total_sector = datablock.total_sect; in file_fat_write_at()
1293 total_sector = fsdata.total_sect; in fat_unlink()
1371 total_sector = datablock.total_sect; in fat_mkdir()
/openbmc/linux/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;