Searched refs:soft_rst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c280 pcicfg_soft_reset_t soft_rst; local
289 soft_rst.dw0 = OCE_CFG_READ32(dev, PCICFG_SOFT_RESET);
290 soft_rst.bits.soft_reset = 0x01;
291 OCE_CFG_WRITE32(dev, PCICFG_SOFT_RESET, soft_rst.dw0);
301 soft_rst.dw0 = OCE_CFG_READ32(dev, PCICFG_SOFT_RESET);
302 if (soft_rst.bits.soft_reset)
304 } while (soft_rst.bits.soft_reset);
306 if (soft_rst.bits.soft_reset) {
310 soft_rst.dw0);

Completed in 58 milliseconds