Searched refs:sys_status (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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 …]
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 1374 u32 sys_status; in mlxsw_pci_sw_reset() local 1377 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset() 1380 sys_status); in mlxsw_pci_sw_reset() 1389 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_sw_reset() 1392 sys_status); in mlxsw_pci_sw_reset()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 27046 + int sys_status = drm_crtc_index(crtc) ? 27111 + rockchip_clear_system_status(sys_status); 28027 + int sys_status = drm_crtc_index(crtc) ? 28048 + rockchip_set_system_status(sys_status); 28762 + int sys_status = drm_crtc_index(crtc) ? 28779 + rockchip_set_system_status(sys_status);
|