Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/net/hisfv300/
Dsys.c242 _writel(val, HIETH_CRG_REG); in hieth_reset()
251 _writel(val, HIETH_CRG_REG); in hieth_clk_ena()
258 _writel(val, HIETH_CRG_REG); in hieth_clk_dis()
311 _writel(rst, HIETH_CRG_INPHY_CLK_REG); in hieth_reset_internal_phy()
317 _writel(rst, HIETH_CRG_INPHY_CLK_REG); in hieth_reset_internal_phy()
Dhieth.h133 #define _writel(v, c) __raw_writel(cpu_to_le32(v), c) macro
Dctrl.c149 _writel(v, (uintptr_t)(ld->iobase_phys + ofs)); in hieth_writel()