Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-berr.c64 int cpu = LOCAL_HUB_L(PI_CPU_NUM); in ip27_be_handler()
72 printk("ERR_INT_PEND = 0x%06llx\n", LOCAL_HUB_L(PI_ERR_INT_PEND)); in ip27_be_handler()
73 errst0 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS0_B : PI_ERR_STATUS0_A); in ip27_be_handler()
74 errst1 = LOCAL_HUB_L(cpu ? PI_ERR_STATUS1_B : PI_ERR_STATUS1_A); in ip27_be_handler()
85 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-irq.c196 pend0 = LOCAL_HUB_L(PI_INT_PEND0); in ip27_do_irq_mask0()
224 LOCAL_HUB_L(PI_INT_PEND0); in ip27_do_irq_mask0()
236 pend1 = LOCAL_HUB_L(PI_INT_PEND1); in ip27_do_irq_mask1()
247 LOCAL_HUB_L(PI_INT_PEND1); in ip27_do_irq_mask1()
254 int slice = LOCAL_HUB_L(PI_CPU_NUM); in install_ipi()
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()
H A Dip27-smp.c172 cputoslice(0) = LOCAL_HUB_L(PI_CPU_NUM); in ip27_smp_setup()
/openbmc/linux/arch/mips/include/asm/sn/sn0/
H A Dhub.h57 return (nasid_t)((LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_NODEID_MASK)
H A Dhubni.h255 if (LOCAL_HUB_L(NI_STATUS_REV_ID) & NSRI_REGIONSIZE_MASK) in get_region_shift()
/openbmc/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