Home
last modified time | relevance | path

Searched refs:sec_count (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/mmc/
H A Dmmc.c97 uint32_t sec_count; /* Card capacity in 512byte blocks */ member
1394 ivar->sec_count, ivar->erase_sector, in mmc_log_card()
1407 uint32_t resp, sec_count, status; in mmc_discover_cards() local
1472 ivar->sec_count = ivar->csd.capacity / MMC_SECTOR_SIZE; in mmc_discover_cards()
1593 ivar->sec_count = ivar->csd.capacity / MMC_SECTOR_SIZE; in mmc_discover_cards()
1627 sec_count = ivar->raw_ext_csd[EXT_CSD_SEC_CNT] + in mmc_discover_cards()
1631 if (sec_count != 0) { in mmc_discover_cards()
1632 ivar->sec_count = sec_count; in mmc_discover_cards()
1926 *(off_t *)result = ivar->sec_count; in mmc_read_ivar()
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c771 int sec_count = 0; in analyze_walk_wild_section_handler() local
792 ++sec_count; in analyze_walk_wild_section_handler()
806 if (sec_count == 0 || sec_count > 4) in analyze_walk_wild_section_handler()
820 signature = (sec_count << 8) + wild_name_count; in analyze_walk_wild_section_handler()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c812 int sec_count = 0; in analyze_walk_wild_section_handler() local
833 ++sec_count; in analyze_walk_wild_section_handler()
847 if (sec_count == 0 || sec_count > 4) in analyze_walk_wild_section_handler()
861 signature = (sec_count << 8) + wild_name_count; in analyze_walk_wild_section_handler()