Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2109 } while (status & HERMON_HW_FLASH_SPI_BUSY); in hermon_flash_spi_wait_wip()
2206 cmd |= HERMON_HW_FLASH_SPI_BUSY | HERMON_HW_FLASH_SPI_ENABLE_OFF; in hermon_flash_spi_exec_command()
2214 } while ((data & HERMON_HW_FLASH_SPI_BUSY) && in hermon_flash_spi_exec_command()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h5085 #define HERMON_HW_FLASH_SPI_BUSY 0x40000000 macro