Searched refs:ocotp_base (Results 1 – 2 of 2) sorted by relevance
40 void __iomem *ocotp_base; member63 void __iomem *ocotp_base = drvdata->ocotp_base; in imx8m_soc_uid() local65 *socuid = readl_relaxed(ocotp_base + OCOTP_UID_HIGH); in imx8m_soc_uid()67 *socuid |= readl_relaxed(ocotp_base + OCOTP_UID_LOW); in imx8m_soc_uid()75 void __iomem *ocotp_base = drvdata->ocotp_base; in imx8mq_soc_revision() local85 magic = readl_relaxed(ocotp_base + IMX8MQ_SW_INFO_B1); in imx8mq_soc_revision()98 void __iomem *ocotp_base = drvdata->ocotp_base; in imx8mp_soc_uid() local100 socuid[0] = readl_relaxed(ocotp_base + OCOTP_UID_HIGH + IMX8MP_OCOTP_UID_OFFSET); in imx8mp_soc_uid()102 socuid[0] |= readl_relaxed(ocotp_base + OCOTP_UID_LOW + IMX8MP_OCOTP_UID_OFFSET); in imx8mp_soc_uid()104 socuid[1] = readl_relaxed(ocotp_base + IMX8MP_OCOTP_UID_HIGH + 0x10); in imx8mp_soc_uid()[all …]
89 void __iomem *ocotp_base; in mxs_get_ocotp() local98 ocotp_base = of_iomap(np, 0); in mxs_get_ocotp()99 WARN_ON(!ocotp_base); in mxs_get_ocotp()109 __mxs_clrl(BM_OCOTP_CTRL_ERROR, ocotp_base); in mxs_get_ocotp()112 while ((__raw_readl(ocotp_base) & in mxs_get_ocotp()120 __mxs_setl(BM_OCOTP_CTRL_RD_BANK_OPEN, ocotp_base); in mxs_get_ocotp()127 while ((__raw_readl(ocotp_base) & BM_OCOTP_CTRL_BUSY) && --timeout) in mxs_get_ocotp()134 ocotp_words[i] = __raw_readl(ocotp_base + OCOTP_WORD_OFFSET + in mxs_get_ocotp()138 __mxs_clrl(BM_OCOTP_CTRL_RD_BANK_OPEN, ocotp_base); in mxs_get_ocotp()