Searched refs:sector_sz_bytes (Results 1 – 2 of 2) sorted by relevance
1842 uint32_t sector_sz_bytes; in tavor_flash_cfi_init() local1891 sector_sz_bytes = ((cfi_ch_info[0x30] << 8) | cfi_ch_info[0x2F]) << 8; in tavor_flash_cfi_init()1894 for (bit_count = 0; sector_sz_bytes > 1; bit_count++) { in tavor_flash_cfi_init()1895 sector_sz_bytes >>= 1; in tavor_flash_cfi_init()
2476 uint32_t sector_sz_bytes; in hermon_flash_cfi_init() local2563 sector_sz_bytes = ((cfi_ch_info[0x30] << 8) | cfi_ch_info[0x2F]) << 8; in hermon_flash_cfi_init()2566 for (bit_count = 0; sector_sz_bytes > 1; bit_count++) { in hermon_flash_cfi_init()2567 sector_sz_bytes >>= 1; in hermon_flash_cfi_init()