Searched refs:discenable (Results 1 – 8 of 8) sorted by relevance
513 uint16_t discenable; in aha2840_load_seeprom() local515 discenable = 0; in aha2840_load_seeprom()524 discenable |= (0x01 << i); in aha2840_load_seeprom()527 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()528 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
251 uint16_t discenable; in ahc_parse_pci_eeprom() local254 discenable = 0; in ahc_parse_pci_eeprom()275 discenable |= target_mask; in ahc_parse_pci_eeprom()351 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in ahc_parse_pci_eeprom()352 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in ahc_parse_pci_eeprom()
444 tstate->discenable |= in ahd_action()473 if ((tstate->discenable & devinfo.target_mask) == 0 || in ahd_action()594 if ((tstate->discenable & mask) != 0) in ahd_execute_scb()
432 tstate->discenable |= in ahc_action()460 if ((tstate->discenable & devinfo.target_mask) == 0 || in ahc_action()614 if ((tstate->discenable & mask) != 0) in ahc_execute_scb()
851 uint16_t discenable; /* Disconnection allowed */ member
799 uint16_t discenable; /* Disconnection allowed */ member
4437 u_int discenable; in ahc_init() local4640 discenable = ALL_TARGETS_MASK; in ahc_init()4647 discenable = ALL_TARGETS_MASK; in ahc_init()4651 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8) in ahc_init()4760 tstate->discenable = discenable; in ahc_init()4762 ahc->user_discenable = discenable; in ahc_init()
6568 tstate->discenable |= target_mask; in ahd_default_config()6650 tstate->discenable &= ~target_mask; in ahd_parse_cfgdata()6653 tstate->discenable |= target_mask; in ahd_parse_cfgdata()