Searched refs:mlxbf_rsh_semaphore (Results 1 – 1 of 1) sorted by relevance
83 static void __iomem *mlxbf_rsh_semaphore; variable369 return readq_poll_timeout(mlxbf_rsh_semaphore, reg, !reg, 0, in mlxbf_rsh_log_sem_lock()375 writeq(0, mlxbf_rsh_semaphore); in mlxbf_rsh_log_sem_unlock()389 if (!mlxbf_rsh_semaphore || !mlxbf_rsh_scratch_buf_ctl) in rsh_log_store()1008 mlxbf_rsh_semaphore = devm_platform_ioremap_resource(pdev, 2); in mlxbf_bootctl_probe()1009 if (IS_ERR(mlxbf_rsh_semaphore)) in mlxbf_bootctl_probe()1010 return PTR_ERR(mlxbf_rsh_semaphore); in mlxbf_bootctl_probe()