Searched refs:WAITING_SCBH (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 262 #define WAITING_SCBH 0x3e macro
|
D | aic7xxx.seq | 95 cmp WAITING_SCBH,SCB_LIST_NULL jne start_waiting; 154 mov SCB_NEXT,WAITING_SCBH; 155 mov WAITING_SCBH, SCBPTR; 160 mov SCBPTR, WAITING_SCBH; 257 * WAITING_SCBH. Our next pointer will be set to null the next time this 267 mov SCBPTR, WAITING_SCBH; 268 mov WAITING_SCBH,SCB_NEXT; 838 mov SCB_NEXT,WAITING_SCBH; 839 mov WAITING_SCBH, SCBPTR;
|
D | aic7xxx.reg | 1250 WAITING_SCBH {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 86 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;
|
D | aic7xxx_core.c | 1161 scbptr = ahc_inb(ahc, WAITING_SCBH); in ahc_handle_scsiint() 4699 ahc_outb(ahc, WAITING_SCBH, SCB_LIST_NULL); in ahc_chip_init() 5481 next = ahc_inb(ahc, WAITING_SCBH); /* Start at head of list. */ in ahc_search_qinfifo() 5781 ahc_outb(ahc, WAITING_SCBH, next); in ahc_rem_wscb() 6728 scb_index = ahc_inb(ahc, WAITING_SCBH); in ahc_dump_card_state()
|
D | aic7xxx_reg.h | 1347 #define WAITING_SCBH 0x40 macro
|
D | aic7xxx.reg | 1383 WAITING_SCBH {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 3214 aic_outb(p, next, WAITING_SCBH); in aic7xxx_abort_waiting_scb() 3567 next = aic_inb(p, WAITING_SCBH); /* Start at head of list. */ in aic7xxx_reset_device() 3730 aic_outb(p, SCB_LIST_NULL, WAITING_SCBH); in aic7xxx_reset_device() 4822 next_hscb = aic_inb(p, WAITING_SCBH); in aic7xxx_handle_seqint() 4858 aic_outb(p, next_hscb, WAITING_SCBH); in aic7xxx_handle_seqint() 6309 scbptr = aic_inb(p, WAITING_SCBH); in aic7xxx_handle_scsiint() 6371 aic_outb(p, nextscb, WAITING_SCBH); in aic7xxx_handle_scsiint() 6683 wait_scbh = aic_inb(p, WAITING_SCBH); in aic7xxx_check_scbs() 8636 aic_outb(p, SCB_LIST_NULL, WAITING_SCBH); in aic7xxx_register() 11383 next_hscbptr = aic_inb(p, WAITING_SCBH); in aic7xxx_abort() [all …]
|