total_sector      479 drivers/staging/rts5208/sd.c 			u32 total_sector = 0;
total_sector      481 drivers/staging/rts5208/sd.c 			total_sector = (((u32)rsp[8] & 0x3f) << 16) |
total_sector      483 drivers/staging/rts5208/sd.c 			sd_card->capacity = (total_sector + 1) << 10;