Home
last modified time | relevance | path

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

/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq135 mov NEXT_QUEUED_SCB, SCB_NEXT;
136 mov SCB_NEXT,WAITING_SCBH;
438 mov WAITING_SCBH,SCB_NEXT;
2057 mov SCBPTR,SCB_NEXT;
2062 mov DINDEX, SCB_NEXT;
2065 mov SCB_NEXT, DINDEX;
2068 mov DISCONNECTED_SCBH,SCB_NEXT ret;
2352 mov SCB_NEXT, FREE_SCBH;
2377 mov DISCONNECTED_SCBH, SCB_NEXT;
2384 mov FREE_SCBH, SCB_NEXT ret;
[all …]
H A Daic79xx.seq284 mvi SCB_NEXT[1], SCB_LIST_NULL;
302 bmov SCB_NEXT, REG0, 2 ret;
579 bmov SCBPTR, SCB_NEXT, 2;
593 cmp SCB_NEXT[1], SCB_LIST_NULL je select_out_list_done;
599 bmov REG0, SCB_NEXT, 2;
H A Daic7xxx_reg.h1668 #define SCB_NEXT 0xbf macro
H A Daic7xxx.reg1098 SCB_NEXT {
H A Daic79xx_reg.h3693 #define SCB_NEXT 0x1ac macro
H A Daic79xx.reg3864 SCB_NEXT {
/netbsd/sys/dev/ic/
H A Daic7xxx.c4153 ahc_outb(ahc, SCB_NEXT, i+1); in ahc_build_free_scb_list()
5477 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo()
5483 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_qinfifo()
5643 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list()
5649 next = ahc_inb(ahc, SCB_NEXT); in ahc_search_disc_list()
5667 next = ahc_inb(ahc, SCB_NEXT); in ahc_rem_scb_from_disc_list()
5675 ahc_outb(ahc, SCB_NEXT, next); in ahc_rem_scb_from_disc_list()
5717 next = ahc_inb(ahc, SCB_NEXT); in ahc_rem_wscb()
5740 ahc_outb(ahc, SCB_NEXT, next); in ahc_rem_wscb()
6684 scb_index = ahc_inb(ahc, SCB_NEXT); in ahc_dump_card_state()
[all …]
H A Daic79xx.c5401 ahd_outw(ahd, SCB_NEXT, SCB_LIST_NULL); in ahd_initialize_hscbs()
7319 next = ahd_inw_scbram(ahd, SCB_NEXT); in ahd_search_scb_list()
7411 ahd_outw(ahd, SCB_NEXT, next); in ahd_rem_wscb()
8862 ahd_inw_scbram(ahd, SCB_NEXT), in ahd_dump_card_state()
8904 ahd_inw_scbram(ahd, SCB_NEXT), in ahd_dump_scbs()