Searched refs:SDSCB_QOFF (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_inline.h | 654 return (ahd_inb(ahd, SDSCB_QOFF) | (ahd_inb(ahd, SDSCB_QOFF + 1) << 8)); in ahd_get_sdscb_qoff() 661 ahd_outb(ahd, SDSCB_QOFF, value & 0xFF); in ahd_set_sdscb_qoff() 662 ahd_outb(ahd, SDSCB_QOFF+1, (value >> 8) & 0xFF); in ahd_set_sdscb_qoff()
|
D | aic7xxx_reg.h | 1713 #define SDSCB_QOFF 0xf8 macro
|
D | aic7xxx.reg | 1204 register SDSCB_QOFF {
|
D | aic79xx_reg.h | 2457 #define SDSCB_QOFF 0x14 macro
|
D | aic79xx.reg | 349 register SDSCB_QOFF {
|
D | aic79xx.seq | 335 mov NONE, SDSCB_QOFF;
|
D | aic7xxx.seq | 1679 mov A, SDSCB_QOFF;
|
D | aic7xxx_core.c | 4691 ahc_outb(ahc, SDSCB_QOFF, 0); in ahc_chip_init()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 570 #define SDSCB_QOFF 0xf8 macro
|
D | aic7xxx.reg | 1049 register SDSCB_QOFF {
|
D | aic7xxx.seq | 857 mov A, SDSCB_QOFF;
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 8628 aic_outb(p, 0, SDSCB_QOFF); in aic7xxx_register() 11912 aic_outb(p, 0, SDSCB_QOFF); in aic7xxx_print_card()
|