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