Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7770.c345 uint16_t discenable; in aha2840_load_seeprom() local
348 discenable = 0; in aha2840_load_seeprom()
358 discenable |= (0x01 << i); in aha2840_load_seeprom()
361 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in aha2840_load_seeprom()
362 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in aha2840_load_seeprom()
Daic79xx_osm.c734 uint16_t *discenable; in ahd_set_tran_settings() local
751 discenable = &tstate->discenable; in ahd_set_tran_settings()
759 discenable = &ahd->user_discenable; in ahd_set_tran_settings()
770 *discenable |= devinfo.target_mask; in ahd_set_tran_settings()
772 *discenable &= ~devinfo.target_mask; in ahd_set_tran_settings()
819 if ((*discenable & devinfo.target_mask) == 0) in ahd_set_tran_settings()
876 if ((tstate->discenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
1022 if ((tstate->discenable & mask) != 0 in ahd_execute_scb()
Daic7xxx_osm.c609 uint16_t *discenable; in ahc_action() local
627 discenable = &tstate->discenable; in ahc_action()
639 discenable = &ahc->user_discenable; in ahc_action()
653 *discenable |= devinfo.target_mask; in ahc_action()
655 *discenable &= ~devinfo.target_mask; in ahc_action()
860 if ((tstate->discenable & devinfo.target_mask) != 0) in ahc_get_tran_settings()
1068 if ((tstate->discenable & mask) != 0 in ahc_execute_scb()
Daic7xxx_pci.c1503 uint16_t discenable; in ahc_parse_pci_eeprom() local
1506 discenable = 0; in ahc_parse_pci_eeprom()
1527 discenable |= target_mask; in ahc_parse_pci_eeprom()
1605 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in ahc_parse_pci_eeprom()
1606 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in ahc_parse_pci_eeprom()
Daic7xxx.h749 uint16_t discenable; /* Disconnection allowed */ member
Daic79xx.h800 uint16_t discenable; /* Disconnection allowed */ member
Daic7xxx.c4843 u_int discenable; in ahc_init() local
5045 discenable = ALL_TARGETS_MASK; in ahc_init()
5049 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8) in ahc_init()
5159 ahc->user_discenable = discenable; in ahc_init()
Daic79xx.c6903 tstate->discenable |= target_mask; in ahd_default_config()
6986 tstate->discenable &= ~target_mask; in ahd_parse_cfgdata()
6989 tstate->discenable |= target_mask; in ahd_parse_cfgdata()