Home
last modified time | relevance | path

Searched refs:WX_MNG_SWFW_SYNC_SW_FLASH (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c589 status = wx_acquire_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif()
592 wx_release_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif()
620 status = wx_acquire_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif_buffer()
670 wx_release_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif_buffer()
H A Dwx_type.h305 #define WX_MNG_SWFW_SYNC_SW_FLASH BIT(3) macro