Searched defs:rfcr (Results 1 - 5 of 5) sorted by relevance

/drivers/i2c/busses/
H A Di2c-cpm.c61 u_char rfcr; /* Rx function code */ member in struct:i2c_ram
154 out_8(&i2c_ram->rfcr, I2C_EB);
157 out_8(&i2c_ram->rfcr, I2C_EB_CPM2);
/drivers/net/can/
H A Drcar_can.c62 u8 rfcr; /* Receive FIFO Control Register */ member in struct:rcar_can_regs
499 writeb(RCAR_CAN_RFCR_RFE, &priv->regs->rfcr);
678 u8 rfcr, isr; local
684 rfcr = readb(&priv->regs->rfcr);
685 if (rfcr & RCAR_CAN_RFCR_RFEST)
/drivers/net/ethernet/sis/
H A Dsis900.h36 rfcr=0x48, //Receive Filter Control Register enumerator in enum:sis900_registers
/drivers/net/ethernet/natsemi/
H A Dns83820.c1693 u8 __iomem *rfcr = dev->base + RFCR; local
1709 val = (readl(rfcr) & and_mask) | or_mask;
1711 writel(val & ~RFCR_RFEN, rfcr);
1712 writel(val, rfcr);
H A Dnatsemi.c1386 u32 rfcr; local
1405 rfcr = readl(ioaddr + RxFilterAddr) & RFCR_RESET_SAVE;
1444 rfcr |= readl(ioaddr + RxFilterAddr) & ~RFCR_RESET_SAVE;
1455 writel(rfcr, ioaddr + RxFilterAddr);
2984 u32 rfcr; local
3006 rfcr = readl(ioaddr + RxFilterAddr);
3011 writel(rfcr, ioaddr + RxFilterAddr);

Completed in 114 milliseconds