Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_adsp.c93 void __iomem *lpass_efuse; member
423 if (adsp->lpass_efuse) in adsp_start()
424 writel(LPASS_EFUSE_Q6SS_EVB_SEL, adsp->lpass_efuse); in adsp_start()
608 adsp->lpass_efuse = NULL; in adsp_init_mmio()
611 adsp->lpass_efuse = devm_ioremap_resource(&pdev->dev, efuse_region); in adsp_init_mmio()
612 if (IS_ERR(adsp->lpass_efuse)) { in adsp_init_mmio()
614 return PTR_ERR(adsp->lpass_efuse); in adsp_init_mmio()