Home
last modified time | relevance | path

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

/u-boot/drivers/net/octeontx2/
A Dcgx_intf.c28 addr += CGX_SHIFT(cgx) + CMR_SHIFT(lmac); in cgx_rd_scrx()
37 addr += CGX_SHIFT(cgx) + CMR_SHIFT(lmac); in cgx_wr_scrx()
85 CGX_SHIFT(cgx) + CMR_SHIFT(lmac)); in wait_for_ownership()
88 CGX_SHIFT(cgx) + CMR_SHIFT(lmac)); in wait_for_ownership()
170 cmrx_int = readq(CGX_CMR_INT + CGX_SHIFT(cgx) + CMR_SHIFT(lmac)); in cgx_intf_req()
172 writeq(cmrx_int, CGX_CMR_INT + CGX_SHIFT(cgx) + CMR_SHIFT(lmac)); in cgx_intf_req()
A Dcgx_intf.h17 #define CGX_SHIFT(x) (0x1000000 * ((x) & 0x3)) macro

Completed in 6 milliseconds