Searched refs:SCB_NEXT (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 154 mov SCB_NEXT,WAITING_SCBH; 268 mov WAITING_SCBH,SCB_NEXT; 838 mov SCB_NEXT,WAITING_SCBH; 1169 cmp SCB_NEXT, SCB_LIST_NULL je notFound; 1170 mov SCBPTR,SCB_NEXT; 1199 mov DINDEX, SCB_NEXT; 1201 mov SCB_NEXT, DINDEX; 1204 mov DISCONNECTED_SCBH,SCB_NEXT ret; 1509 mov SCB_NEXT, FREE_SCBH; 1526 mov DISCONNECTED_SCBH, SCB_NEXT ret; [all …]
|
D | aic7xxx_reg.h | 515 #define SCB_NEXT 0xba macro
|
D | aic7xxx.reg | 943 SCB_NEXT {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 2520 aic_outb(p, aic_inb(p, FREE_SCBH), SCB_NEXT); in aic7xxx_add_curscb_to_free_list() 2539 next = aic_inb(p, SCB_NEXT); in aic7xxx_rem_scb_from_disc_list() 2545 aic_outb(p, next, SCB_NEXT); in aic7xxx_rem_scb_from_disc_list() 3202 next = aic_inb(p, SCB_NEXT); in aic7xxx_abort_waiting_scb() 3222 aic_outb(p, next, SCB_NEXT); in aic7xxx_abort_waiting_scb() 3583 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3614 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3669 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3712 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3741 aic_outb(p, SCB_LIST_NULL, SCB_NEXT); in aic7xxx_reset_device() [all …]
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 135 mov NEXT_QUEUED_SCB, SCB_NEXT; 136 mov SCB_NEXT,WAITING_SCBH; 438 mov WAITING_SCBH,SCB_NEXT; 2051 cmp SCB_NEXT, SCB_LIST_NULL je findSCB_notFound; 2053 mov SCBPTR,SCB_NEXT; 2058 mov DINDEX, SCB_NEXT; 2061 mov SCB_NEXT, DINDEX; 2064 mov DISCONNECTED_SCBH,SCB_NEXT ret; 2348 mov SCB_NEXT, FREE_SCBH; 2373 mov DISCONNECTED_SCBH, SCB_NEXT; [all …]
|
D | aic7xxx_core.c | 4236 ahc_outb(ahc, SCB_NEXT, i+1); in ahc_build_free_scb_list() 4238 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list() 4256 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list() 5531 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo() 5537 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo() 5697 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list() 5703 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list() 5721 next = ahc_inb(ahc, SCB_NEXT); in ahc_rem_scb_from_disc_list() 5729 ahc_outb(ahc, SCB_NEXT, next); in ahc_rem_scb_from_disc_list() 5751 ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH)); in ahc_add_curscb_to_free_list() [all …]
|
D | aic79xx.seq | 282 mvi SCB_NEXT[1], SCB_LIST_NULL; 300 bmov SCB_NEXT, REG0, 2 ret; 577 bmov SCBPTR, SCB_NEXT, 2; 594 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_list_done; 600 bmov REG0, SCB_NEXT, 2;
|
D | aic7xxx_reg.h | 1660 #define SCB_NEXT 0xbf macro
|
D | aic79xx_core.c | 5183 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL); in ahd_initialize_hscbs() 7155 next = ahd_inw_scbram(ahd, SCB_NEXT); in ahd_search_scb_list() 7246 ahd_outw(ahd, SCB_NEXT, next); in ahd_rem_wscb() 8677 ahd_name(ahd), ahd_get_scbptr(ahd), ahd_inw(ahd, SCB_NEXT), in ahd_dump_card_state() 8718 ahd_inb(ahd, SCB_SCSIID), ahd_inw(ahd, SCB_NEXT), in ahd_dump_scbs()
|
D | aic7xxx.reg | 1099 SCB_NEXT {
|
D | aic79xx_reg.h | 3693 #define SCB_NEXT 0x1ac macro
|
D | aic79xx.reg | 3862 SCB_NEXT {
|