Home
last modified time | relevance | path

Searched refs:DWORD_REG_BITS_IS_ON (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/via/
Dvia-velocity.h50 #define DWORD_REG_BITS_IS_ON(x,p) (readl((p)) & (x)) macro
Dvia-rhine.c493 #define DWORD_REG_BITS_IS_ON(x, p) (ioread32((p)) & (x)) macro
Dvia-velocity.c1107 if (!DWORD_REG_BITS_IS_ON(CR0_SFRST, &regs->CR0Set)) in velocity_soft_reset()