Searched refs:sys_status (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-hisi/
H A Dplatmcpm.c105 void __iomem *sys_dreq, *sys_status; hip04_boot_secondary() local
122 sys_status = sysctrl + SC_CPU_RESET_STATUS(cluster); hip04_boot_secondary()
128 data = readl_relaxed(sys_status); hip04_boot_secondary()
138 } while (data == readl_relaxed(sys_status)); hip04_boot_secondary()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Ds3c-hsudc.c1074 u32 sys_status; s3c_hsudc_irq() local
1079 sys_status = readl(hsudc->regs + S3C_SSR); s3c_hsudc_irq()
1082 if (!ep_intr && !(sys_status & S3C_SSR_DTZIEN_EN)) { s3c_hsudc_irq()
1087 if (sys_status) { s3c_hsudc_irq()
1088 if (sys_status & S3C_SSR_VBUSON) s3c_hsudc_irq()
1091 if (sys_status & S3C_SSR_ERR) s3c_hsudc_irq()
1094 if (sys_status & S3C_SSR_SDE) { s3c_hsudc_irq()
1096 hsudc->gadget.speed = (sys_status & S3C_SSR_HSP) ? s3c_hsudc_irq()
1100 if (sys_status & S3C_SSR_SUSPEND) { s3c_hsudc_irq()
1107 if (sys_status & S3C_SSR_RESUME) { s3c_hsudc_irq()
1114 if (sys_status & S3C_SSR_RESET) { s3c_hsudc_irq()
/linux-4.4.14/fs/ocfs2/cluster/
H A Dtcp.h46 __be32 sys_status; member in struct:o2net_msg
H A Dtcp.c92 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \
327 enum o2net_system_error sys_status, o2net_complete_nsw_locked()
334 nsw->ns_sys_status = sys_status; o2net_complete_nsw_locked()
343 u64 id, enum o2net_system_error sys_status, o2net_complete_nsw()
356 o2net_complete_nsw_locked(nn, nsw, sys_status, status); o2net_complete_nsw()
981 msg->sys_status = cpu_to_be32(O2NET_ERR_NONE); o2net_init_msg()
1171 hdr->sys_status = cpu_to_be32(syserr); o2net_send_status_magic()
1201 be32_to_cpu(hdr->sys_status), o2net_process_message()
325 o2net_complete_nsw_locked(struct o2net_node *nn, struct o2net_status_wait *nsw, enum o2net_system_error sys_status, s32 status) o2net_complete_nsw_locked() argument
341 o2net_complete_nsw(struct o2net_node *nn, struct o2net_status_wait *nsw, u64 id, enum o2net_system_error sys_status, s32 status) o2net_complete_nsw() argument

Completed in 362 milliseconds