Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c495 #define DWORD_REG_BITS_SET(x, m, p) do { iowrite32((ioread32((p)) & (~(m)))|(x), (p)); } while (0) macro
H A Dvia-velocity.h48 #define DWORD_REG_BITS_SET(x,m,p) do { writel( (readl((p)) & (~(m)))|(x),(p));} while (0) macro