Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7770.c316 uint16_t discenable; in aha2840_load_seeprom() local
319 discenable = 0; in aha2840_load_seeprom()
329 discenable |= (0x01 << i); in aha2840_load_seeprom()
332 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()
333 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
A Daic7xxx_pci.c1411 uint16_t discenable; in ahc_parse_pci_eeprom() local
1414 discenable = 0; in ahc_parse_pci_eeprom()
1435 discenable |= target_mask; in ahc_parse_pci_eeprom()
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()
A Daic7xxx.h722 uint16_t discenable; /* Disconnection allowed */ member
A Daic79xx.h775 uint16_t discenable; /* Disconnection allowed */ member
A Daic7xxx_core.c5232 u_int discenable; in ahc_init() local
5408 discenable = ALL_TARGETS_MASK; in ahc_init()
5412 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8) in ahc_init()
5522 ahc->user_discenable = discenable; in ahc_init()
A Daic79xx_core.c7573 tstate->discenable |= target_mask; in ahd_default_config()
7655 tstate->discenable &= ~target_mask; in ahd_parse_cfgdata()
7658 tstate->discenable |= target_mask; in ahd_parse_cfgdata()

Completed in 40 milliseconds