Searched refs:mlxbf_rsh_semaphore (Results 1 – 1 of 1) sorted by relevance
75 static void __iomem *mlxbf_rsh_semaphore; variable356 return readq_poll_timeout(mlxbf_rsh_semaphore, reg, !reg, 0, in mlxbf_rsh_log_sem_lock()362 writeq(0, mlxbf_rsh_semaphore); in mlxbf_rsh_log_sem_unlock()376 if (!mlxbf_rsh_semaphore || !mlxbf_rsh_scratch_buf_ctl) in rsh_log_store()995 mlxbf_rsh_semaphore = devm_platform_ioremap_resource(pdev, 2); in mlxbf_bootctl_probe()996 if (IS_ERR(mlxbf_rsh_semaphore)) in mlxbf_bootctl_probe()997 return PTR_ERR(mlxbf_rsh_semaphore); in mlxbf_bootctl_probe()