Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2480 active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE; in ahc_set_syncrate()
2604 active = (type & AHC_TRANS_ACTIVE) == AHC_TRANS_ACTIVE; in ahc_set_width()
3654 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3769 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3891 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3896 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
4030 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
4052 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
H A Daic7xxx.h676 #define AHC_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */ macro