Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/mpt/
H A Dmpt.h589 #define mpt_disc_enable cfg.spi._disc_enable macro
H A Dmpt_cam.c1056 mpt->mpt_disc_enable = 0xff; in mpt_set_initial_config_spi()
3489 mpt->mpt_disc_enable |= (1 << tgt); in mpt_action()
3491 mpt->mpt_disc_enable &= ~(1 << tgt); in mpt_action()
3768 dval |= (mpt->mpt_disc_enable & (1 << tgt)) ? in mpt_get_spi_settings()