Home
last modified time | relevance | path

Searched full:rfcr (Results 1 – 22 of 22) sorted by relevance

/linux/arch/powerpc/boot/
H A Dcpm-serial.c45 u8 rfcr; member
138 out_8(&param->rfcr, 0x10); in cpm_serial_open()
/linux/drivers/net/can/rcar/
H A Drcar_can.c67 u8 rfcr; /* Receive FIFO Control Register */ member
500 writeb(RCAR_CAN_RFCR_RFE, &priv->regs->rfcr); in rcar_can_start()
681 u8 rfcr, isr; in rcar_can_rx_poll() local
687 rfcr = readb(&priv->regs->rfcr); in rcar_can_rx_poll()
688 if (rfcr & RCAR_CAN_RFCR_RFEST) in rcar_can_rx_poll()
/linux/drivers/net/ethernet/natsemi/
H A Dns83820.c326 #define RFCR 0x48 macro
733 writel(0, dev->base + RFCR); in ns83820_setup_rx()
734 writel(0x7fc00000, dev->base + RFCR); in ns83820_setup_rx()
735 writel(0xffc00000, dev->base + RFCR); in ns83820_setup_rx()
1663 writel(i*2, dev->base + RFCR);
1675 u8 __iomem *rfcr = dev->base + RFCR; local
1691 val = (readl(rfcr) & and_mask) | or_mask;
1692 /* Ramit : RFCR Write Fix doc says RFEN must be 0 modify other bits */
1693 writel(val & ~RFCR_RFEN, rfcr);
1694 writel(val, rfcr);
H A Dnatsemi.c1381 /* RFCR bits [20] [22] [27:31] */
1389 u32 rfcr; in natsemi_reset() local
1407 /* RFCR */ in natsemi_reset()
1408 rfcr = readl(ioaddr + RxFilterAddr) & RFCR_RESET_SAVE; in natsemi_reset()
1446 /* read RFCR */ in natsemi_reset()
1447 rfcr |= readl(ioaddr + RxFilterAddr) & ~RFCR_RESET_SAVE; in natsemi_reset()
1457 /* restore RFCR */ in natsemi_reset()
1458 writel(rfcr, ioaddr + RxFilterAddr); in natsemi_reset()
2784 /* write the three words to (undocumented) RFCR vals 0xa, 0xc, 0xe */ in netdev_set_sopass()
2812 /* read the three words from (undocumented) RFCR vals 0xa, 0xc, 0xe */ in netdev_get_sopass()
[all …]
/linux/drivers/net/ethernet/sis/
H A Dsis900.c329 * to rfdr. rfdr is accessed through rfcr. MAC address is read into
342 rfcrSave = sr32(rfcr); in sis635_get_mac_addr()
348 sw32(rfcr, rfcrSave & ~RFEN); in sis635_get_mac_addr()
352 sw32(rfcr, (i << RFADDR_shift)); in sis635_get_mac_addr()
358 sw32(rfcr, rfcrSave | RFEN); in sis635_get_mac_addr()
1101 rfcrSave = sr32(rfcr); in sis900_init_rxfilter()
1104 sw32(rfcr, rfcrSave & ~RFEN); in sis900_init_rxfilter()
1110 sw32(rfcr, i << RFADDR_shift); in sis900_init_rxfilter()
1120 sw32(rfcr, rfcrSave | RFEN); in sis900_init_rxfilter()
2426 sw32(rfcr, (u32)(0x00000004 + i) << RFADDR_shift); in set_rx_mode()
[all …]
H A Dsis900.h37 rfcr=0x48, //Receive Filter Control Register enumerator
/linux/Documentation/devicetree/bindings/sound/
H A Dfsl,esai.yaml74 TFCR[TFWM] or RFCR[RFWM].
/linux/drivers/i2c/busses/
H A Di2c-cpm.c52 u_char rfcr; /* Rx function code */ member
148 out_8(&i2c_ram->rfcr, I2C_EB); in cpm_reset_i2c_params()
151 out_8(&i2c_ram->rfcr, I2C_EB_CPM2); in cpm_reset_i2c_params()
/linux/sound/soc/intel/keembay/
H A Dkmb_platform.h44 #define RFCR(x) (0x40 * (x) + 0x048) macro
H A Dkmb_platform.c572 kmb_i2s->i2s_base + RFCR(ch_reg)); in kmb_i2s_config()
/linux/sound/soc/dwc/
H A Dlocal.h52 #define RFCR(x) (0x40 * x + 0x048) macro
H A Ddwc-i2s.c266 i2s_write_reg(dev->i2s_base, RFCR(ch_reg), in dw_i2s_config()
/linux/include/soc/fsl/
H A Dcpm.h17 u8 rfcr; /* Rx function code */ member
/linux/sound/soc/fsl/
H A Dfsl_esai.c713 u32 tfcr, rfcr; in fsl_esai_hw_reset() local
718 regmap_read(esai_priv->regmap, REG_ESAI_RFCR, &rfcr); in fsl_esai_hw_reset()
720 enabled[rx] = rfcr & ESAI_xFCR_xFEN; in fsl_esai_hw_reset()
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h72 RFCR, enumerator
H A Dsh_eth.c104 [RFCR] = 0x0760,
178 [RFCR] = 0x03f4,
227 [RFCR] = 0x01f4,
294 [RFCR] = 0x01a4,
2138 add_reg(RFCR); in __sh_eth_get_regs()
H A Dravb.h207 RFCR = 0x0760, enumerator
/linux/drivers/spi/
H A Dspi-fsl-cpm.c374 iowrite8(CPMFCR_EB | CPMFCR_GBL, &mspi->pram->rfcr); in fsl_spi_cpm_init()
H A Dspi-fsl-spi.c331 * tfcr/rfcr is set to CPMFCR_GBL in fsl_spi_prepare_message()
/linux/include/soc/fsl/qe/
H A Dqe.h609 u8 rbmr; /* RX bus mode register (same as CPM's RFCR) */
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h204 u64 rfcr; member
H A Dqed_l2.c1785 p_common->rx_carrier_errors += port_stats.eth.rfcr; in __qed_get_vport_port_stats()