Searched refs:EESOX_TERM_ENABLE (Results 1 – 1 of 1) sorted by relevance
58 #define EESOX_TERM_ENABLE 0x02 macro129 info->control |= EESOX_TERM_ENABLE; in eesoxscsi_terminator_ctl()131 info->control &= ~EESOX_TERM_ENABLE; in eesoxscsi_terminator_ctl()391 VERSION, info->control & EESOX_TERM_ENABLE ? "n" : "ff"); in eesoxscsi_info()436 info->control & EESOX_TERM_ENABLE ? "n" : "ff"); in eesoxscsi_show_info()449 return sprintf(buf, "%d\n", info->control & EESOX_TERM_ENABLE ? 1 : 0); in eesoxscsi_show_term()462 info->control |= EESOX_TERM_ENABLE; in eesoxscsi_store_term()464 info->control &= ~EESOX_TERM_ENABLE; in eesoxscsi_store_term()525 info->control = term[ec->slot_no] ? EESOX_TERM_ENABLE : 0; in eesoxscsi_probe()