Home
last modified time | relevance | path

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

/u-boot/drivers/net/octeontx2/
A Dcgx_intf.c63 union cgx_scratchx1 scr1; in set_ownership() local
65 scr1.u = cgx_rd_scr1(cgx, lmac); in set_ownership()
66 scr1.s.own_status = val; in set_ownership()
67 cgx_wr_scr1(cgx, lmac, scr1.u); in set_ownership()
72 union cgx_scratchx1 scr1; in wait_for_ownership() local
78 scr1.u = cgx_rd_scr1(cgx, lmac); in wait_for_ownership()
109 union cgx_scratchx1 scr1; in cgx_intf_req() local
122 scr1.u = cgx_rd_scr1(cgx, lmac); in cgx_intf_req()
125 scr1.s.cmd.id = cmd; in cgx_intf_req()
128 scr1.s = cmd_args; in cgx_intf_req()
[all …]

Completed in 4 milliseconds