Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-exynos5250-sata.c59 static int wait_for_reg_status(void __iomem *base, u32 reg, u32 checkbit, in wait_for_reg_status() argument
65 if ((readl(base + reg) & checkbit) == status) in wait_for_reg_status()