Searched refs:WAITING_TID_HEAD (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic79xx.seq | 108 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je idle_loop_checkbus; 404 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL je first_new_scb; 413 bmov WAITING_TID_HEAD, REG0, 2; 564 bmov LASTSCB, WAITING_TID_HEAD, 2; 566 bmov CURRSCB, WAITING_TID_HEAD, 2; 567 bmov SCBPTR, WAITING_TID_HEAD, 2; 725 bmov SCBPTR, WAITING_TID_HEAD, 2; 786 bmov SCBPTR, WAITING_TID_HEAD, 2; 787 bmov WAITING_TID_HEAD, SCB_NEXT2, 2; 788 cmp WAITING_TID_HEAD[1], SCB_LIST_NULL jne . + 2;
|
H A D | aic79xx_reg.h | 3551 #define WAITING_TID_HEAD 0x120 macro
|
H A D | aic79xx.reg | 3504 WAITING_TID_HEAD {
|
/openbsd/sys/dev/ic/ |
H A D | aic79xx.c | 1632 scbid = ahd_inw(ahd, WAITING_TID_HEAD); in ahd_handle_scsiint() 2092 waiting_h = ahd_inw(ahd, WAITING_TID_HEAD); in ahd_handle_pkt_busfree() 2096 ahd_outw(ahd, WAITING_TID_HEAD, scbid); in ahd_handle_pkt_busfree() 6435 ahd_outw(ahd, WAITING_TID_HEAD, SCB_LIST_NULL); in ahd_chip_init() 7206 tid_next = ahd_inw(ahd, WAITING_TID_HEAD); in ahd_search_qinfifo() 7402 ahd_outw(ahd, WAITING_TID_HEAD, tid_next); in ahd_stitch_tid_list() 7413 ahd_outw(ahd, WAITING_TID_HEAD, tid_cur); in ahd_stitch_tid_list()
|