Searched refs:discenable (Results 1 – 6 of 6) sorted by relevance
316 uint16_t discenable; in aha2840_load_seeprom() local319 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()
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()
722 uint16_t discenable; /* Disconnection allowed */ member
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()