Searched refs:statusp (Results 1 - 15 of 15) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c89 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, cpld_pic_get_irq() argument
93 u8 status = in_8(statusp); cpld_pic_get_irq()
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_intr.c121 *ppd->statusp &= ~QIB_STATUS_IB_READY; qib_handle_e_ibstatuschanged()
142 *ppd->statusp |= qib_handle_e_ibstatuschanged()
164 *ppd->statusp &= ~QIB_STATUS_IB_READY; qib_handle_e_ibstatuschanged()
H A Dqib_sysfs.c111 if (!ppd->statusp) show_status()
115 (unsigned long long) *(ppd->statusp)); show_status()
143 if (!ppd->statusp) { show_status_str()
148 s = *(ppd->statusp); show_status_str()
H A Dqib_init.c349 dd->pport[pidx].statusp = status_page; init_pioavailregs()
355 * apps, following statusp. This is per-unit, not per port. init_pioavailregs()
768 *ppd->statusp |= QIB_STATUS_CHIP_PRESENT | qib_init()
880 *ppd->statusp &= ~(QIB_STATUS_IB_CONF | QIB_STATUS_IB_READY); qib_shutdown_device()
1199 *ppd->statusp &= ~QIB_STATUS_IB_READY; qib_disable_after_error()
1354 if (dd->pport[pidx].statusp) cleanup_device_data()
1355 *dd->pport[pidx].statusp &= ~QIB_STATUS_CHIP_PRESENT; cleanup_device_data()
H A Dqib.h562 u64 *statusp; member in struct:qib_pportdata
919 * per unit status, see also portdata statusp
H A Dqib_file_ops.c191 (char *) ppd->statusp - qib_get_base_info()
H A Dqib_iba6120.c1102 *dd->pport->statusp &= ~QIB_STATUS_IB_CONF; handle_6120_errors()
H A Dqib_iba7220.c1202 *dd->pport->statusp &= ~QIB_STATUS_IB_CONF; handle_7220_errors()
H A Dqib_iba7322.c1724 *dd->pport[pidx].statusp &= ~QIB_STATUS_IB_CONF; handle_7322_errors()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dinit.c738 ppd->statusp = &dd->status->port; hfi1_init()
782 if (ppd->statusp) hfi1_init()
783 *ppd->statusp |= HFI1_STATUS_CHIP_PRESENT | hfi1_init()
848 if (ppd->statusp) shutdown_device()
849 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | shutdown_device()
1087 if (ppd->statusp) hfi1_disable_after_error()
1088 *ppd->statusp &= ~HFI1_STATUS_IB_READY; hfi1_disable_after_error()
1241 if (ppd->statusp) cleanup_device_data()
1242 *ppd->statusp &= ~HFI1_STATUS_CHIP_PRESENT; cleanup_device_data()
H A Dhfi.h572 u64 *statusp; member in struct:hfi1_pportdata
898 * per unit status, see also portdata statusp
H A Dchip.c8537 if (ppd->statusp) { get_logical_state()
8541 *ppd->statusp &= ~(HFI1_STATUS_IB_CONF | get_logical_state()
8545 *ppd->statusp |= HFI1_STATUS_IB_CONF; get_logical_state()
8548 *ppd->statusp |= HFI1_STATUS_IB_READY; get_logical_state()
/linux-4.4.14/kernel/rcu/
H A Dtree_plugin.h1221 unsigned int *statusp = this_cpu_ptr(&rcu_cpu_kthread_status); rcu_cpu_kthread() local
1228 *statusp = RCU_KTHREAD_RUNNING; rcu_cpu_kthread()
1239 *statusp = RCU_KTHREAD_WAITING; rcu_cpu_kthread()
1243 *statusp = RCU_KTHREAD_YIELDING; rcu_cpu_kthread()
1247 *statusp = RCU_KTHREAD_WAITING; rcu_cpu_kthread()
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_init_chip.c421 * following statusp init_pioavailregs()
H A Dipath_intr.c1088 * this needs to be flags&initted, not statusp, so we keep ipath_intr()

Completed in 1138 milliseconds