Home
last modified time | relevance | path

Searched refs:sre (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dpower-supply.yaml10 - Sebastian Reichel <sre@kernel.org>
H A Dgpio-charger.yaml10 - Sebastian Reichel <sre@kernel.org>
H A Dsbs,sbs-battery.yaml10 - Sebastian Reichel <sre@kernel.org>
H A Dbq27xxx.yaml13 - Sebastian Reichel <sre@kernel.org>
H A Dbattery.yaml10 - Sebastian Reichel <sre@kernel.org>
/f-stack/freebsd/contrib/device-tree/Bindings/iio/light/
H A Damstaos,tsl2563.yaml10 - Sebastian Reichel <sre@kernel.org>
/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dsyscon-poweroff.yaml10 - Sebastian Reichel <sre@kernel.org>
H A Dsyscon-reboot-mode.yaml10 - Sebastian Reichel <sre@kernel.org>
H A Dsyscon-reboot.yaml10 - Sebastian Reichel <sre@kernel.org>
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c1054 uint64_t sre; in gic_v3_cpu_enable_sre() local
1062 sre = READ_SPECIALREG(icc_sre_el1); in gic_v3_cpu_enable_sre()
1063 sre |= ICC_SRE_EL1_SRE; in gic_v3_cpu_enable_sre()
1064 WRITE_SPECIALREG(icc_sre_el1, sre); in gic_v3_cpu_enable_sre()
1069 sre = READ_SPECIALREG(icc_sre_el1); in gic_v3_cpu_enable_sre()
1070 if ((sre & ICC_SRE_EL1_SRE) == 0) { in gic_v3_cpu_enable_sre()
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-dsi-cm.yaml11 - Sebastian Reichel <sre@kernel.org>
/f-stack/freebsd/netinet/
H A Dsctputil.c3987 struct sctp_remote_error *sre; in sctp_notify_remote_error() local
4019 sre = mtod(m_notify, struct sctp_remote_error *); in sctp_notify_remote_error()
4020 memset(sre, 0, notif_len); in sctp_notify_remote_error()
4021 sre->sre_type = SCTP_REMOTE_ERROR; in sctp_notify_remote_error()
4022 sre->sre_flags = 0; in sctp_notify_remote_error()
4023 sre->sre_length = sizeof(struct sctp_remote_error); in sctp_notify_remote_error()
4024 sre->sre_error = error; in sctp_notify_remote_error()
4025 sre->sre_assoc_id = sctp_get_associd(stcb); in sctp_notify_remote_error()
4027 memcpy(sre->sre_data, chunk, chunk_len); in sctp_notify_remote_error()
4028 sre->sre_length += chunk_len; in sctp_notify_remote_error()
[all …]