Searched refs:DISCONNECTED_SCBH (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 2049 cmp DISCONNECTED_SCBH, SCB_LIST_NULL je findSCB_notFound; 2050 mov SCBPTR, DISCONNECTED_SCBH; /* Initialize SCBPTR */ 2067 mov DISCONNECTED_SCBH,SCB_NEXT ret; 2370 cmp DISCONNECTED_SCBH, SCB_LIST_NULL jne dequeue_disc_scb; 2375 mov SCBPTR, DISCONNECTED_SCBH; 2376 mov DISCONNECTED_SCBH, SCB_NEXT; 2393 mov SCB_NEXT, DISCONNECTED_SCBH; 2394 mov DISCONNECTED_SCBH, SCBPTR ret;
|
| H A D | aic7xxx_reg.h | 1347 #define DISCONNECTED_SCBH 0x41 macro
|
| H A D | aic7xxx.c | 4746 ahc_outb(ahc, DISCONNECTED_SCBH, SCB_LIST_NULL); in ahc_chip_init() 5716 next = ahc_inb(ahc, DISCONNECTED_SCBH); in ahc_search_disc_list() 5787 ahc_outb(ahc, DISCONNECTED_SCBH, next); in ahc_rem_scb_from_disc_list() 6794 scb_index = ahc_inb(ahc, DISCONNECTED_SCBH); in ahc_dump_card_state()
|
| H A D | aic7xxx.reg | 1388 DISCONNECTED_SCBH {
|