Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c26 void __iomem *lmt_map_base; in lmtst_map_table_ops() local
35 lmt_map_base = ioremap_wc(tbl_base, pfs * vfs * LMT_MAPTBL_ENTRY_SIZE); in lmtst_map_table_ops()
36 if (!lmt_map_base) { in lmtst_map_table_ops()
42 *val = readq(lmt_map_base + index); in lmtst_map_table_ops()
44 writeq((*val), (lmt_map_base + index)); in lmtst_map_table_ops()
50 writeq(cfg, (lmt_map_base + (index + 8))); in lmtst_map_table_ops()
62 iounmap(lmt_map_base); in lmtst_map_table_ops()