Home
last modified time | relevance | path

Searched defs:WORD_REG_BITS_IS_ON (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c486 #define WORD_REG_BITS_IS_ON(x, p) (ioread16((p)) & (x)) macro
H A Dvia-velocity.h39 #define WORD_REG_BITS_IS_ON(x,p) (readw((p)) & (x)) macro