Searched refs:CMDSIZE_TABLE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 4711 ahc_outb(ahc, CMDSIZE_TABLE, 5); in ahc_chip_init() 4712 ahc_outb(ahc, CMDSIZE_TABLE + 1, 9); in ahc_chip_init() 4713 ahc_outb(ahc, CMDSIZE_TABLE + 2, 9); in ahc_chip_init() 4714 ahc_outb(ahc, CMDSIZE_TABLE + 3, 0); in ahc_chip_init() 4715 ahc_outb(ahc, CMDSIZE_TABLE + 4, 15); in ahc_chip_init() 4716 ahc_outb(ahc, CMDSIZE_TABLE + 5, 11); in ahc_chip_init() 4717 ahc_outb(ahc, CMDSIZE_TABLE + 6, 0); in ahc_chip_init() 4718 ahc_outb(ahc, CMDSIZE_TABLE + 7, 0); in ahc_chip_init()
|
| HD | aic79xx.c | 6771 ahd_outb(ahd, CMDSIZE_TABLE, 5); in ahd_chip_init() 6772 ahd_outb(ahd, CMDSIZE_TABLE + 1, 9); in ahd_chip_init() 6773 ahd_outb(ahd, CMDSIZE_TABLE + 2, 9); in ahd_chip_init() 6774 ahd_outb(ahd, CMDSIZE_TABLE + 3, 0); in ahd_chip_init() 6775 ahd_outb(ahd, CMDSIZE_TABLE + 4, 15); in ahd_chip_init() 6776 ahd_outb(ahd, CMDSIZE_TABLE + 5, 11); in ahd_chip_init() 6777 ahd_outb(ahd, CMDSIZE_TABLE + 6, 0); in ahd_chip_init() 6778 ahd_outb(ahd, CMDSIZE_TABLE + 7, 0); in ahd_chip_init()
|
| HD | aic7xxx_reg.h | 1293 #define CMDSIZE_TABLE 0x30 macro
|
| HD | aic7xxx.reg | 1286 alias CMDSIZE_TABLE
|
| HD | aic79xx_reg.h | 3670 #define CMDSIZE_TABLE 0x158 macro
|
| HD | aic79xx.reg | 3776 CMDSIZE_TABLE {
|
| HD | aic7xxx.seq | 578 add SINDEX, CMDSIZE_TABLE, A;
|