Home
last modified time | relevance | path

Searched full:rfcr (Results 1 – 15 of 15) 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/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()
1662 writel(i*2, dev->base + RFCR);
1674 u8 __iomem *rfcr = dev->base + RFCR; local
1690 val = (readl(rfcr) & and_mask) | or_mask;
1691 /* Ramit : RFCR Write Fix doc says RFEN must be 0 modify other bits */
1692 writel(val & ~RFCR_RFEN, rfcr);
1693 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.c325 * to rfdr. rfdr is accessed through rfcr. MAC address is read into
338 rfcrSave = sr32(rfcr); in sis635_get_mac_addr()
344 sw32(rfcr, rfcrSave & ~RFEN); in sis635_get_mac_addr()
348 sw32(rfcr, (i << RFADDR_shift)); in sis635_get_mac_addr()
354 sw32(rfcr, rfcrSave | RFEN); in sis635_get_mac_addr()
1090 rfcrSave = sr32(rfcr); in sis900_init_rxfilter()
1093 sw32(rfcr, rfcrSave & ~RFEN); in sis900_init_rxfilter()
1099 sw32(rfcr, i << RFADDR_shift); in sis900_init_rxfilter()
1109 sw32(rfcr, rfcrSave | RFEN); in sis900_init_rxfilter()
2415 sw32(rfcr, (u32)(0x00000004 + i) << RFADDR_shift); in set_rx_mode()
[all …]
H A Dsis900.h37 rfcr=0x48, //Receive Filter Control Register enumerator
/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
/linux/sound/soc/dwc/
H A Dlocal.h49 #define RFCR(x) (0x40 * x + 0x048)
52 #define RFCR( global() macro
H A Ddwc-i2s.c262 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/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,
2136 add_reg(RFCR); in __sh_eth_get_regs()
/linux/drivers/spi/
H A Dspi-fsl-cpm.c374 iowrite8(CPMFCR_EB | CPMFCR_GBL, &mspi->pram->rfcr); in fsl_spi_cpm_init()
/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