Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c98 static uint32_t hermon_flash_read(hermon_state_t *state, uint32_t addr,
1509 image[i] = hermon_flash_read(state, addr, &status); in hermon_flash_read_sector()
1532 *data = hermon_flash_read(state, addr, &status); in hermon_flash_read_quadlet()
1707 stat = hermon_flash_read(state, addr & ~3, &status); in hermon_flash_write_byte()
1742 stat = hermon_flash_read(state, addr & ~3, &status); in hermon_flash_write_byte()
1865 stat = hermon_flash_read(state, addr, &status); in hermon_flash_erase_sector()
1900 stat = hermon_flash_read(state, addr & ~3, &status); in hermon_flash_erase_sector()
2024 stat = hermon_flash_read(state, 0, &status); in hermon_flash_erase_chip()
2222 hermon_flash_read(hermon_state_t *state, uint32_t addr, int *err) in hermon_flash_read() function
2527 data = hermon_flash_read(state, i, &status); in hermon_flash_cfi_init()