Searched refs:sys_status (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/mach-hisi/ |
A D | platmcpm.c | 102 void __iomem *sys_dreq, *sys_status; in hip04_boot_secondary() local 119 sys_status = sysctrl + SC_CPU_RESET_STATUS(cluster); in hip04_boot_secondary() 125 data = readl_relaxed(sys_status); in hip04_boot_secondary() 135 } while (data == readl_relaxed(sys_status)); in hip04_boot_secondary()
|
/linux/drivers/usb/gadget/udc/ |
A D | s3c-hsudc.c | 1022 u32 sys_status; in s3c_hsudc_irq() local 1027 sys_status = readl(hsudc->regs + S3C_SSR); in s3c_hsudc_irq() 1030 if (!ep_intr && !(sys_status & S3C_SSR_DTZIEN_EN)) { in s3c_hsudc_irq() 1035 if (sys_status) { in s3c_hsudc_irq() 1036 if (sys_status & S3C_SSR_VBUSON) in s3c_hsudc_irq() 1039 if (sys_status & S3C_SSR_ERR) in s3c_hsudc_irq() 1042 if (sys_status & S3C_SSR_SDE) { in s3c_hsudc_irq() 1044 hsudc->gadget.speed = (sys_status & S3C_SSR_HSP) ? in s3c_hsudc_irq() 1048 if (sys_status & S3C_SSR_SUSPEND) { in s3c_hsudc_irq() 1055 if (sys_status & S3C_SSR_RESUME) { in s3c_hsudc_irq() [all …]
|
/linux/fs/ocfs2/cluster/ |
A D | tcp.c | 77 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \ 312 enum o2net_system_error sys_status, in o2net_complete_nsw_locked() argument 319 nsw->ns_sys_status = sys_status; in o2net_complete_nsw_locked() 328 u64 id, enum o2net_system_error sys_status, in o2net_complete_nsw() argument 341 o2net_complete_nsw_locked(nn, nsw, sys_status, status); in o2net_complete_nsw() 964 msg->sys_status = cpu_to_be32(O2NET_ERR_NONE); in o2net_init_msg() 1154 hdr->sys_status = cpu_to_be32(syserr); in o2net_send_status_magic() 1184 be32_to_cpu(hdr->sys_status), in o2net_process_message()
|
A D | tcp.h | 29 __be32 sys_status; member
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | pci.c | 1449 u32 sys_status; in mlxsw_pci_sw_reset() local 1452 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset() 1455 sys_status); in mlxsw_pci_sw_reset() 1464 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset() 1467 sys_status); in mlxsw_pci_sw_reset()
|
Completed in 19 milliseconds