Home
last modified time | relevance | path

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

/drivers/scsi/arm/
Deesox.c57 #define EESOX_TERM_ENABLE 0x02 macro
128 info->control |= EESOX_TERM_ENABLE; in eesoxscsi_terminator_ctl()
130 info->control &= ~EESOX_TERM_ENABLE; in eesoxscsi_terminator_ctl()
389 VERSION, info->control & EESOX_TERM_ENABLE ? "n" : "ff"); in eesoxscsi_info()
434 info->control & EESOX_TERM_ENABLE ? "n" : "ff"); in eesoxscsi_show_info()
447 return sprintf(buf, "%d\n", info->control & EESOX_TERM_ENABLE ? 1 : 0); in eesoxscsi_show_term()
460 info->control |= EESOX_TERM_ENABLE; in eesoxscsi_store_term()
462 info->control &= ~EESOX_TERM_ENABLE; in eesoxscsi_store_term()
524 info->control = term[ec->slot_no] ? EESOX_TERM_ENABLE : 0; in eesoxscsi_probe()