Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_reg.h132 #define PMCS_MSGU_MPI_BAR_SHIFT 26 macro
133 #define PMCS_MSGU_MPI_OFFSET_MASK ((1 << PMCS_MSGU_MPI_BAR_SHIFT) - 1)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c703 (((5U << 2) + 0x10) << PMCS_MSGU_MPI_BAR_SHIFT) | set3size; in pmcs_attach()
H A Dpmcs_subr.c132 barbar = barval >> PMCS_MSGU_MPI_BAR_SHIFT; in pmcs_setup()
136 regbar = regoff >> PMCS_MSGU_MPI_BAR_SHIFT; in pmcs_setup()