Searched refs:discenable (Results 1 – 4 of 4) sorted by relevance
1411 uint16_t discenable; in ahc_parse_pci_eeprom() local1414 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()
775 uint16_t discenable; /* Disconnection allowed */ member
5232 u_int discenable; in ahc_init() local5408 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()
7573 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()