Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c353 status = wx_acquire_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif()
356 wx_release_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif()
383 status = wx_acquire_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif_buffer()
429 wx_release_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif_buffer()
Dwx_type.h216 #define WX_MNG_SWFW_SYNC_SW_FLASH BIT(3) macro