Searched refs:WX_PXMBMEM (Results 1 – 2 of 2) sorted by relevance
| /drivers/net/ethernet/wangxun/libwx/ |
| A D | wx_mbx.c | 112 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() 147 msg[i] = rd32a(wx, WX_PXMBMEM(vf), i); in wx_read_mbx_pf() 151 wr32a(wx, WX_PXMBMEM(vf), WX_VXMAILBOX_SIZE, WX_PXMAILBOX_ACK); in wx_read_mbx_pf()
|
| A D | wx_mbx.h | 28 #define WX_PXMBMEM(i) (0x5000 + (64 * (i))) /* i=[0,63] */ macro
|
Completed in 8 milliseconds