Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c100 static void hermon_flash_write(hermon_state_t *state, uint32_t addr,
1455 hermon_flash_write(state, 0x555, HERMON_HW_FLASH_RESET_AMD, in hermon_flash_reset()
1463 hermon_flash_write(state, 0x555, HERMON_HW_FLASH_RESET_INTEL, in hermon_flash_reset()
1683 hermon_flash_write(state, addr, 0xAA, &status); in hermon_flash_write_byte()
1688 hermon_flash_write(state, addr, 0x55, &status); in hermon_flash_write_byte()
1693 hermon_flash_write(state, addr, 0xA0, &status); in hermon_flash_write_byte()
1698 hermon_flash_write(state, addr, data, &status); in hermon_flash_write_byte()
1728 hermon_flash_write(state, addr, HERMON_HW_FLASH_ICS_WRITE, in hermon_flash_write_byte()
1733 hermon_flash_write(state, addr, data, &status); in hermon_flash_write_byte()
1831 hermon_flash_write(state, addr, 0xAA, &status); in hermon_flash_erase_sector()
[all …]