Lines Matching defs:sec_count
99 uint32_t sec_count; /* Card capacity in 512byte blocks */
1577 ivar->sec_count, ivar->erase_sector,
1591 uint32_t resp, sec_count, status;
1662 ivar->sec_count = ivar->csd.capacity / MMC_SECTOR_SIZE;
1758 ivar->sec_count = ivar->csd.capacity / MMC_SECTOR_SIZE;
1795 sec_count = le32dec(&ext_csd[EXT_CSD_SEC_CNT]);
1796 if (sec_count != 0) {
1797 ivar->sec_count = sec_count;
2478 *result = ivar->sec_count;