Searched refs:FREE_SCBH (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 266 #define FREE_SCBH 0x40 macro
|
D | aic7xxx.seq | 1509 mov SCB_NEXT, FREE_SCBH; 1510 mov FREE_SCBH, SCBPTR; 1516 cmp FREE_SCBH, SCB_LIST_NULL jne dequeue_free_scb; 1528 mov SCBPTR, FREE_SCBH; 1529 mov FREE_SCBH, SCB_NEXT ret;
|
D | aic7xxx.reg | 1265 FREE_SCBH {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 2348 mov SCB_NEXT, FREE_SCBH; 2350 mov FREE_SCBH, SCBPTR ret; 2366 cmp FREE_SCBH, SCB_LIST_NULL jne dequeue_free_scb; 2379 mov SCBPTR, FREE_SCBH; 2380 mov FREE_SCBH, SCB_NEXT ret;
|
D | aic7xxx_core.c | 4248 ahc_outb(ahc, FREE_SCBH, 0); in ahc_build_free_scb_list() 4251 ahc_outb(ahc, FREE_SCBH, SCB_LIST_NULL); in ahc_build_free_scb_list() 5751 ahc_outb(ahc, SCB_NEXT, ahc_inb(ahc, FREE_SCBH)); in ahc_add_curscb_to_free_list() 5752 ahc_outb(ahc, FREE_SCBH, ahc_inb(ahc, SCBPTR)); in ahc_add_curscb_to_free_list() 6758 scb_index = ahc_inb(ahc, FREE_SCBH); in ahc_dump_card_state()
|
D | aic7xxx_reg.h | 1351 #define FREE_SCBH 0x42 macro
|
D | aic7xxx.reg | 1398 FREE_SCBH {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 2520 aic_outb(p, aic_inb(p, FREE_SCBH), SCB_NEXT); in aic7xxx_add_curscb_to_free_list() 2521 aic_outb(p, aic_inb(p, SCBPTR), FREE_SCBH); in aic7xxx_add_curscb_to_free_list() 3690 next = aic_inb(p, FREE_SCBH); in aic7xxx_reset_device() 3729 aic_outb(p, SCB_LIST_NULL, FREE_SCBH); in aic7xxx_reset_device() 6635 free_scbh = aic_inb(p, FREE_SCBH); in aic7xxx_check_scbs() 8203 aic_outb(p, 0, FREE_SCBH); in detect_maxscb()
|