Home
last modified time | relevance | path

Searched full:apb_misc (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/staging/media/tegra-video/
Dtegra20.c233 void __iomem *apb_misc; in tegra20_vi_enable() local
236 apb_misc = ioremap(TEGRA_APB_MISC_BASE, PAGE_SIZE); in tegra20_vi_enable()
237 if (!apb_misc) in tegra20_vi_enable()
238 apb_misc = ERR_PTR(-ENOENT); in tegra20_vi_enable()
239 if (IS_ERR(apb_misc)) in tegra20_vi_enable()
240 return dev_err_probe(vi->dev, PTR_ERR(apb_misc), "cannot access APB_MISC"); in tegra20_vi_enable()
242 val = readl(apb_misc + reg_offset); in tegra20_vi_enable()
245 writel(val, apb_misc + reg_offset); in tegra20_vi_enable()
246 iounmap(apb_misc); in tegra20_vi_enable()
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dnvidia,tegra20-usb-phy.yaml119 through the APB_MISC base address instead of the USB controller.