Home
last modified time | relevance | path

Searched refs:LOCAL_MMR_ADDR (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/
Dclksupport.h44 #define RTC_COUNTER_ADDR ((clkreg_t*)LOCAL_MMR_ADDR(SH_RTC))
45 #define RTC_COMPARE_A_ADDR ((clkreg_t*)LOCAL_MMR_ADDR(SH_RTC))
46 #define RTC_COMPARE_B_ADDR ((clkreg_t*)LOCAL_MMR_ADDR(SH_RTC))
47 #define RTC_INT_PENDING_A_ADDR ((clkreg_t*)LOCAL_MMR_ADDR(SH_RTC))
48 #define RTC_INT_PENDING_B_ADDR ((clkreg_t*)LOCAL_MMR_ADDR(SH_RTC))
49 #define RTC_INT_ENABLED_A_ADDR ((clkreg_t*)LOCAL_MMR_ADDR(SH_RTC))
50 #define RTC_INT_ENABLED_B_ADDR ((clkreg_t*)LOCAL_MMR_ADDR(SH_RTC))
Dleds.h18 #define LED0 (LOCAL_MMR_ADDR(SH_REAL_JUNK_BUS_LED0))
Daddrs.h126 #define LOCAL_HUB_BASE(_x) (LOCAL_MMR_ADDR(_x) | (((~(_x)) & BWIN_TOP)>>8))
146 (((_x) & BWIN_TOP) ? (HUBREG_CAST (LOCAL_MMR_ADDR(_x))) \
/linux-2.4.37.9/arch/ia64/sn/kernel/
Dsetup.c575 LOCAL_MMR_ADDR((slice < 2 ? SH_PIO_WRITE_STATUS_0 : SH_PIO_WRITE_STATUS_1 ) ); in sn_cpu_init()
577 LOCAL_MMR_ADDR((slice < 2 ? SH_MEMORY_WRITE_STATUS_0 : SH_MEMORY_WRITE_STATUS_1 ) ); in sn_cpu_init()
Dbte.c396 (char *) LOCAL_MMR_ADDR(bte_offsets[i] | 0x1800000L); in bte_init_node()
/linux-2.4.37.9/include/asm-ia64/sn/sn2/
Daddrs.h70 #define LOCAL_MMR_ADDR(a) (UNCACHED | LOCAL_MMR_SPACE | (a)) macro