Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c586 status = wx_acquire_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif()
589 wx_release_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif()
617 status = wx_acquire_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif_buffer()
667 wx_release_sw_sync(wx, WX_MNG_SWFW_SYNC_SW_FLASH); in wx_read_ee_hostif_buffer()
H A Dwx_type.h353 #define WX_MNG_SWFW_SYNC_SW_FLASH BIT(3) macro