Searched refs:enabled_phys (Results 1 – 5 of 5) sorted by relevance
114 u8 enabled_mask = asd_ha->hw_prof.enabled_phys; in ord_phy() 648 asd_ha->hw_prof.enabled_phys &= ~(1 << phy_id); in control_phy_tasklet_complete() 657 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete() 664 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete() 674 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete() 679 asd_ha->hw_prof.enabled_phys |= (1 << phy_id); in control_phy_tasklet_complete()
93 u8 enabled_phys; /* mask of enabled phys */ member 227 #define PHY_ENABLED(_HA, _I) ((_HA)->hw_prof.enabled_phys & (1<<(_I)))
385 if (!asd_ha->hw_prof.enabled_phys) { in asd_seq_download_seqs() 403 asd_ha->hw_prof.enabled_phys); in asd_seq_download_seqs() 407 u8 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_seq_download_seqs() 846 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_init_lseq_scratch() 1180 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_seq_setup_seqs() 1336 lseq_mask = asd_ha->hw_prof.enabled_phys; in asd_start_seqs()
795 asd_ha->hw_prof.enabled_phys = 0; in asd_ms_get_phy_params() 804 asd_ha->hw_prof.enabled_phys &= ~(1 << i); in asd_ms_get_phy_params() 809 asd_ha->hw_prof.enabled_phys |= (1 << i); in asd_ms_get_phy_params() 822 ASD_DPRINTK("ms: enabled_phys:0x%x\n", asd_ha->hw_prof.enabled_phys); in asd_ms_get_phy_params() 933 asd_ha->hw_prof.enabled_phys &= ~(1 << i); in asd_process_ctrla_phy_settings()
113 u8 phy_mask = asd_ha->hw_prof.enabled_phys; in asd_init_phys()