Home
last modified time | relevance | path

Searched refs:DISCONNECTED_SCBH (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx.seq2051 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound;
2052 mov SCBPTR, DISCONNECTED_SCBH; /* Initialize SCBPTR */
2069 mov DISCONNECTED_SCBH,SCB_NEXT ret;
2372 cmp DISCONNECTED_SCBH, SCB_LIST_NULL jne dequeue_disc_scb;
2377 mov SCBPTR, DISCONNECTED_SCBH;
2378 mov DISCONNECTED_SCBH, SCB_NEXT;
2395 mov SCB_NEXT, DISCONNECTED_SCBH;
2396 mov DISCONNECTED_SCBH, SCBPTR ret;
Daic7xxx_reg.h1350 #define DISCONNECTED_SCBH 0x41 macro
Daic7xxx.c4778 ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL); in ahc_chip_init()
5752 next = ahc_inb(ahc, DISCONNECTED_SCBH); in ahc_search_disc_list()
5823 ahc_outb(ahc, DISCONNECTED_SCBH, next); in ahc_rem_scb_from_disc_list()
6837 scb_index = ahc_inb(ahc, DISCONNECTED_SCBH); in ahc_dump_card_state()
Daic7xxx.reg1390 DISCONNECTED_SCBH {