Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_scb.c131 u8 enabled_mask = asd_ha->hw_prof.enabled_phys; in ord_phy()
664 asd_ha->hw_prof.enabled_phys &= ~(1 << phy_id); in control_phy_tasklet_complete()
673 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete()
680 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete()
690 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete()
695 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete()
Daic94xx_hwi.h111 u8 enabled_phys; /* mask of enabled phys */ member
245 #define PHY_ENABLED(_HA, _I) ((_HA)->hw_prof.enabled_phys & (1<<(_I)))
Daic94xx_seq.c403 if (!asd_ha->hw_prof.enabled_phys) { in asd_seq_download_seqs()
421 asd_ha->hw_prof.enabled_phys); in asd_seq_download_seqs()
425 u8 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_seq_download_seqs()
862 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_init_lseq_scratch()
1195 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_seq_setup_seqs()
1351 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_start_seqs()
Daic94xx_sds.c809 asd_ha->hw_prof.enabled_phys = 0; in asd_ms_get_phy_params()
818 asd_ha->hw_prof.enabled_phys &= ~(1 << i); in asd_ms_get_phy_params()
823 asd_ha->hw_prof.enabled_phys |= (1 << i); in asd_ms_get_phy_params()
836 ASD_DPRINTK("ms: enabled_phys:0x%x\n", asd_ha->hw_prof.enabled_phys); in asd_ms_get_phy_params()
947 asd_ha->hw_prof.enabled_phys &= ~(1 << i); in asd_process_ctrla_phy_settings()
Daic94xx_init.c230 asd_ha->hw_prof.enabled_phys = 0xFF; in asd_common_setup()
900 u8 phy_mask = asd_ha->hw_prof.enabled_phys; in asd_turn_off_leds()
943 err = asd_enable_phys(asd_ha, asd_ha->hw_prof.enabled_phys); in asd_scan_start()
Daic94xx_hwi.c133 u8 phy_mask = asd_ha->hw_prof.enabled_phys; in asd_init_phys()