Searched refs:AHD_TRANS_ACTIVE (Results 1 – 2 of 2) sorted by relevance
1954 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()1957 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint()3901 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_syncrate()4044 active = (type & AHD_TRANS_ACTIVE) == AHD_TRANS_ACTIVE; in ahd_set_width()5191 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5306 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5422 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5426 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_parse_msg()5588 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()5610 AHD_TRANS_ACTIVE|AHD_TRANS_GOAL, in ahd_handle_msg_reject()
733 #define AHD_TRANS_ACTIVE 0x03 /* Assume this target is on the bus */ macro