/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 1 Microchip USB 2.0 Hi-Speed Hub Controller 4 Hi-Speed Controller. 7 - compatible : Should be "microchip,usb251xb" or one of the specific types: 11 - reg : I2C address on the selected bus (default is <0x2C>) 14 - reset-gpios : Should specify the gpio for hub reset 15 - vdd-supply : Should specify the phandle to the regulator supplying vdd 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command 17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) 18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type) 19 - device-id : Set USB Device ID of the hub (16 bit, default is 0x0bb3) [all …]
|
H A D | usb251xb.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip USB 2.0 Hi-Speed Hub Controller 10 - Richard Leitner <richard.leitner@skidata.com> 15 - microchip,usb2422 16 - microchip,usb2512b 17 - microchip,usb2512bi 18 - microchip,usb2513b 19 - microchip,usb2513bi [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | rockchip,rk3399-dmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controller [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3.c | 1 /*===-- blake3.c - BLAKE3 C Implementation ------------------------*- C -*-===*\ 5 |* SPDX-License-Identifier: CC0-1.0 *| 7 \*===----------------------------------------------------------------------===*/ 17 INLINE void chunk_state_init(blake3_chunk_state *self, const uint32_t key[8], in chunk_state_init() argument 19 memcpy(self->cv, key, BLAKE3_KEY_LEN); in chunk_state_init() 20 self->chunk_counter = 0; in chunk_state_init() 21 memset(self->buf, 0, BLAKE3_BLOCK_LEN); in chunk_state_init() 22 self->buf_len = 0; in chunk_state_init() 23 self->blocks_compressed = 0; in chunk_state_init() 24 self->flags = flags; in chunk_state_init() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 31 * Notify Power Mgt is enabled in self-generated frames. 47 * Notify Power Mgt is disabled in self-generated frames. 57 * Notify Power Management is enabled in self-generating 58 * fames. If request, set power mode of chip to 68 * Set power mgt to the requested mode, and conditionally set 77 "FULL-SLEEP", in ar5312SetPowerMode() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/ |
H A D | rk3399_dmc.txt | 4 - compatible: Must be "rockchip,rk3399-dmc". 5 - devfreq-events: Node to get DDR loading, Refer to 7 rockchip-dfi.txt 8 - clocks: Phandles for clock specified in "clock-names" property 9 - clock-names : The name of clock used by the DFI, must be 11 - operating-points-v2: Refer to Documentation/devicetree/bindings/opp/opp-v2.yaml 13 - center-supply: DMC supply node. 14 - status: Marks the node enabled/disabled. 15 - rockchip,pmu: Phandle to the syscon managing the "PMU general register 19 - interrupts: The CPU interrupt number. The interrupt specifier [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 28 * Notify Power Mgt is enabled in self-generated frames. 45 * Do a Power-On-Reset if OWL is shutdown in ar5416SetPowerModeAwake() 46 * the NetBSD driver power-cycles the Cardbus slot in ar5416SetPowerModeAwake() 53 AH5416(ah)->ah_initPLL(ah, AH_NULL); in ar5416SetPowerModeAwake() 65 for (i = POWER_UP_TIME / 50; i != 0; i--) { in ar5416SetPowerModeAwake() 88 * Notify Power Mgt is disabled in self-generated frames. [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/ |
H A D | pend_sec | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | smart | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | smart_test | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | ata_err | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | cmd_to | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | defect | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | health | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | hours_on | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | nonmed | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | nvme_err | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | off_ucor | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | pwr_cyc | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | r_proc | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | r_ucor | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | realloc | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | rep_ucor | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | serial | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|
H A D | smartx | 15 nonmed: Show SMART non-medium errors (SAS). 24 pwr_cyc: Show SMART power cycle count (ATA). 27 smart_test: Show SMART self-test results summary. 28 test_type: Show SMART self-test type (short, long... ). 29 test_status: Show SMART self-test status. 30 test_progress: Show SMART self-test percentage done. 31 test_ended: Show when the last SMART self-test ended (if supported). 46 # is chosen quasi-sequentially (based off our PID). This allows us to return 53 num_files=$(find "$dir" -maxdepth 1 -type f | wc -l) 56 find "$dir" -type f -printf '%f\n' | while read -r file ; do [all …]
|