Searched refs:discenable (Results 1 – 6 of 6) sorted by relevance
322 uint16_t discenable; in aha2840_load_seeprom() local325 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()
1418 uint16_t discenable; in ahc_parse_pci_eeprom() local1421 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()
725 uint16_t discenable; /* Disconnection allowed */ member
778 uint16_t discenable; /* Disconnection allowed */ member
5276 u_int discenable; in ahc_init() local5470 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()
7655 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()