Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c312 err = readx_poll_timeout_atomic(hw_atl_sem_ram_get, in hw_atl_utils_fw_downld_dwords()
320 is_locked = hw_atl_sem_ram_get(self); in hw_atl_utils_fw_downld_dwords()
422 err = readx_poll_timeout_atomic(hw_atl_sem_ram_get, self, in hw_atl_utils_fw_upload_dwords()
H A Dhw_atl_llh.h855 u32 hw_atl_sem_ram_get(struct aq_hw_s *self);
H A Dhw_atl_llh.c1762 u32 hw_atl_sem_ram_get(struct aq_hw_s *self) in hw_atl_sem_ram_get() function