Home
last modified time | relevance | path

Searched refs:DISC_DSB (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7770.c317 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 Daic7xxx_pci.c1513 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 Daic7xxx_reg.h_shipped421 #define DISC_DSB 0x32
H A Daic7xxx.reg1427 DISC_DSB {
H A Daic7xxx_core.c5412 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8) in ahc_init()
5413 | ahc_inb(ahc, DISC_DSB)); in ahc_init()