Searched refs:ULTRA_ENB (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 217 #define ULTRA_ENB 0x30 macro
|
D | aic7xxx.reg | 1174 ULTRA_ENB {
|
D | aic7xxx.seq | 201 mvi SINDEX, ULTRA_ENB+1;
|
/linux-3.4.99/drivers/scsi/ |
D | aic7xxx_old.c | 2140 aic_outb(p, p->ultraenb & 0xff, ULTRA_ENB); in aic7xxx_set_syncrate() 2141 aic_outb(p, (p->ultraenb >> 8) & 0xff, ULTRA_ENB + 1 ); in aic7xxx_set_syncrate() 8115 aic_outb(p, 0, ULTRA_ENB); in aic7xxx_register() 8116 aic_outb(p, 0, ULTRA_ENB + 1); in aic7xxx_register() 8679 (aic_inb(p, ULTRA_ENB) | (aic_inb(p, ULTRA_ENB + 1) << 8) ); in aic7xxx_load_seeprom() 8810 ultraenb = aic_inb(p, ULTRA_ENB) | in aic7xxx_load_seeprom() 8811 (aic_inb(p, ULTRA_ENB + 1) << 8); in aic7xxx_load_seeprom() 8842 p->ultraenb = aic_inb(p, ULTRA_ENB) | (aic_inb(p, ULTRA_ENB + 1) << 8); in aic7xxx_load_seeprom()
|
/linux-3.4.99/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 1522 ahc_outb(ahc, ULTRA_ENB, ultraenb & 0xff); in ahc_parse_pci_eeprom() 1523 ahc_outb(ahc, ULTRA_ENB + 1, (ultraenb >> 8) & 0xff); in ahc_parse_pci_eeprom()
|
D | aic7xxx_reg.h_shipped | 418 #define ULTRA_ENB 0x30
|
D | aic7xxx.reg | 1415 ULTRA_ENB {
|
D | aic7xxx_core.c | 5478 ultraenb = (ahc_inb(ahc, ULTRA_ENB + 1) << 8) in ahc_init() 5479 | ahc_inb(ahc, ULTRA_ENB); in ahc_init()
|