Lines Matching refs:writeq

275 		writeq(val, pdata->regs + _reg);			    \
309 writeq(val, lmc->regs + LMC_INT_W1S); in thunderx_lmc_inject_int_write()
345 writeq(lmc->mask0, lmc->regs + LMC_CHAR_MASK0); in inject_ecc_fn()
346 writeq(lmc->mask2, lmc->regs + LMC_CHAR_MASK2); in inject_ecc_fn()
347 writeq(lmc->parity_test, lmc->regs + LMC_ECC_PARITY_TEST); in inject_ecc_fn()
547 writeq(0, lmc->regs + LMC_CHAR_MASK0); in thunderx_lmc_err_isr()
548 writeq(0, lmc->regs + LMC_CHAR_MASK2); in thunderx_lmc_err_isr()
549 writeq(0x2, lmc->regs + LMC_ECC_PARITY_TEST); in thunderx_lmc_err_isr()
562 writeq(ctx->reg_int, lmc->regs + LMC_INT); in thunderx_lmc_err_isr()
772 writeq(lmc_int, lmc->regs + LMC_INT); in thunderx_lmc_probe()
774 writeq(LMC_INT_ENA_ALL, lmc->regs + LMC_INT_ENA_W1S); in thunderx_lmc_probe()
802 writeq(LMC_INT_ENA_ALL, lmc->regs + LMC_INT_ENA_W1C); in thunderx_lmc_remove()
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()
1174 writeq(ctx->reg_com_link_int, ocx->regs + OCX_COM_LINKX_INT(ctx->link)); in thunderx_ocx_lnk_isr()
1329 writeq(cfg, ocx->regs + OCX_LNE_CFG(lane)); in thunderx_ocx_clearstats()
1438 writeq(OCX_LNE_INT_ENA_ALL, in thunderx_ocx_probe()
1442 writeq(reg, ocx->regs + OCX_LNE_INT(i)); in thunderx_ocx_probe()
1448 writeq(reg, ocx->regs + OCX_COM_LINKX_INT(i)); in thunderx_ocx_probe()
1450 writeq(OCX_COM_LINKX_INT_ENA_ALL, in thunderx_ocx_probe()
1455 writeq(reg, ocx->regs + OCX_COM_INT); in thunderx_ocx_probe()
1457 writeq(OCX_COM_INT_ENA_ALL, ocx->regs + OCX_COM_INT_ENA_W1S); in thunderx_ocx_probe()
1472 writeq(OCX_COM_INT_ENA_ALL, ocx->regs + OCX_COM_INT_ENA_W1C); in thunderx_ocx_remove()
1475 writeq(OCX_COM_LINKX_INT_ENA_ALL, in thunderx_ocx_remove()
1778 writeq(ctx->reg_int, tad->regs + L2C_TAD_INT_W1C); in thunderx_l2c_tad_isr()
1807 writeq(ctx->reg_int, cbc->regs + L2C_CBC_INT_W1C); in thunderx_l2c_cbc_isr()
1826 writeq(ctx->reg_int, mci->regs + L2C_MCI_INT_W1C); in thunderx_l2c_mci_isr()
2063 writeq(reg_en_mask, l2c->regs + reg_en_offs); in thunderx_l2c_probe()
2080 writeq(L2C_TAD_INT_ENA_ALL, l2c->regs + L2C_TAD_INT_ENA_W1C); in thunderx_l2c_remove()
2083 writeq(L2C_CBC_INT_ENA_ALL, l2c->regs + L2C_CBC_INT_ENA_W1C); in thunderx_l2c_remove()
2086 writeq(L2C_MCI_INT_ENA_ALL, l2c->regs + L2C_MCI_INT_ENA_W1C); in thunderx_l2c_remove()