Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c2477 uint32_t DlCount; in emlxs_start_abs_download() local
2536 DlCount = SegSize; in emlxs_start_abs_download()
2538 DlCount = DlByteCount; in emlxs_start_abs_download()
2540 DlByteCount -= DlCount; in emlxs_start_abs_download()
2545 for (i = 0; i < (DlCount / 4); i++) { in emlxs_start_abs_download()
2554 sizeof (MAILBOX)), (DlCount / sizeof (uint32_t))); in emlxs_start_abs_download()
2556 emlxs_format_prog_flash(mbox, DlToAddr, DlCount, in emlxs_start_abs_download()
2557 PROGRAM_FLASH, (DlByteCount) ? 0 : 1, 0, DlCount, NULL, 0); in emlxs_start_abs_download()
2570 Buffer += DlCount; in emlxs_start_abs_download()
2571 DlToAddr += DlCount; in emlxs_start_abs_download()
[all …]