Home
last modified time | relevance | path

Searched refs:WAITING_SCBH (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx.seq86 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting;
136 mov SCB_NEXT,WAITING_SCBH;
137 mov WAITING_SCBH, SCBPTR;
149 mov SCBPTR, WAITING_SCBH;
431 * WAITING_SCBH. Our next pointer will be set to null the next time this
437 mov SCBPTR, WAITING_SCBH;
438 mov WAITING_SCBH,SCB_NEXT;
Daic7xxx_reg.h1354 #define WAITING_SCBH 0x40 macro
Daic7xxx.reg1384 WAITING_SCBH {
/netbsd/src/sys/dev/ic/
Daic7xxx.c1175 scbptr = ahc_inb(ahc, WAITING_SCBH); in ahc_handle_scsiint()
4841 ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL); in ahc_init()
5427 next = ahc_inb(ahc, WAITING_SCBH); /* Start at head of list. */ in ahc_search_qinfifo()
5727 ahc_outb(ahc, WAITING_SCBH, next); in ahc_rem_wscb()
6679 scb_index = ahc_inb(ahc, WAITING_SCBH); in ahc_dump_card_state()