Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c3462 SBUS_WRITE_FLASH_COPY(hba, wr[k].offset, wr[k].val); in emlxs_write_fcode_flash()
3474 SBUS_WRITE_FLASH_COPY(hba, i, bb); in emlxs_write_fcode_flash()
3518 SBUS_WRITE_FLASH_COPY(hba, wr[k].offset, wr[k].val); in emlxs_write_fcode_flash()
3530 SBUS_WRITE_FLASH_COPY(hba, i, bb); in emlxs_write_fcode_flash()
3611 SBUS_WRITE_FLASH_COPY(hba, as[i].offset, as[i].val); in emlxs_erase_fcode_flash()
3618 SBUS_WRITE_FLASH_COPY(hba, as[i].offset, as[i].val); in emlxs_erase_fcode_flash()
3627 SBUS_WRITE_FLASH_COPY(hba, as[i].offset, as[i].val); in emlxs_erase_fcode_flash()
3642 SBUS_WRITE_FLASH_COPY(hba, ef[i].offset, ef[i].val); in emlxs_erase_fcode_flash()
H A Demlxs_dfc.c6603 SBUS_WRITE_FLASH_COPY(hba, offset, *bptr); in emlxs_dfc_write_flash()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1253 #define SBUS_WRITE_FLASH_COPY(_hba, _offset, _value) ddi_put8(\ macro