Searched defs:shf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c491 uint32_t shf = (i % 4) * 8; local
494 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_EVQS + (woff << 2)) >> shf)
499 uint32_t shf = (i % 4) * 8; local
502 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_SNCQ + (woff << 2)) >> shf)
507 uint32_t shf = (i % 4) * 8; local
511 (woff << 2)) >> shf) & 0xff);
515 uint32_t shf = (i % 4) * 8; local
519 (woff << 2)) >> shf) & 0xff);

Completed in 76 milliseconds