Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dthunder_xcv.c49 struct xcv { struct
54 static struct xcv *xcv; argument
73 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
75 writeq_relaxed(cfg, xcv->reg_base + XCV_RESET); in xcv_init_hw()
78 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
80 writeq_relaxed(cfg, xcv->reg_base + XCV_RESET); in xcv_init_hw()
87 cfg = readq_relaxed(xcv->reg_base + XCV_DLL_CTL); in xcv_init_hw()
90 writeq_relaxed(cfg, xcv->reg_base + XCV_DLL_CTL); in xcv_init_hw()
95 cfg = readq_relaxed(xcv->reg_base + XCV_RESET); in xcv_init_hw()
97 writeq_relaxed(cfg, xcv->reg_base + XCV_RESET); in xcv_init_hw()
[all …]