Home
last modified time | relevance | path

Searched refs:sector_sz_bytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c1842 uint32_t sector_sz_bytes; in tavor_flash_cfi_init() local
1891 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()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2476 uint32_t sector_sz_bytes; in hermon_flash_cfi_init() local
2563 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()