Searched defs:DWORD_REG_BITS_IS_ON (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/via/ | ||
| D | via-rhine.c | 487 #define DWORD_REG_BITS_IS_ON(x, p) (ioread32((p)) & (x)) macro |
| D | via-velocity.h | 41 #define DWORD_REG_BITS_IS_ON(x,p) (readl((p)) & (x)) macro |