Searched refs:QOFF_CTLSTA (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 572 #define QOFF_CTLSTA 0xfa macro
|
D | aic7xxx.reg | 1053 register QOFF_CTLSTA {
|
D | aic7xxx.seq | 99 test QOFF_CTLSTA, SCB_AVAIL jz poll_for_work_loop;
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 165 test QOFF_CTLSTA, HS_MAILBOX_ACT jz hs_mailbox_empty; 167 or QOFF_CTLSTA, HS_MAILBOX_ACT; 208 test QOFF_CTLSTA, SDSCB_ROLLOVR jz return; 318 test QOFF_CTLSTA, NEW_SCB_AVAIL jnz fetch_new_scb; 341 test QOFF_CTLSTA, SDSCB_ROLLOVR jnz fill_qoutfifo_done;
|
D | aic7xxx_reg.h | 1715 #define QOFF_CTLSTA 0xfa macro
|
D | aic7xxx.reg | 1208 register QOFF_CTLSTA {
|
D | aic79xx_reg.h | 2459 #define QOFF_CTLSTA 0x16 macro
|
D | aic79xx.reg | 359 register QOFF_CTLSTA {
|
D | aic7xxx.seq | 96 test QOFF_CTLSTA, SCB_AVAIL jz poll_for_work_loop;
|
D | aic7xxx_core.c | 4688 ahc_outb(ahc, QOFF_CTLSTA, SCB_QSIZE_256); in ahc_chip_init()
|
D | aic79xx_core.c | 6344 ahd_outb(ahd, QOFF_CTLSTA, SCB_QSIZE_512); in ahd_chip_init()
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 8627 aic_outb(p, SCB_QSIZE_256, QOFF_CTLSTA); in aic7xxx_register()
|