Searched refs:sec_count (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c99 uint32_t sec_count; /* Card capacity in 512byte blocks */ member in struct:mmc_ivars
1584 ivar->sec_count, ivar->erase_sector,
1598 uint32_t resp, sec_count, status; local
1669 ivar->sec_count = ivar->csd.capacity / MMC_SECTOR_SIZE;
1765 ivar->sec_count = ivar->csd.capacity / MMC_SECTOR_SIZE;
1802 sec_count = le32dec(&ext_csd[EXT_CSD_SEC_CNT]);
1803 if (sec_count != 0) {
1804 ivar->sec_count = sec_count;
2480 *result = ivar->sec_count;
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c657 int sec_count = 0; local
678 ++sec_count;
692 if (sec_count == 0 || sec_count > 4)
706 signature = (sec_count << 8) + wild_name_count;

Completed in 171 milliseconds