Searched refs:AHD_TRANS_ACTIVE (Results 1 – 2 of 2) sorted by relevance
1099 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()1102 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()3088 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_syncrate()3231 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_width()4380 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4495 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4611 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4615 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4777 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()4799 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()
757 #define AHD_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */ macro