| /freebsd-14.2/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-bcm6328.txt | 8 or by hardware using this driver. 15 with 0 meaning hardware control enabled and 1 hardware control disabled. This 57 - brcm,hardware-controlled : Boolean, makes this LED hardware controlled. 98 brcm,hardware-controlled; 102 brcm,hardware-controlled; 106 brcm,hardware-controlled; 110 brcm,hardware-controlled; 126 brcm,hardware-controlled; 131 brcm,hardware-controlled; 161 brcm,hardware-controlled; [all …]
|
| H A D | leds-bcm6328.yaml | 26 with 0 meaning hardware control enabled and 1 hardware control disabled. This 85 brcm,hardware-controlled: 94 An array of hardware link signal sources. Up to four link hardware 153 brcm,hardware-controlled; 158 brcm,hardware-controlled; 163 brcm,hardware-controlled; 168 brcm,hardware-controlled; 184 brcm,hardware-controlled; 190 brcm,hardware-controlled; 226 brcm,hardware-controlled; [all …]
|
| H A D | richtek,rt8515.yaml | 15 current for each mode is defined in hardware using two resistors 60 ground. The maximum hardware current setting is calculated 65 current below the hardware limit. This requires the RFS 72 ground. The maximum hardware current setting is calculated 77 current below the hardware limit. This requires the RTS
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | sprd,spi-adi.yaml | 17 framework for its hardware implementation is alike to SPI bus and its timing 22 users should set ADI registers to access analog chip. For hardware channels, 24 which means we can just link one analog chip address to one hardware channel, 25 then users can access the mapped analog chip address by this hardware channel 26 triggered by hardware components instead of ADI software channels. 29 channels, the first value specifies the hardware channel id which is used to 31 the analog chip address where user want to access by hardware components. 42 thus change the hardware spinlock support to be optional to keep backward 66 description: A list of hardware channels 73 use, 2-49 are hardware channels. [all …]
|
| H A D | spi-sprd-adi.txt | 5 framework for its hardware implementation is alike to SPI bus and its timing 9 48 hardware channels to access analog chip. For 2 software read/write channels, 10 users should set ADI registers to access analog chip. For hardware channels, 12 which means we can just link one analog chip address to one hardware channel, 14 triggered by hardware components instead of ADI software channels. 17 channels, the first value specifies the hardware channel id which is used to 19 the analog chip address where user want to access by hardware components. 30 thus change the hardware spinlock support to be optional to keep backward 46 The first value specifies the hardware channel id which is used to 47 transfer data triggered by hardware automatically, and the second [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/mips/brcm/ |
| H A D | bcm63268-comtrend-vr-3032u.dts | 29 brcm,hardware-controlled; 35 brcm,hardware-controlled; 66 brcm,hardware-controlled; 71 brcm,hardware-controlled; 76 brcm,hardware-controlled; 81 brcm,hardware-controlled; 86 brcm,hardware-controlled; 91 brcm,hardware-controlled; 96 brcm,hardware-controlled;
|
| /freebsd-14.2/sys/dev/scc/ |
| H A D | scc_if.m | 35 # The SCC hardware interface. The core SCC code is hardware independent. 36 # The details of the hardware are abstracted by the SCC hardware interface. 49 # attach() - attach hardware. 51 # have been allocated. The intend of this method is to setup the hardware 53 # The reset parameter informs the hardware driver whether a full device 55 # be used as system console and a hardware reset would disrupt output. 79 # service them on an interrupt priority basis. If the hardware cannot provide 86 # probe() - detect hardware. 88 # hardware exists. This function should also set the device description 89 # to something that represents the hardware.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | brcm,spu-crypto.txt | 1 The Broadcom Secure Processing Unit (SPU) hardware supports symmetric 2 cryptographic offload for Broadcom SoCs. A SoC may have multiple SPU hardware 7 brcm,spum-crypto - for devices with SPU-M hardware 8 brcm,spu2-crypto - for devices with SPU2 hardware 9 brcm,spu2-v2-crypto - for devices with enhanced SPU2 hardware features like SHA3 11 brcm,spum-nsp-crypto - for the Northstar Plus variant of the SPU-M hardware
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | StoppointSite.cpp | 15 StoppointSite::StoppointSite(break_id_t id, addr_t addr, bool hardware) in StoppointSite() argument 16 : m_id(id), m_addr(addr), m_is_hardware_required(hardware), m_byte_size(0), in StoppointSite() 20 bool hardware) in StoppointSite() argument 21 : m_id(id), m_addr(addr), m_is_hardware_required(hardware), in StoppointSite()
|
| /freebsd-14.2/sbin/dhclient/ |
| H A D | parse.c | 158 parse_hardware_param(FILE *cfile, struct hardware *hardware) in parse_hardware_param() argument 168 hardware->htype = HTYPE_ETHER; in parse_hardware_param() 171 hardware->htype = HTYPE_IEEE802; in parse_hardware_param() 174 hardware->htype = HTYPE_FDDI; in parse_hardware_param() 195 if (hlen > sizeof(hardware->haddr)) { in parse_hardware_param() 199 hardware->hlen = hlen; in parse_hardware_param() 200 memcpy((unsigned char *)&hardware->haddr[0], t, in parse_hardware_param() 201 hardware->hlen); in parse_hardware_param() 202 if (hlen < sizeof(hardware->haddr)) in parse_hardware_param() 203 memset(&hardware->haddr[hlen], 0, in parse_hardware_param() [all …]
|
| H A D | dhcpd.h | 113 struct hardware *haddr; 117 struct hardware { struct 201 struct hardware hw_address; 264 int, unsigned int, struct iaddr, struct hardware *); 290 void parse_hardware_param(FILE *, struct hardware *); 314 struct sockaddr_in *, struct hardware *); 318 struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *); 426 ssize_t decode_hw_header(unsigned char *, int, struct hardware *);
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/serial/ |
| H A D | nvidia,tegra194-tcu.yaml | 14 The TCU is a system for sharing a hardware UART instance among multiple 18 with the hardware implementing the TCU. 40 transmitting data from and to the hardware UART. 42 - description: mailbox for receiving data from hardware UART 43 - description: mailbox for transmitting data to hardware UART
|
| H A D | nvidia,tegra194-tcu.txt | 3 The TCU is a system for sharing a hardware UART instance among multiple 7 with the hardware implementing the TCU. 16 "rx" - Mailbox for receiving data from hardware UART 17 "tx" - Mailbox for transmitting data to hardware UART
|
| H A D | sirf-uart.txt | 8 - fifosize : Should define hardware rx/tx fifo size 12 - uart-has-rtscts: we have hardware flow controller pins in hardware
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/timestamp/ |
| H A D | hardware-timestamps-common.yaml | 4 $id: http://devicetree.org/schemas/timestamp/hardware-timestamps-common.yaml# 13 Some devices/SoCs have hardware timestamp engines (HTE) which can use 14 hardware means to timestamp entity in realtime. The entity could be anything 15 from GPIOs, IRQs, Bus and so on. The hardware timestamp engine present
|
| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_if.m | 36 # The UART hardware interface. The core UART code is hardware independent. 37 # The details of the hardware are abstracted by the UART hardware interface. 52 # attach() - attach hardware. 56 # The intend of this method is to setup the hardware for normal operation. 61 # detach() - detach hardware. 65 # The intend of this method is to disable the hardware. 82 # by the hardware driver are cleared as a side-effect. A second call to 122 # probe() - detect hardware. 124 # hardware exists. This function should also set the device description 125 # to something that represents the hardware. [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/ |
| H A D | mediatek,vcodec-subdev-decoder.yaml | 14 Mediatek Video Decode is the video decode hardware present in Mediatek 35 As above, there are parent and child devices, child mean each hardware. The child device 36 controls the information of each hardware independent which include clk/power/irq. 39 to lat and core hardware deocder. Lat workqueue need to get input bitstream and lat buffer, 40 then enable lat to decode, writing the result to lat buffer, dislabe hardware when lat decode 42 writing the result to output buffer, disable hardware when core decode done. These two 45 For the smi common may not the same for each hardware, can't combine all hardware in one node, 48 Lat soc is a hardware which is related with some larb(local arbiter) ports. For mt8195 73 List of the hardware port in respective IOMMU block for current Socs. 113 List of the hardware port in respective IOMMU block for current Socs.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | atmel,at91sam9-wdt.yaml | 42 Should be hardware or software. 46 const: hardware 51 default: hardware 56 Should be proc or all. This is valid only when using hardware watchdog. 104 const: hardware 121 atmel,watchdog-type = "hardware";
|
| H A D | atmel,sama5d4-wdt.yaml | 30 description: should be hardware or software. 35 const: hardware 40 default: hardware 72 atmel,watchdog-type = "hardware";
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,saw2.txt | 4 Adaptive Voltage Scaling (AVS) hardware. The SPM is a programmable 5 power-controller that transitions a piece of hardware (like a processor or 10 Multiple revisions of the SAW hardware are supported using these Device Nodes. 13 data due the differences in hardware capabilities. Hence the SoC name, the 14 version of the SAW hardware in that SoC and the distinction between cpu (big
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/phy/ |
| H A D | qcom,usb-snps-femto-v2.yaml | 68 The hardware accepts only discrete values. The value closest to the 77 The hardware accepts only discrete values. The value closest to the 85 The hardware accepts only discrete values. The value closest to the 97 The hardware accepts only discrete values. The value closest to the 109 The hardware accepts only discrete values. The value closest to the 117 The hardware accepts only discrete values. The value closest to the 126 The hardware accepts only discrete values. The value closest to the 136 resistance on the USB. The hardware accepts only discrete values. The 147 The hardware accepts only discrete values. The value closest to the
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | regulator.yaml | 59 description: ramp delay for regulator(in uV/us) For hardware which supports 96 depends on the capabilities of every hardware so each device binding 104 every hardware so each device binding document explains which values 123 hardware performs emergency shutdown. Zero can be passed to disable 134 description: Set over current warning limit. This is a limit where hardware 142 hardware performs emergency shutdown. Zero can be passed to disable 149 the hardware propably is malfunctional and damage prevention is requested 164 hardware performs emergency shutdown. Zero can be passed to disable 178 hardware is assumed still to be functional but approaching limit where 186 hardware performs emergency shutdown. Zero can be passed to disable [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | sgpio-aspeed.txt | 23 - ngpios : number of *hardware* GPIO lines, see gpio.txt. This will expose 24 2 software GPIOs per hardware GPIO: one for hardware input, one for hardware
|
| /freebsd-14.2/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_bus_if.m | 77 * Return a generic hardware configuration to be used by 105 * Return the hardware specification table to be used when identifying the 106 * bridge's full hardware configuration. 117 * Return the hardware priority table to be used when allocating bridge 129 * Return true if the hardware required by @p core is unpopulated or 132 * In some cases, the core's pins may be left floating, or the hardware
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ |
| H A D | snps-dma.txt | 7 - dma-channels: Number of channels supported by hardware 16 - data-width: Maximum data width supported by hardware per AHB master 21 - data_width: Maximum data width supported by hardware per AHB master 26 - multi-block: Multi block transfers supported by hardware. Array property with
|