Searched refs:DISCONNECTED_SCBH (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic7xxx.seq | 2051 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;
|
| D | aic7xxx_reg.h | 1350 #define DISCONNECTED_SCBH 0x41 macro
|
| D | aic7xxx.c | 4778 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()
|
| D | aic7xxx.reg | 1390 DISCONNECTED_SCBH {
|