Home
last modified time | relevance | path

Searched refs:SCB_NEXT (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.seq154 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 …]
Daic7xxx_reg.h515 #define SCB_NEXT 0xba macro
Daic7xxx.reg943 SCB_NEXT {
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c2520 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/
Daic7xxx.seq135 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 …]
Daic7xxx_core.c4236 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 …]
Daic79xx.seq282 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;
Daic7xxx_reg.h1660 #define SCB_NEXT 0xbf macro
Daic79xx_core.c5183 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()
Daic7xxx.reg1099 SCB_NEXT {
Daic79xx_reg.h3693 #define SCB_NEXT 0x1ac macro
Daic79xx.reg3862 SCB_NEXT {