Home
last modified time | relevance | path

Searched refs:target_mask (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic79xx_osm.c775 *discenable |= devinfo.target_mask; in ahd_set_tran_settings()
777 *discenable &= ~devinfo.target_mask; in ahd_set_tran_settings()
782 *tagenable |= devinfo.target_mask; in ahd_set_tran_settings()
784 *tagenable &= ~devinfo.target_mask; in ahd_set_tran_settings()
824 if ((*discenable & devinfo.target_mask) == 0) in ahd_set_tran_settings()
875 if ((ahd->user_discenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
878 if ((ahd->user_tagenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
881 if ((tstate->discenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
884 if ((tstate->tagenable & devinfo.target_mask) != 0) in ahd_get_tran_settings()
H A Daic7xxx_osm.c656 *discenable |= devinfo.target_mask; in ahc_action()
658 *discenable &= ~devinfo.target_mask; in ahc_action()
663 *tagenable |= devinfo.target_mask; in ahc_action()
665 *tagenable &= ~devinfo.target_mask; in ahc_action()
856 if ((ahc->user_discenable & devinfo.target_mask) != 0) in ahc_get_tran_settings()
859 if ((ahc->user_tagenable & devinfo.target_mask) != 0) in ahc_get_tran_settings()
862 if ((tstate->discenable & devinfo.target_mask) != 0) in ahc_get_tran_settings()
865 if ((tstate->tagenable & devinfo.target_mask) != 0) in ahc_get_tran_settings()
H A Daic7xxx_pci.c1512 uint16_t target_mask; in ahc_parse_pci_eeprom()
1514 target_mask = 0x01 << i; in ahc_parse_pci_eeprom()
1516 discenable |= target_mask; in ahc_parse_pci_eeprom()
1519 ultraenb |= target_mask; in ahc_parse_pci_eeprom() local
1521 ultraenb |= target_mask; in ahc_parse_pci_eeprom()
1524 && (ultraenb & target_mask) != 0) { in ahc_parse_pci_eeprom()
1527 ultraenb &= ~target_mask; in ahc_parse_pci_eeprom()
1544 | ((ultraenb & target_mask) ? 0x8 : 0x0); in ahc_parse_pci_eeprom()
H A Daic79xx.c3033 tstate->auto_negotiate |= devinfo->target_mask; in ahd_update_neg_request()
3035 tstate->auto_negotiate &= ~devinfo->target_mask; in ahd_update_neg_request()
3393 if ((tstate->auto_negotiate & devinfo.target_mask) == 0 in ahd_update_pending_scbs()
3519 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()
3645 devinfo->target_mask); in ahd_setup_initiator_msgout()
6822 uint16_t target_mask; in ahd_default_config() local
6832 target_mask = 0x01 << targ; in ahd_default_config()
6833 ahd->user_discenable |= target_mask; in ahd_default_config()
6834 tstate->discenable |= target_mask; in ahd_default_config()
6835 ahd->user_tagenable |= target_mask; in ahd_default_config()
[all …]
H A Daic7xxx.h1144 uint16_t target_mask;
1148 uint16_t target_mask; global() member
H A Daic79xx.h1351 uint16_t target_mask;
1355 uint16_t target_mask; global() member