Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/arm/
H A Deesox.c54 #define EESOX_TERM_ENABLE 0x02 macro
125 info->control |= EESOX_TERM_ENABLE; in eesoxscsi_terminator_ctl()
127 info->control &= ~EESOX_TERM_ENABLE; in eesoxscsi_terminator_ctl()
387 VERSION, info->control & EESOX_TERM_ENABLE ? "n" : "ff"); in eesoxscsi_info()
432 info->control & EESOX_TERM_ENABLE ? "n" : "ff"); in eesoxscsi_show_info()
445 return sprintf(buf, "%d\n", info->control & EESOX_TERM_ENABLE ? 1 : 0); in eesoxscsi_show_term()
458 info->control |= EESOX_TERM_ENABLE; in eesoxscsi_store_term()
460 info->control &= ~EESOX_TERM_ENABLE; in eesoxscsi_store_term()
520 info->control = term[ec->slot_no] ? EESOX_TERM_ENABLE : 0; in eesoxscsi_probe()