Home
last modified time | relevance | path

Searched refs:LOCAL_HUB_S (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-timer.c104 LOCAL_HUB_S(cpuA ? PI_RT_PEND_A : PI_RT_PEND_B, 0); /* Ack */ in rt_timer_interrupt()
106 LOCAL_HUB_S(cpuA ? PI_RT_COMPARE_A : PI_RT_COMPARE_B, ct_cur[cpu]); in rt_timer_interrupt()
244 LOCAL_HUB_S(PI_RT_EN_A, 1); in hub_rtc_init()
245 LOCAL_HUB_S(PI_RT_EN_B, 1); in hub_rtc_init()
246 LOCAL_HUB_S(PI_PROF_EN_A, 0); in hub_rtc_init()
247 LOCAL_HUB_S(PI_PROF_EN_B, 0); in hub_rtc_init()
249 LOCAL_HUB_S(PI_RT_COMPARE_A, ct_cur[cpu]); in hub_rtc_init()
250 LOCAL_HUB_S(PI_RT_COUNT, 0); in hub_rtc_init()
251 LOCAL_HUB_S(PI_RT_PEND_A, 0); in hub_rtc_init()
252 LOCAL_HUB_S(PI_RT_COMPARE_B, ct_cur[cpu]); in hub_rtc_init()
[all …]
Dip27-berr.c85 LOCAL_HUB_S(PI_ERR_INT_PEND, in ip27_be_init()
87 LOCAL_HUB_S(PI_ERR_INT_MASK_A + cpuoff, 0); in ip27_be_init()
88 LOCAL_HUB_S(PI_ERR_STACK_ADDR_A + cpuoff, 0); in ip27_be_init()
89 LOCAL_HUB_S(PI_ERR_STACK_SIZE, 0); /* Disable error stack */ in ip27_be_init()
90 LOCAL_HUB_S(PI_SYSAD_ERRCHK_EN, PI_SYSAD_CHECK_ALL); in ip27_be_init()
Dip27-reset.c50 LOCAL_HUB_S(NI_PORT_RESET, NPR_PORTRESET | NPR_LOCALRESET); in ip27_machine_restart()
65 LOCAL_HUB_S(NI_PORT_RESET, NPR_PORTRESET | NPR_LOCALRESET); in ip27_machine_halt()
Dip27-irq.c167 LOCAL_HUB_S(pi_int_mask0, mask0 & ~(pend0)); in ip27_do_irq()
178 LOCAL_HUB_S(pi_int_mask0, mask0); in ip27_do_irq()
Dip27-nmi.c221 LOCAL_HUB_S(NI_PORT_RESET, NPR_PORTRESET | NPR_LOCALRESET); in cont_nmi_dump()
/linux-2.4.37.9/include/asm-mips64/sn/
Dintr.h28 #define LOCAL_HUB_SEND_INTR(_level) LOCAL_HUB_S(PI_INT_PEND_MOD, \
40 LOCAL_HUB_S(PI_INT_PEND_MOD, (_level)), \
Daddrs.h278 #define LOCAL_HUB_S(_r, _d) HUB_S(LOCAL_HUB_ADDR(_r), (_d)) macro
/linux-2.4.37.9/include/asm-ia64/sn/
Daddrs.h158 #define LOCAL_HUB_S(_r, _d) HUB_S(LOCAL_HUB_ADDR(_r), (_d)) macro