Home
last modified time | relevance | path

Searched refs:REG_PLUS_INTRN_STATUS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sun/
Dcassini.c2453 u32 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(ring)); in cas_interruptN()
2504 u32 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(1)); in cas_interrupt1()
2625 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(1)); in cas_poll()
2633 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(2)); in cas_poll()
2641 status = readl(cp->regs + REG_PLUS_INTRN_STATUS(3)); in cas_poll()
Dcassini.h393 #define REG_PLUS_INTRN_STATUS(x) (REG_PLUS_INTR_STATUS_1 + ((x) - 1)*16) macro