Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dctlr_scsi.c3605 uint8_t cp13; in get_cur_protection_type() local
3609 cp13 = ((capacity->sc_rsvd0 & 0x3f) << 2) in get_cur_protection_type()
3612 prot_en = cp13 & 0x01; in get_cur_protection_type()
3616 p_type = (cp13 << 4) >> 5; in get_cur_protection_type()