Home
last modified time | relevance | path

Searched refs:hw_atl_reg_glb_cpu_sem_get (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c67 u32 hw_atl_reg_glb_cpu_sem_get(struct aq_hw_s *aq_hw, u32 semaphore) in hw_atl_reg_glb_cpu_sem_get() function
1764 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_RAM); in hw_atl_sem_ram_get()
1769 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_MDIO); in hw_atl_sem_mdio_get()
1774 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_RESET1); in hw_atl_sem_reset1_get()
1779 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL_FW_SM_RESET2); in hw_atl_sem_reset2_get()
H A Dhw_atl_llh.h44 u32 hw_atl_reg_glb_cpu_sem_get(struct aq_hw_s *aq_hw, u32 semaphore);
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c91 return hw_atl_reg_glb_cpu_sem_get(self, HW_ATL2_FW_SM_ACT_RSLVR); in hw_atl2_sem_act_rslvr_get()