Searched refs:sys_status (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/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-6.12.1/fs/ocfs2/cluster/ |
D | tcp.h | 29 __be32 sys_status; member
|
D | tcp.c | 78 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \ 313 enum o2net_system_error sys_status, in o2net_complete_nsw_locked() argument 320 nsw->ns_sys_status = sys_status; in o2net_complete_nsw_locked() 329 u64 id, enum o2net_system_error sys_status, in o2net_complete_nsw() argument 342 o2net_complete_nsw_locked(nn, nsw, sys_status, status); in o2net_complete_nsw() 970 msg->sys_status = cpu_to_be32(O2NET_ERR_NONE); in o2net_init_msg() 1158 hdr->sys_status = cpu_to_be32(syserr); in o2net_send_status_magic() 1188 be32_to_cpu(hdr->sys_status), in o2net_process_message()
|
/linux-6.12.1/drivers/input/misc/ |
D | iqs7222.c | 1757 u16 sys_status = 0; in iqs7222_ati_trigger() local 1791 &sys_status); in iqs7222_ati_trigger() 1795 if (sys_status & IQS7222_SYS_STATUS_RESET) in iqs7222_ati_trigger() 1798 if (sys_status & IQS7222_SYS_STATUS_ATI_ERROR) in iqs7222_ati_trigger() 1801 if (sys_status & IQS7222_SYS_STATUS_ATI_ACTIVE) in iqs7222_ati_trigger() 1819 i + 1, IQS7222_NUM_RETRIES, (u8)sys_status, in iqs7222_ati_trigger()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | pci.c | 1846 u32 sys_status; in mlxsw_pci_reset() local 1849 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_reset() 1852 sys_status); in mlxsw_pci_reset() 1881 err = mlxsw_pci_sys_ready_wait(mlxsw_pci, id, &sys_status); in mlxsw_pci_reset() 1884 sys_status); in mlxsw_pci_reset()
|