Searched refs:DISCONNECTED_SCBH (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx.seq1204 mov DISCONNECTED_SCBH,SCB_NEXT ret;
1226 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je get_SCBID_from_host;
1228 mov DISCONNECTED_SCBH call findSCB;
1517 cmp DISCONNECTED_SCBH, SCB_LIST_NULL jne dequeue_disc_scb;
1521 mov SCBPTR, DISCONNECTED_SCBH;
1526 mov DISCONNECTED_SCBH, SCB_NEXT ret;
1538 mov SCB_NEXT, DISCONNECTED_SCBH;
1539 mov DISCONNECTED_SCBH, SCBPTR ret;
H A Daic7xxx_reg.h264 #define DISCONNECTED_SCBH 0x3f macro
H A Daic7xxx.reg1258 DISCONNECTED_SCBH {
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq2047 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2048 mov SCBPTR, DISCONNECTED_SCBH; /* Initialize SCBPTR */
2065 mov DISCONNECTED_SCBH,SCB_NEXT ret;
2368 cmp DISCONNECTED_SCBH, SCB_LIST_NULL jne dequeue_disc_scb;
2373 mov SCBPTR, DISCONNECTED_SCBH;
2374 mov DISCONNECTED_SCBH, SCB_NEXT;
2391 mov SCB_NEXT, DISCONNECTED_SCBH;
2392 mov DISCONNECTED_SCBH, SCBPTR ret;
H A Daic7xxx.reg1530 DISCONNECTED_SCBH {
H A Daic7xxx_reg.h_shipped473 #define DISCONNECTED_SCBH 0x41
H A Daic7xxx_core.c5213 ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL);
6181 next = ahc_inb(ahc, DISCONNECTED_SCBH);
6252 ahc_outb(ahc, DISCONNECTED_SCBH, next);
7259 scb_index = ahc_inb(ahc, DISCONNECTED_SCBH);
/drivers/scsi/
H A Daic7xxx_old.c2444 aic_outb(p, next, DISCONNECTED_SCBH);
3300 next = aic_inb(p, DISCONNECTED_SCBH);
3373 aic_outb(p, SCB_LIST_NULL, DISCONNECTED_SCBH);
6138 dis_scbh = aic_inb(p, DISCONNECTED_SCBH);
6142 printk("Bogus DISCONNECTED_SCBH %d\n", dis_scbh);
8201 aic_outb(p, SCB_LIST_NULL, DISCONNECTED_SCBH);

Completed in 78 milliseconds