Searched +full:sbi +full:- +full:suspend +full:- +full:param (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/cpu/ |
| H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 11 - Anup Patel <anup@brainfault.org> 15 1 - Introduction 18 ARM and RISC-V systems contain HW capable of managing power consumption 19 dynamically, where cores can be put in different low-power states (ranging 22 run-time, can be specified through device tree bindings representing the [all …]
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | uss820dci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 #include <sys/param.h> 82 USS820_DCI_BUS2SC(USB_DMATAG_TO_XROOT((pc)->tag_parent)->bus) 200 if (!sc->sc_flags.d_pulled_up && in uss820dci_pull_up() 201 sc->sc_flags.port_powered) { in uss820dci_pull_up() 202 sc->sc_flags.d_pulled_up = 1; in uss820dci_pull_up() 219 if (sc->sc_flags.d_pulled_up) { in uss820dci_pull_down() 220 sc->sc_flags.d_pulled_up = 0; in uss820dci_pull_down() 233 if (!(sc->sc_flags.status_suspend)) { in uss820dci_wakeup_peer() [all …]
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2018-2023,2024 Thomas E. Dickey -- 3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|