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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_sup.c845 ha->fdt_block_size = le32_to_cpu(fdt->block_size);
857 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
868 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
870 ha->fdt_block_size = FLASH_BLK_SIZE_32K;
876 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
879 ha->fdt_block_size = FLASH_BLK_SIZE_4K;
886 ha->fdt_block_size = FLASH_BLK_SIZE_64K;
894 ha->fdt_block_size));
1099 finish = start + (ha->fdt_block_size >> 2) - 1;
1133 rest_addr = (ha->fdt_block_size >>
[all...]
H A Dqla_attr.c1272 return snprintf(buf, PAGE_SIZE, "0x%x\n", ha->fdt_block_size);
H A Dqla_def.h2728 uint32_t fdt_block_size; member in struct:qla_hw_data
H A Dqla_nx.c3035 rest_addr = ha->fdt_block_size - 1;
H A Dqla_init.c1502 ha->fdt_block_size = size << 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_def.h325 uint32_t fdt_block_size; member in struct:ql82xx_hw_data
H A Dql4_nx.c1992 hw->fdt_block_size = le32_to_cpu(fdt->block_size);
2005 hw->fdt_block_size = FLASH_BLK_SIZE_64K;
2011 hw->fdt_block_size));

Completed in 158 milliseconds