Searched refs:fdt_block_size (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_sup.c899 ha->fdt_block_size = le32_to_cpu(fdt->block_size);
911 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
922 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
924 ha->fdt_block_size = FLASH_BLK_SIZE_32K;
930 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
933 ha->fdt_block_size = FLASH_BLK_SIZE_4K;
940 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
949 ha->fdt_wrt_disable, ha->fdt_block_size);
1167 finish = start + (ha->fdt_block_size >> 2) - 1;
1202 rest_addr = (ha->fdt_block_size >>
[all...]
H A Dqla_attr.c1171 return snprintf(buf, PAGE_SIZE, "0x%x\n", ha->fdt_block_size);
H A Dqla_def.h2781 uint32_t fdt_block_size; member in struct:qla_hw_data
H A Dqla_nx.c2697 rest_addr = ha->fdt_block_size - 1;
H A Dqla_init.c1499 ha->fdt_block_size = size << 2;
/drivers/scsi/qla4xxx/
H A Dql4_def.h344 uint32_t fdt_block_size; member in struct:ql82xx_hw_data
H A Dql4_nx.c2076 hw->fdt_block_size = le32_to_cpu(fdt->block_size);
2089 hw->fdt_block_size = FLASH_BLK_SIZE_64K;
2095 hw->fdt_block_size));

Completed in 79 milliseconds