Home
last modified time | relevance | path

Searched refs:LOCAL_HUB_L (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/sgi-ip27/
H A Dip27-berr.c66 int cpu = LOCAL_HUB_L(PI_CPU_NUM); in ip27_be_handler()
74 printk("ERR_INT_PEND = 0x%06llx\n", LOCAL_HUB_L(PI_ERR_INT_PEND)); in ip27_be_handler()
75 errst0 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS0_B : PI_ERR_STATUS0_A); in ip27_be_handler()
76 errst1 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS1_B : PI_ERR_STATUS1_A); in ip27_be_handler()
87 int cpu = LOCAL_HUB_L(PI_CPU_NUM); in ip27_be_init()
H A Dip27-init.c106 p = LOCAL_HUB_L(PI_CPU_PRESENT_A) & 1; in plat_mem_setup()
107 e = LOCAL_HUB_L(PI_CPU_ENABLE_A) & 1; in plat_mem_setup()
112 p = LOCAL_HUB_L(PI_CPU_PRESENT_B) & 1; in plat_mem_setup()
113 e = LOCAL_HUB_L(PI_CPU_ENABLE_B) & 1; in plat_mem_setup()
122 n_mode = LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_MORENODES_MASK; in plat_mem_setup()
H A Dip27-timer.c36 cnt = LOCAL_HUB_L(PI_RT_COUNT); in rt_next_event()
40 return LOCAL_HUB_L(PI_RT_COUNT) >= cnt ? -ETIME : 0; in rt_next_event()
/linux/arch/mips/include/asm/sn/sn0/
H A Dhub.h57 return (nasid_t)((LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_NODEID_MASK) in get_nasid()
H A Dhubni.h255 if (LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_REGIONSIZE_MASK) in get_region_shift()
/linux/arch/mips/include/asm/sn/
H A Dintr.h29 LOCAL_HUB_L(PI_INT_PEND0); \
H A Daddrs.h262 #define LOCAL_HUB_L(_r) __raw_readq(LOCAL_HUB_PTR(_r)) macro