Home
last modified time | relevance | path

Searched refs:SBUS_READ_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.c3480 cc = SBUS_READ_FLASH_COPY(hba, i); in emlxs_write_fcode_flash()
3495 cc = SBUS_READ_FLASH_COPY(hba, i); in emlxs_write_fcode_flash()
3536 cc = SBUS_READ_FLASH_COPY(hba, i); in emlxs_write_fcode_flash()
3551 cc = SBUS_READ_FLASH_COPY(hba, i); in emlxs_write_fcode_flash()
3614 cc = SBUS_READ_FLASH_COPY(hba, 0); in emlxs_erase_fcode_flash()
3621 cc = SBUS_READ_FLASH_COPY(hba, 1); in emlxs_erase_fcode_flash()
3632 cc = SBUS_READ_FLASH_COPY(hba, offset); in emlxs_erase_fcode_flash()
3650 cc = SBUS_READ_FLASH_COPY(hba, 0); in emlxs_erase_fcode_flash()
3665 cc = SBUS_READ_FLASH_COPY(hba, 0); in emlxs_erase_fcode_flash()
H A Demlxs_dfc.c6682 *bptr++ = SBUS_READ_FLASH_COPY(hba, offset++); in emlxs_dfc_read_flash()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1258 #define SBUS_READ_FLASH_COPY(_hba, _offset) ddi_get8(\ macro