Searched refs:ESR_BASE (Results 1 – 2 of 2) sorted by relevance
45 #define ESR_BASE 0x005f6900 /* Base event status register */ macro90 __u32 esr = ESR_BASE + (LEVEL(irq) << 2); in mask_ack_systemasic_irq()124 esr = ESR_BASE + (level << 2); in systemasic_irq_demux()
962 #define ESR_BASE 0x0000 macro964 #define ESR_RXTX_COMM_CTRL_L (ESR_BASE + 0x0000)965 #define ESR_RXTX_COMM_CTRL_H (ESR_BASE + 0x0001)967 #define ESR_RXTX_RESET_CTRL_L (ESR_BASE + 0x0002)968 #define ESR_RXTX_RESET_CTRL_H (ESR_BASE + 0x0003)970 #define ESR_RX_POWER_CTRL_L (ESR_BASE + 0x0004)971 #define ESR_RX_POWER_CTRL_H (ESR_BASE + 0x0005)973 #define ESR_TX_POWER_CTRL_L (ESR_BASE + 0x0006)974 #define ESR_TX_POWER_CTRL_H (ESR_BASE + 0x0007)976 #define ESR_MISC_POWER_CTRL_L (ESR_BASE + 0x0008)[all …]