Home
last modified time | relevance | path

Searched refs:RCOMP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/mips/
H A Dmscc.txt48 configuration and status of PLL5, RCOMP, SyncE, SerDes configurations and
/openbmc/linux/arch/arm/mach-pxa/
H A Dstandby.S73 ldr r0, [r1, #PXA3_RCOMP] @ Initiate RCOMP
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c68 #define MACB_RX_INT_FLAGS (MACB_BIT(RCOMP) | MACB_BIT(ISR_ROVR))
1708 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_rx_poll()
1936 queue_writel(queue, ISR, MACB_BIT(RCOMP)); in macb_interrupt()
4314 macb_writel(lp, IER, MACB_BIT(RCOMP) | in at91ether_start()
4330 macb_writel(lp, IDR, MACB_BIT(RCOMP) | in at91ether_stop()
4492 if (intstatus & MACB_BIT(RCOMP)) in at91ether_interrupt()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2297 #define RCOMP 0x48100100 macro