Searched refs:AHD_TRANS_ACTIVE (Results 1 – 2 of 2) sorted by relevance
720 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()723 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()2617 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_syncrate()2760 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_width()3895 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4010 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4126 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4130 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()4292 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()4314 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()
740 #define AHD_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */ macro