Home
last modified time | relevance | path

Searched refs:ESR_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sh/boards/mach-dreamcast/
Dirq.c46 #define ESR_BASE 0x005f6900 /* Base event status register */ macro
91 __u32 esr = ESR_BASE + (LEVEL(irq) << 2); in mask_ack_systemasic_irq()
125 esr = ESR_BASE + (level << 2); in systemasic_irq_demux()
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.h961 #define ESR_BASE 0x0000 macro
963 #define ESR_RXTX_COMM_CTRL_L (ESR_BASE + 0x0000)
964 #define ESR_RXTX_COMM_CTRL_H (ESR_BASE + 0x0001)
966 #define ESR_RXTX_RESET_CTRL_L (ESR_BASE + 0x0002)
967 #define ESR_RXTX_RESET_CTRL_H (ESR_BASE + 0x0003)
969 #define ESR_RX_POWER_CTRL_L (ESR_BASE + 0x0004)
970 #define ESR_RX_POWER_CTRL_H (ESR_BASE + 0x0005)
972 #define ESR_TX_POWER_CTRL_L (ESR_BASE + 0x0006)
973 #define ESR_TX_POWER_CTRL_H (ESR_BASE + 0x0007)
975 #define ESR_MISC_POWER_CTRL_L (ESR_BASE + 0x0008)
[all …]