Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mfiutil/
H A Dmfi_drive.c167 uint8_t encl, slot; in mfi_lookup_drive() local
188 encl = val; in mfi_lookup_drive()
193 encl = 0xff; in mfi_lookup_drive()
212 if (((encl == 0xff && in mfi_lookup_drive()
214 list->addr[i].encl_index == encl) && in mfi_lookup_drive()
/dragonfly/sys/dev/crypto/hifn/
H A Dhifn7751.c1068 u_int32_t dmacfg, ramcfg, encl, addr, i; in hifn_enable_crypto() local
1092 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA; in hifn_enable_crypto()
1098 if (encl == HIFN_PUSTAT_ENA_1 || encl == HIFN_PUSTAT_ENA_2) { in hifn_enable_crypto()
1107 if (encl != 0 && encl != HIFN_PUSTAT_ENA_0) { in hifn_enable_crypto()
1111 "Unknown encryption level 0x%x\n", encl); in hifn_enable_crypto()
1132 encl = READ_REG_0(sc, HIFN_0_PUSTAT) & HIFN_PUSTAT_CHIPENA; in hifn_enable_crypto()
1136 if (encl != HIFN_PUSTAT_ENA_1 && encl != HIFN_PUSTAT_ENA_2) in hifn_enable_crypto()
1149 switch (encl) { in hifn_enable_crypto()
/dragonfly/sys/dev/raid/mfi/
H A Dmfireg.h1292 } encl; member