Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_mbx.c112 wr32a(wx, WX_PXMBMEM(vf), i, msg[i]); in wx_write_mbx_pf()
116 wr32a(wx, WX_PXMBMEM(vf), WX_VXMAILBOX_SIZE, WX_PXMAILBOX_STS); in wx_write_mbx_pf()
151 wr32a(wx, WX_PXMBMEM(vf), WX_VXMAILBOX_SIZE, WX_PXMAILBOX_ACK); in wx_read_mbx_pf()
364 wr32a(wx, WX_VXMBMEM, i, msg[i]); in wx_write_mbx_vf()
H A Dwx_hw.c308 wr32a(wx, WX_MNG_MBOX, i, (__force u32)cpu_to_le32(buffer[i])); in wx_host_interface_command_s()
424 wr32a(wx, WX_SW2FW_MBOX, i, (__force u32)cpu_to_le32(buffer[i])); in wx_host_interface_command_r()
1205 wr32a(wx, WX_PSR_MC_TBL(0), i, in wx_update_mc_addr_list()
H A Dwx_type.h1413 #define wr32a(a, reg, off, val) \ macro