Searched refs:ql_write_flash (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_flash.c | 31 static int ql_write_flash(qlge_t *, uint32_t, uint32_t); 167 rval = ql_write_flash(qlge, /* 0xd8 */ in ql_erase_and_write_to_flash() 183 rval = ql_write_flash(qlge, faddr, fdata); in ql_erase_and_write_to_flash() 1184 ql_write_flash(qlge_t *qlge, uint32_t addr, uint32_t data) in ql_write_flash() function 1243 (void) ql_write_flash(qlge, in ql_unprotect_flash() 1249 (void) ql_write_flash(qlge, FLASH_CONF_ADDR | in ql_unprotect_flash() 1253 (void) ql_write_flash(qlge, FLASH_CONF_ADDR | 0x300 | in ql_unprotect_flash() 1255 (void) ql_write_flash(qlge, FLASH_CONF_ADDR | 0x300 | in ql_unprotect_flash() 1257 (void) ql_write_flash(qlge, FLASH_CONF_ADDR | 0x300 | in ql_unprotect_flash() 1289 (void) ql_write_flash(qlge, FLASH_CONF_ADDR | in ql_protect_flash() [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 86 static void ql_write_flash(ql_adapter_state_t *, EXT_IOCTL *, int); 472 ql_write_flash(ha, cmd, mode); in ql_sdm_ioctl() 3267 ql_write_flash(ql_adapter_state_t *ha, EXT_IOCTL *cmd, int mode) in ql_write_flash() function
|