Lines Matching defs:reg
992 static bool wm5102_readable_register(struct device *dev, unsigned int reg)
994 switch (reg) {
1815 if ((reg >= 0x100000 && reg < 0x106000) ||
1816 (reg >= 0x180000 && reg < 0x180800) ||
1817 (reg >= 0x190000 && reg < 0x194800) ||
1818 (reg >= 0x1a8000 && reg < 0x1a9800))
1825 static bool wm5102_volatile_register(struct device *dev, unsigned int reg)
1827 switch (reg) {
1902 if ((reg >= 0x100000 && reg < 0x106000) ||
1903 (reg >= 0x180000 && reg < 0x180800) ||
1904 (reg >= 0x190000 && reg < 0x194800) ||
1905 (reg >= 0x1a8000 && reg < 0x1a9800))