Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/edac/
Dthunderx_edac.c1072 struct thunderx_ocx *ocx = container_of(msix, struct thunderx_ocx, in thunderx_ocx_com_isr() local
1076 unsigned long head = ring_pos(ocx->com_ring_head, in thunderx_ocx_com_isr()
1077 ARRAY_SIZE(ocx->com_err_ctx)); in thunderx_ocx_com_isr()
1078 struct ocx_com_err_ctx *ctx = &ocx->com_err_ctx[head]; in thunderx_ocx_com_isr()
1080 ctx->reg_com_int = readq(ocx->regs + OCX_COM_INT); in thunderx_ocx_com_isr()
1084 readq(ocx->regs + OCX_LNE_INT(lane)); in thunderx_ocx_com_isr()
1086 readq(ocx->regs + OCX_LNE_STAT(lane, 11)); in thunderx_ocx_com_isr()
1088 writeq(ctx->reg_lane_int[lane], ocx->regs + OCX_LNE_INT(lane)); in thunderx_ocx_com_isr()
1091 writeq(ctx->reg_com_int, ocx->regs + OCX_COM_INT); in thunderx_ocx_com_isr()
1093 ocx->com_ring_head++; in thunderx_ocx_com_isr()
[all …]