Home
last modified time | relevance | path

Searched refs:ISR (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dxilinx_irq.h12 #define ISR (intc + (0 * 4)) /* Interrupt Status Register */ macro
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Di8259.h15 #define ISR 0x0 /* In-Service Register */ macro
/rk3399_rockchip-uboot/drivers/net/
H A Dax88180.c565 OUTW (dev, INW (dev, ISR), ISR); in ax88180_init()
580 ISR_Status = INW (dev, ISR); in ax88180_recv()
584 OUTW (dev, ISR_Status, ISR); in ax88180_recv()
600 ISR_Status = INW (dev, ISR); in ax88180_recv()
H A Dax88180.h138 #define ISR (CMD_BASE + 0x0008) macro
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-imx/
H A Dimx-regs.h124 #define ISR(x) __REG2(IMX_GPIO_BASE + 0x34, ((x) & 3) << 8) macro