Searched refs:CMDSIZE_TABLE (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 4667 ahc_outb(ahc, CMDSIZE_TABLE, 5); in ahc_chip_init() 4668 ahc_outb(ahc, CMDSIZE_TABLE + 1, 9); in ahc_chip_init() 4669 ahc_outb(ahc, CMDSIZE_TABLE + 2, 9); in ahc_chip_init() 4670 ahc_outb(ahc, CMDSIZE_TABLE + 3, 0); in ahc_chip_init() 4671 ahc_outb(ahc, CMDSIZE_TABLE + 4, 15); in ahc_chip_init() 4672 ahc_outb(ahc, CMDSIZE_TABLE + 5, 11); in ahc_chip_init() 4673 ahc_outb(ahc, CMDSIZE_TABLE + 6, 0); in ahc_chip_init() 4674 ahc_outb(ahc, CMDSIZE_TABLE + 7, 0); in ahc_chip_init()
|
D | aic79xx_core.c | 6333 ahd_outb(ahd, CMDSIZE_TABLE, 5); in ahd_chip_init() 6334 ahd_outb(ahd, CMDSIZE_TABLE + 1, 9); in ahd_chip_init() 6335 ahd_outb(ahd, CMDSIZE_TABLE + 2, 9); in ahd_chip_init() 6336 ahd_outb(ahd, CMDSIZE_TABLE + 3, 0); in ahd_chip_init() 6337 ahd_outb(ahd, CMDSIZE_TABLE + 4, 15); in ahd_chip_init() 6338 ahd_outb(ahd, CMDSIZE_TABLE + 5, 11); in ahd_chip_init() 6339 ahd_outb(ahd, CMDSIZE_TABLE + 6, 0); in ahd_chip_init() 6340 ahd_outb(ahd, CMDSIZE_TABLE + 7, 0); in ahd_chip_init()
|
D | aic7xxx_reg.h | 1294 #define CMDSIZE_TABLE 0x30 macro
|
D | aic7xxx.reg | 1288 alias CMDSIZE_TABLE
|
D | aic79xx_reg.h | 3629 #define CMDSIZE_TABLE 0x152 macro
|
D | aic79xx.reg | 3760 CMDSIZE_TABLE {
|
D | aic7xxx.seq | 576 add SINDEX, CMDSIZE_TABLE, A;
|