Home
last modified time | relevance | path

Searched refs:REMOTE_HUB_L (Results 1 – 13 of 13) sorted by relevance

/arch/ia64/sn/kernel/
Dhuberror.c77 icrbb.ii_icrb0_b_regval = REMOTE_HUB_L(hubdev_info->hdi_nasid, in hubiio_crb_free()
86 while (REMOTE_HUB_L(hubdev_info->hdi_nasid, IIO_ICDR) & IIO_ICDR_PND) in hubiio_crb_free()
135 icrbb.ii_icrb0_b_regval = REMOTE_HUB_L(nasid, IIO_ICRB_B(i)); in hubiio_crb_error_handler()
141 icrba.ii_icrb0_a_regval = REMOTE_HUB_L(nasid, IIO_ICRB_A(i)); in hubiio_crb_error_handler()
146 icrbc.ii_icrb0_c_regval = REMOTE_HUB_L(nasid, IIO_ICRB_C(i)); in hubiio_crb_error_handler()
147 icrbd.ii_icrb0_d_regval = REMOTE_HUB_L(nasid, IIO_ICRB_D(i)); in hubiio_crb_error_handler()
148 icrbe.ii_icrb0_e_regval = REMOTE_HUB_L(nasid, IIO_ICRB_E(i)); in hubiio_crb_error_handler()
Dbte_error.c75 icmr.ii_icmr_regval = REMOTE_HUB_L(nasid, IIO_ICMR); in shub1_bte_error_handler()
96 REMOTE_HUB_L(nasid, IIO_ICRB_D(i)); in shub1_bte_error_handler()
109 imem.ii_imem_regval = REMOTE_HUB_L(nasid, IIO_IMEM); in shub1_bte_error_handler()
122 ibcr.ii_ibcr_regval = REMOTE_HUB_L(nasid, IIO_IBCR); in shub1_bte_error_handler()
Dtiocx.c344 ice_frz = REMOTE_HUB_L(nasid, TIO_ICE_FRZ_CFG); in tio_conveyor_set()
399 cx_credits = REMOTE_HUB_L(nasid, TIO_ICE_PMI_TX_DYN_CREDIT_STAT_CB3); in bitstream_loaded()
Dsetup.c210 id = REMOTE_HUB_L(nasid, SH1_SHUB_ID); in is_shub_1_1()
/arch/mips/sgi-ip27/
Dip27-nmi.c135 mask0 = REMOTE_HUB_L(nasid, PI_INT_MASK0_A); in nmi_dump_hub_irq()
136 mask1 = REMOTE_HUB_L(nasid, PI_INT_MASK1_A); in nmi_dump_hub_irq()
138 mask0 = REMOTE_HUB_L(nasid, PI_INT_MASK0_B); in nmi_dump_hub_irq()
139 mask1 = REMOTE_HUB_L(nasid, PI_INT_MASK1_B); in nmi_dump_hub_irq()
142 pend0 = REMOTE_HUB_L(nasid, PI_INT_PEND0); in nmi_dump_hub_irq()
143 pend1 = REMOTE_HUB_L(nasid, PI_INT_PEND1); in nmi_dump_hub_irq()
Dip27-hubio.c93 prb.iprb_regval = REMOTE_HUB_L(nasid, prb_offset); in hub_setup_prb()
142 ii_iowa = REMOTE_HUB_L(nasid, IIO_OUTWIDGET_ACCESS); in hub_set_piomode()
145 ii_wcr.wcr_reg_value = REMOTE_HUB_L(nasid, IIO_WCR); in hub_set_piomode()
Dip27-timer.c145 return REMOTE_HUB_L(cputonasid(0), PI_RT_COUNT); in hub_rt_read()
158 return REMOTE_HUB_L(cputonasid(0), PI_RT_COUNT); in hub_rt_read_sched_clock()
Dip27-xtalk.c110 hubreg = REMOTE_HUB_L(nasid, IIO_LLP_CSR); in xtalk_probe_node()
/arch/mips/include/asm/sn/sn0/
Dhubmd.h450 (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))
Dhubio.h960 #define IIO_WCR_WID_GET(nasid) (REMOTE_HUB_L(nasid, III_WCR) & 0xf)
/arch/mips/include/asm/sn/
Dintr.h46 REMOTE_HUB_L(__hub, PI_INT_PEND0); \
Daddrs.h274 #define REMOTE_HUB_L(_n, _r) HUB_L(REMOTE_HUB_ADDR((_n), (_r))) macro
/arch/ia64/include/asm/sn/
Daddrs.h287 #define REMOTE_HUB_L(n, a) HUB_L(REMOTE_HUB_ADDR((n), (a))) macro