Searched refs:tbl_base (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cn10k.c24 u64 tbl_base; local
26 tbl_base = rvu_read64(rvu, BLKADDR_APR, APR_AF_LMT_MAP_BASE);
28 lmt_map_base = ioremap_wc(tbl_base, LMT_MAP_TABLE_SIZE);
H A Drvu_debugfs.c580 u64 lmt_addr, val, tbl_base; local
597 tbl_base = rvu_read64(rvu, BLKADDR_APR, APR_AF_LMT_MAP_BASE);
599 lmt_map_base = ioremap_wc(tbl_base, 128 * 1024);
623 (tbl_base + index));
639 " 0x%llx\t\t", (tbl_base + index));

Completed in 279 milliseconds