Searched refs:DISC_DSB (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7770.c | 317 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom() 318 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
|
H A D | aic7xxx_pci.c | 1513 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in ahc_parse_pci_eeprom() 1514 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in ahc_parse_pci_eeprom()
|
H A D | aic7xxx_reg.h_shipped | 421 #define DISC_DSB 0x32
|
H A D | aic7xxx.reg | 1427 DISC_DSB {
|
H A D | aic7xxx_core.c | 5412 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8) in ahc_init() 5413 | ahc_inb(ahc, DISC_DSB)); in ahc_init()
|