Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/samsung/
H A Dphy-exynos5250-sata.c56 static int wait_for_reg_status(void __iomem *base, u32 reg, u32 checkbit, in wait_for_reg_status() argument
62 if ((readl(base + reg) & checkbit) == status) in wait_for_reg_status()