Home
last modified time | relevance | path

Searched refs:AHD_TRANS_CUR (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Daic79xx.c2290 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
2295 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
2327 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
2350 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
3091 if ((type & AHD_TRANS_CUR) != 0 in ahd_set_syncrate()
3155 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_syncrate()
3220 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()
3236 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_width()
5138 AHD_TRANS_CUR, /*paused*/TRUE); in ahd_handle_devreset()
5140 /*ppr_options*/0, AHD_TRANS_CUR, in ahd_handle_devreset()
[all …]
Daic79xx.h723 #define AHD_TRANS_CUR 0x01 /* Modify current negotiation status */ macro