Searched refs:RFCR (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | m68360_enet.h | 115 #define RFCR 0x18 /* normal operation */ macro
|
/linux-4.4.14/sound/soc/dwc/ |
H A D | designware_i2s.c | 47 #define RFCR(x) (0x40 * x + 0x048) macro 274 i2s_write_reg(dev->i2s_base, RFCR(ch_reg), 0x07); dw_i2s_hw_params()
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 340 #define RFCR 0x48 macro 745 writel(0, dev->base + RFCR); ns83820_setup_rx() 746 writel(0x7fc00000, dev->base + RFCR); ns83820_setup_rx() 747 writel(0xffc00000, dev->base + RFCR); ns83820_setup_rx() 1674 writel(i*2, dev->base + RFCR); ns83820_getmac() 1693 u8 __iomem *rfcr = dev->base + RFCR; ns83820_set_multicast() 1710 /* Ramit : RFCR Write Fix doc says RFEN must be 0 modify other bits */ ns83820_set_multicast()
|
H A D | natsemi.c | 1378 /* RFCR bits [20] [22] [27:31] */ 1404 /* RFCR */ natsemi_reset() 1443 /* read RFCR */ natsemi_reset() 1454 /* restore RFCR */ natsemi_reset() 2785 /* write the three words to (undocumented) RFCR vals 0xa, 0xc, 0xe */ netdev_set_sopass() 2813 /* read the three words from (undocumented) RFCR vals 0xa, 0xc, 0xe */ netdev_get_sopass() 3017 /* read RFCR indexed registers */ netdev_get_regs()
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
H A D | sh_eth.h | 83 RFCR, enumerator in enum:__anon7710
|
H A D | sh_eth.c | 109 [RFCR] = 0x0760, 199 [RFCR] = 0x0760, 241 [RFCR] = 0x03f4, 290 [RFCR] = 0x01f4, 357 [RFCR] = 0x01a4, 2047 add_reg(RFCR); __sh_eth_get_regs()
|
H A D | ravb.h | 195 RFCR = 0x0760, enumerator in enum:ravb_reg
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | qe.h | 526 u8 rbmr; /* RX bus mode register (same as CPM's RFCR) */
|
Completed in 331 milliseconds