Searched refs:WORD_REG_BITS_IS_ON (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/via/ | ||
D | via-velocity.h | 49 #define WORD_REG_BITS_IS_ON(x,p) (readw((p)) & (x)) macro |
D | via-rhine.c | 492 #define WORD_REG_BITS_IS_ON(x, p) (ioread16((p)) & (x)) macro |