Searched refs:AHD_TRANS_ACTIVE (Results 1 – 2 of 2) sorted by relevance
1946 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()1949 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()3895 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_syncrate()4038 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_width()5185 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5300 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5416 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5420 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5582 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()5604 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()
730 #define AHD_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */ macro