Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A 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()
H A Daic79xx_osm.c740 uint16_t *discenable; in ahd_set_tran_settings() local
757 discenable = &tstate->discenable; in ahd_set_tran_settings()
765 discenable = &ahd->user_discenable; in ahd_set_tran_settings()
776 *discenable |= devinfo.target_mask; in ahd_set_tran_settings()
778 *discenable &= ~devinfo.target_mask; in ahd_set_tran_settings()
825 if ((*discenable & devinfo.target_mask) == 0) in ahd_set_tran_settings()
882 if ((tstate->discenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
1021 if ((tstate->discenable & mask) != 0 in ahd_execute_scb()
H A Daic7xxx_osm.c613 uint16_t *discenable; in ahc_action() local
631 discenable = &tstate->discenable; in ahc_action()
643 discenable = &ahc->user_discenable; in ahc_action()
657 *discenable |= devinfo.target_mask; in ahc_action()
659 *discenable &= ~devinfo.target_mask; in ahc_action()
863 if ((tstate->discenable & devinfo.target_mask) != 0) in ahc_get_tran_settings()
1063 if ((tstate->discenable & mask) != 0 in ahc_execute_scb()
H A Daic7xxx_pci.c1499 uint16_t discenable; in ahc_parse_pci_eeprom() local
1502 discenable = 0; in ahc_parse_pci_eeprom()
1523 discenable |= target_mask; in ahc_parse_pci_eeprom()
1601 ahc_outb(ahc, DISC_DSB, ~(discenable & 0xff)); in ahc_parse_pci_eeprom()
1602 ahc_outb(ahc, DISC_DSB + 1, ~((discenable >> 8) & 0xff)); in ahc_parse_pci_eeprom()
H A Daic7xxx.h749 uint16_t discenable; /* Disconnection allowed */ member
H A Daic79xx.h800 uint16_t discenable; /* Disconnection allowed */ member
H A Daic7xxx.c4811 u_int discenable; in ahc_init() local
5012 discenable = ALL_TARGETS_MASK; in ahc_init()
5016 discenable = ~((ahc_inb(ahc, DISC_DSB + 1) << 8) in ahc_init()
5126 ahc->user_discenable = discenable; in ahc_init()
H A Daic79xx.c6850 tstate->discenable |= target_mask; in ahd_default_config()
6933 tstate->discenable &= ~target_mask; in ahd_parse_cfgdata()
6936 tstate->discenable |= target_mask; in ahd_parse_cfgdata()