Searched refs:REMOTE_HUB_L (Results 1 – 7 of 7) sorted by relevance
/linux/arch/mips/sgi-ip27/ |
H A D | ip27-nmi.c | 130 mask0 = REMOTE_HUB_L(nasid, PI_INT_MASK0_A); in nmi_dump_hub_irq() 131 mask1 = REMOTE_HUB_L(nasid, PI_INT_MASK1_A); in nmi_dump_hub_irq() 133 mask0 = REMOTE_HUB_L(nasid, PI_INT_MASK0_B); in nmi_dump_hub_irq() 134 mask1 = REMOTE_HUB_L(nasid, PI_INT_MASK1_B); in nmi_dump_hub_irq() 137 pend0 = REMOTE_HUB_L(nasid, PI_INT_PEND0); in nmi_dump_hub_irq() 138 pend1 = REMOTE_HUB_L(nasid, PI_INT_PEND1); in nmi_dump_hub_irq()
|
H A D | ip27-timer.c | 111 return REMOTE_HUB_L(cputonasid(0), PI_RT_COUNT); in hub_rt_read() 124 return REMOTE_HUB_L(cputonasid(0), PI_RT_COUNT); in hub_rt_read_sched_clock()
|
H A D | ip27-xtalk.c | 208 hubreg = REMOTE_HUB_L(nasid, IIO_LLP_CSR); in xtalk_probe_node()
|
/linux/arch/mips/include/asm/sn/sn0/ |
H A D | hubmd.h | 450 (REMOTE_HUB_L(region, MD_MEMORY_CONFIG) & MMC_DIR_PREMIUM_MASK) >> \ 460 REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) & \ 469 REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) \ 474 REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) \ 478 REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) & \ 482 REMOTE_HUB_L((region), MD_MIG_VALUE_THRESH) & \ 491 REMOTE_HUB_L(region, MD_MIG_VALUE_THRESH) \ 496 REMOTE_HUB_L((region), MD_MIG_VALUE_THRESH) \ 500 REMOTE_HUB_L((region), MD_MIG_VALUE_THRESH) & \ 508 REMOTE_HUB_L((my_region_id), MD_MIG_CANDIDATE_CLR))
|
H A D | hubio.h | 960 #define IIO_WCR_WID_GET(nasid) (REMOTE_HUB_L(nasid, III_WCR) & 0xf)
|
/linux/arch/mips/include/asm/sn/ |
H A D | intr.h | 37 REMOTE_HUB_L(__hub, PI_INT_PEND0); \
|
H A D | addrs.h | 264 #define REMOTE_HUB_L(_n, _r) __raw_readq(REMOTE_HUB_PTR((_n), (_r))) macro
|