Home
last modified time | relevance | path

Searched refs:discenable (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7770.c322 uint16_t discenable; in aha2840_load_seeprom() local
325 discenable = 0; in aha2840_load_seeprom()
335 discenable |= (0x01 << i); in aha2840_load_seeprom()
338 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()
339 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
Daic7xxx_pci.c1418 uint16_t discenable; in ahc_parse_pci_eeprom() local
1421 discenable = 0; in ahc_parse_pci_eeprom()
1442 discenable |= target_mask; in ahc_parse_pci_eeprom()
1520 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in ahc_parse_pci_eeprom()
1521 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in ahc_parse_pci_eeprom()
Daic7xxx.h725 uint16_t discenable; /* Disconnection allowed */ member
Daic79xx.h778 uint16_t discenable; /* Disconnection allowed */ member
Daic7xxx_core.c5276 u_int discenable; in ahc_init() local
5470 discenable = ALL_TARGETS_MASK; in ahc_init()
5474 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8) in ahc_init()
5584 ahc->user_discenable = discenable; in ahc_init()
Daic79xx_core.c7655 tstate->discenable |= target_mask; in ahd_default_config()
7737 tstate->discenable &= ~target_mask; in ahd_parse_cfgdata()
7740 tstate->discenable |= target_mask; in ahd_parse_cfgdata()