Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/arm/
H A Deesox.c58 #define EESOX_TERM_ENABLE 0x02 macro
129 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()