Searched refs:RFCR (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/board/renesas/ap325rxa/ |
H A D | cpld-ap325rxa.c | 36 #define RFCR (vu_long *)0xFE400020 macro 78 *RFCR = RFCR_CLR; /* Refresh counter clear */ in init_cpld_loader() 80 while (*RFCR < WAIT_RFCR_COUNTER) in init_cpld_loader()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | cpu_sh7706.h | 35 #define RFCR 0xffffff74 macro
|
H A D | cpu_sh7750.h | 60 #define RFCR 0xFF800028 macro
|
/openbmc/u-boot/drivers/net/ |
H A D | sh_eth.h | 147 RFCR, enumerator 224 [RFCR] = 0x0760, 256 [RFCR] = 0x01f4,
|
/openbmc/u-boot/board/ms7750se/ |
H A D | lowlevel_init.S | 139 RFCR_A: .long RFCR
|
/openbmc/u-boot/board/renesas/r2dplus/ |
H A D | lowlevel_init.S | 110 RFCR_A: .long RFCR /* RFCR Address */
|
/openbmc/linux/sound/soc/intel/keembay/ |
H A D | kmb_platform.h | 44 #define RFCR(x) (0x40 * (x) + 0x048) macro
|
H A D | kmb_platform.c | 573 kmb_i2s->i2s_base + RFCR(ch_reg)); in kmb_i2s_config()
|
/openbmc/linux/sound/soc/dwc/ |
H A D | local.h | 52 #define RFCR(x) (0x40 * x + 0x048) macro
|
H A D | dwc-i2s.c | 266 i2s_write_reg(dev->i2s_base, RFCR(ch_reg), in dw_i2s_config()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,esai.txt | 42 TFCR[TFWM] or RFCR[RFWM].
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 326 #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;
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | sh_eth.h | 72 RFCR, enumerator
|
H A D | sh_eth.c | 104 [RFCR] = 0x0760, 178 [RFCR] = 0x03f4, 227 [RFCR] = 0x01f4, 294 [RFCR] = 0x01a4, 2138 add_reg(RFCR); in __sh_eth_get_regs()
|
H A D | ravb.h | 206 RFCR = 0x0760, enumerator
|