Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/lantiq/xway/
A Ddcdc.c18 #define dcdc_w8(x, y) ltq_w8((x), dcdc_membase + (y))
19 #define dcdc_r8(x) ltq_r8(dcdc_membase + (x))
21 static void __iomem *dcdc_membase; variable
25 dcdc_membase = devm_platform_get_and_ioremap_resource(pdev, 0, NULL); in dcdc_probe()
26 if (IS_ERR(dcdc_membase)) in dcdc_probe()
27 return PTR_ERR(dcdc_membase); in dcdc_probe()

Completed in 3 milliseconds