Searched refs:AHD_TRANS_CUR (Results 1 – 2 of 2) sorted by relevance
3152 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()3157 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()3192 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()3218 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()3922 if ((type & AHD_TRANS_CUR) != 0 in ahd_set_syncrate()3985 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_syncrate()4050 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()4064 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_width()5965 AHD_TRANS_CUR, /*paused*/TRUE); in ahd_handle_devreset()5967 /*ppr_options*/0, AHD_TRANS_CUR, in ahd_handle_devreset()[all …]
729 #define AHD_TRANS_CUR 0x01 /* Modify current neogtiation status */ macro