Searched refs:PMCS_FLASH_CHUNK_SIZE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_fwlog.c | 110 slice = (PMCS_REGISTER_DUMP_FLASH_SIZE / PMCS_FLASH_CHUNK_SIZE); in pmcs_register_dump_int() 117 PMCIN_NVMD_AAP1, (j * PMCS_FLASH_CHUNK_SIZE), in pmcs_register_dump_int() 119 if (n == PMCS_FLASH_CHUNK_SIZE) { in pmcs_register_dump_int() 122 } else if ((n < PMCS_FLASH_CHUNK_SIZE) && (n > 0)) { in pmcs_register_dump_int() 148 PMCIN_NVMD_IOP, (j * PMCS_FLASH_CHUNK_SIZE), in pmcs_register_dump_int() 150 if (n == PMCS_FLASH_CHUNK_SIZE) { in pmcs_register_dump_int() 153 } else if ((n < PMCS_FLASH_CHUNK_SIZE) && (n > 0)) { in pmcs_register_dump_int() 179 PMCIN_NVMD_AAP1, (j * PMCS_FLASH_CHUNK_SIZE), in pmcs_register_dump_int() 199 PMCIN_NVMD_IOP, (j * PMCS_FLASH_CHUNK_SIZE), in pmcs_register_dump_int()
|
H A D | pmcs_nvram.c | 753 while ((i < PMCS_FLASH_CHUNK_SIZE) && in pmcs_get_nvmd() 761 (PMCS_FLASH_CHUNK_SIZE >> 2), buf, size_left); in pmcs_get_nvmd()
|
H A D | pmcs_attach.c | 771 pwp->regdump_dma_attr.dma_attr_align = PMCS_FLASH_CHUNK_SIZE; in pmcs_attach() 774 &pwp->regdump_hndl, PMCS_FLASH_CHUNK_SIZE, in pmcs_attach() 781 bzero(pwp->flash_chunkp, PMCS_FLASH_CHUNK_SIZE); in pmcs_attach()
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_iomb.h | 294 #define PMCS_FLASH_CHUNK_SIZE 4096 /* Must be read 4K at a time */ macro
|