Searched refs:SCB_NEXT (Results 1 – 12 of 12) sorted by relevance
/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 {
|
/drivers/scsi/ |
D | aic7xxx_old.c | 2415 aic_outb(p, aic_inb(p, FREE_SCBH), SCB_NEXT); in aic7xxx_add_curscb_to_free_list() 2434 next = aic_inb(p, SCB_NEXT); in aic7xxx_rem_scb_from_disc_list() 2440 aic_outb(p, next, SCB_NEXT); in aic7xxx_rem_scb_from_disc_list() 2943 next = aic_inb(p, SCB_NEXT); in aic7xxx_abort_waiting_scb() 2963 aic_outb(p, next, SCB_NEXT); in aic7xxx_abort_waiting_scb() 3252 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3283 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3331 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3360 next = aic_inb(p, SCB_NEXT); in aic7xxx_reset_device() 3383 aic_outb(p, SCB_LIST_NULL, SCB_NEXT); in aic7xxx_reset_device() [all …]
|
/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; 2052 cmp SCB_NEXT, SCB_LIST_NULL je findSCB_notFound; 2054 mov SCBPTR,SCB_NEXT; 2059 mov DINDEX, SCB_NEXT; 2062 mov SCB_NEXT, DINDEX; 2065 mov DISCONNECTED_SCBH,SCB_NEXT ret; 2349 mov SCB_NEXT, FREE_SCBH; 2374 mov DISCONNECTED_SCBH, SCB_NEXT; [all …]
|
D | aic7xxx_core.c | 4750 ahc_outb(ahc, SCB_NEXT, i+1); in ahc_build_free_scb_list() 4752 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list() 4770 ahc_outb(ahc, SCB_NEXT, SCB_LIST_NULL); in ahc_build_free_scb_list() 6052 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo() 6058 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo() 6218 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list() 6224 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list() 6242 next = ahc_inb(ahc, SCB_NEXT); in ahc_rem_scb_from_disc_list() 6250 ahc_outb(ahc, SCB_NEXT, next); in ahc_rem_scb_from_disc_list() 6272 ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH)); in ahc_add_curscb_to_free_list() [all …]
|
D | aic79xx.seq | 320 mvi SCB_NEXT[1], SCB_LIST_NULL; 396 bmov SCB_NEXT, REG0, 2 ret; 733 bmov SCBPTR, SCB_NEXT, 2; 748 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_clear_tail; 757 bmov REG0, SCB_NEXT, 2;
|
D | aic7xxx_reg.h_shipped | 785 #define SCB_NEXT 0xbf
|
D | aic79xx_core.c | 6402 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL); in ahd_initialize_hscbs() 8459 next = ahd_inw_scbram(ahd, SCB_NEXT); in ahd_search_scb_list() 8540 ahd_outw(ahd, SCB_NEXT, next); in ahd_rem_wscb() 9965 ahd_inw_scbram(ahd, SCB_NEXT), in ahd_dump_card_state() 10007 ahd_inw_scbram(ahd, SCB_NEXT),
|
D | aic7xxx.reg | 1198 SCB_NEXT {
|
D | aic79xx_reg.h_shipped | 2601 #define SCB_NEXT 0x1ac
|
D | aic79xx.reg | 4181 SCB_NEXT {
|