Searched refs:g_base_addr (Results 1 – 1 of 1) sorted by relevance
70 static vaddr_t g_base_addr; in ocotp_ctrl_wait_for() 109 assert(g_base_addr); in imx_ocotp_read() 110 if (IO_READ32_POLL_TIMEOUT(g_base_addr + OCOTP_CTRL, val, in imx_ocotp_read() 122 assert(g_base_addr); in ocotp_get_die_id_mx7ulp() 124 reg = io_read32(g_base_addr + OCOTP_CTRL) & mask; in ocotp_get_die_id_mx7ulp() 142 assert(g_base_addr && g_ocotp); in ocotp_get_die_id_mx7ulp() 152 io_write32(g_base_addr + OCOTP_CTRL_CLR, OCOTP_CTRL_ERROR); in ocotp_get_die_id_mx() 162 *val = io_read32(g_base_addr + OCOTP_SHADOW_OFFSET(bank, word)); in ocotp_get_die_id_mx() 178 assert(g_base_addr && g_ocotp);191 io_write32(g_base_addr 30 static vaddr_t g_base_addr; global() variable [all...]