Searched refs:sys_status (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/arm/mach-hisi/ |
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-v5.10/drivers/usb/gadget/udc/ |
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-v5.10/fs/ocfs2/cluster/ |
D | tcp.h | 31 __be32 sys_status; member
|
D | tcp.c | 79 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \ 314 enum o2net_system_error sys_status, in o2net_complete_nsw_locked() argument 321 nsw->ns_sys_status = sys_status; in o2net_complete_nsw_locked() 330 u64 id, enum o2net_system_error sys_status, in o2net_complete_nsw() argument 343 o2net_complete_nsw_locked(nn, nsw, sys_status, status); in o2net_complete_nsw() 966 msg->sys_status = cpu_to_be32(O2NET_ERR_NONE); in o2net_init_msg() 1156 hdr->sys_status = cpu_to_be32(syserr); in o2net_send_status_magic() 1186 be32_to_cpu(hdr->sys_status), in o2net_process_message()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 1371 u32 sys_status; in mlxsw_pci_sw_reset() local 1374 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset() 1377 sys_status); in mlxsw_pci_sw_reset() 1386 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset() 1389 sys_status); in mlxsw_pci_sw_reset()
|