/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-beagle-ab4.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 2 /dts-v1/; 4 #include "omap3-beagle.dts" 8 compatible = "ti,omap3-beagle-ab4", "ti,omap3-beagle", "ti,omap3430", "ti,omap3"; 21 /* Unusable as clockevent because of unreliable oscillator, allow to idle */ 23 /delete-property/ti,no-reset-on-init; 24 /delete-property/ti,no-idle; 26 /delete-property/ti,timer-alwon; 30 /* Preferred always-on timer for clocksource */ 32 ti,no-reset-on-init; [all …]
|
H A D | am3517.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 11 /delete-node/ &aes1_target; 12 /delete-node/ &aes2_target; 23 /* Based on OMAP3630 variants OPP50 and OPP100 */ 24 operating-points-v2 = <&cpu0_opp_table>; 26 clock-latency = <300000>; /* From legacy driver */ 30 cpu0_opp_table: opp-table { 31 compatible = "operating-points-v2-ti-cpu"; 38 opp-50-300000000 { [all …]
|
H A D | omap3-devkit8000-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include <dt-bindings/input/input.h> 16 compatible = "gpio-leds"; 18 led-heartbeat { 20 gpios = <&gpio6 26 GPIO_ACTIVE_HIGH>; /* 186 -> LED1 */ 21 default-state = "on"; [all...] |
H A D | am33xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 8 #include <dt-bindings/bus/ti-sysc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/pinctrl/am33xx.h> 11 #include <dt-bindings/clock/am3.h> 15 interrupt-parent = <&intc>; 16 #address-cells = <1>; 17 #size-cells = <1>; 30 d-can0 = &dcan0; [all …]
|
H A D | am4372.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 8 #include <dt-bindings/bus/ti-sysc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/clock/am4.h> 15 interrupt-parent = <&wakeupgen>; 16 #address-cells = <1>; 17 #size-cells = <1>; 41 #address-cells = <1>; [all …]
|
H A D | omap5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 * Based on "omap4.dtsi" 8 #include <dt-bindings/bus/ti-sysc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/pinctrl/omap.h> 12 #include <dt-bindings/clock/omap5.h> 15 #address-cells = <2>; 16 #size-cells = <2>; [all …]
|
H A D | am335x-icev2.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ 11 /dts-v1/; 16 model = "TI AM3359 ICE-V2"; 17 compatible = "ti,am3359-icev2", "ti,am33xx"; 25 stdout-path = &uart3; 29 compatible = "regulator-fixed"; 30 regulator-name = "vbat"; 31 regulator-min-microvolt = <5000000>; 32 regulator-max-microvolt = <5000000>; [all …]
|
H A D | omap4.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 6 #include <dt-bindings/bus/ti-sysc.h> 7 #include <dt-bindings/clock/omap4.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/pinctrl/omap.h> 11 #include <dt-bindings/clock/omap4.h> 15 interrupt-parent = <&wakeupgen>; 16 #address-cells = <1>; [all …]
|
H A D | dm814x.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include <dt-bindings/bus/ti-sysc.h> 4 #include <dt-bindings/clock/dm814.h> 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/pinctrl/dm814x.h> 10 interrupt-parent = <&intc>; 11 #address-cells = <1>; 12 #size-cells = <1>; 30 #address-cells = <1>; 31 #size-cells = <0>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | ti-sysc.txt | 12 module clocks, idle modes and interconnect level resets for the module. 20 - compatible shall be one of the following generic types: 23 "ti,sysc-omap2" 24 "ti,sysc-omap4" 25 "ti,sysc-omap4-simple" 30 "ti,sysc-omap2-timer" 31 "ti,sysc-omap4-timer" 32 "ti,sysc-omap3430-sr" 33 "ti,sysc-omap3630-sr" 34 "ti,sysc-omap4-sr" [all …]
|
H A D | ti-sysc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/bus/ti-sysc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Tony Lindgren <tony@atomide.com> 22 module clocks, idle modes and interconnect level resets. 31 pattern: "^target-module(@[0-9a-f]+)?$" 35 - items: 36 - enum: 37 - ti,sysc-omap2 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/ |
H A D | omap.txt | 5 On top of that an omap_device is created to extend the platform_device 11 to move data from hwmod to device-tree representation. 15 - compatible: Every devices present in OMAP SoC should be in the 17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP 22 - ti,no_idle_on_suspend: When present, it prevents the PM to idle the module 24 - ti,no-reset-o [all...] |
/freebsd/sys/arm/ti/ |
H A D | ti_sysc.c | 1 /*- 18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 22 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 61 /* Documentation/devicetree/bindings/bus/ti-sysc.txt 63 * Documentation/devicetree/clock/clock-bindings.txt 65 * Documentation/devicetree/clock/ti-clkctl.txt 91 { "ti,sysc-dra7-mcan", TI_SYSC_DRA7_MCAN }, 92 { "ti,sysc-usb-host-fs", TI_SYSC_USB_HOST_FS }, 93 { "ti,sysc-dra7-mcasp", TI_SYSC_DRA7_MCASP }, 94 { "ti,sysc-mcasp", TI_SYSC_MCASP }, [all …]
|
/freebsd/sys/dev/iicbus/mux/ |
H A D | iic_gpiomux.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 32 * hinted attachment, but there is currently no support for hinted attachment. 56 {"i2c-mux-gpio", true}, 74 #define IDLE_NOOP (-1) /* When asked to idle the bus, do nothing. */ 84 * we passed to iicmux_init_softc(), no need for validation here. The in gpiomux_bus_select() 86 * except when we're asked to idle the bus. In that case, we transcribe in gpiomux_bus_select() 87 * sc->idleidx to the pins, unless that is IDLE_NOOP (leave the current in gpiomux_bus_select() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | ti,omap-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpio/ti,omap-gpio.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/sys/sys/ |
H A D | kernel.h | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 34 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 38 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 70 * The ticks and ticksl symbols overlap, giving a 64-bit tick counter on 64-bit 71 * platforms while still maintaining compatibility with the legacy 32-bit 73 * ticks (and ticksl on 32-bit platforms) roll over roughly every 25 days. On 74 * 64-bit platforms, ticksl will not roll over in the foreseeable future. 86 * of the same level are arbitrated for order based on the 'order' 99 SI_SUB_VM = 0x1000000, /* virtual memory system init */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | ti,gpmc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controller [all...] |
/freebsd/sys/kern/ |
H A D | kern_membarrier.c | 1 /*- 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 79 check_cpu_switched(int c, cpuset_t *csp, uint64_t *swt, bool init) in check_cpu_switched() 88 if (pc->pc_curthread == pc->pc_idlethread) { in check_cpu_switched() 95 * pc_curthread with non-idle thread pointer is visible before in check_cpu_switched() 100 sw = pc->pc_switchtime; in check_cpu_switched() 101 if (init) in check_cpu_switched() 78 check_cpu_switched(int c,cpuset_t * csp,uint64_t * swt,bool init) check_cpu_switched() argument [all...] |
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_wf2q.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2000-2002 Luigi Rizzo, Universita` di Pisa 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 59 #define MAX64(x,y) (( (int64_t) ( (y)-(x) )) > 0 ) ? (y) : (x) 63 * timestamps are computed on 64 bit using fixed point arithmetic. 68 * using an unsigned 32-bit division, and to avoid wraparounds we need 81 * ne_heap (key is Start time) stores not-eligible queues 82 * idle_heap (key=start/finish time) stores idle flows. It must [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hsi_debug_tools.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 226 BIN_BUF_DBG_MODE_TREE /* init modes tree */, 229 BIN_BUF_DBG_IDLE_CHK_REGS /* Idle Check registers */, 230 BIN_BUF_DBG_IDLE_CHK_IMMS /* Idle Check immediates */, 231 BIN_BUF_DBG_IDLE_CHK_RULES /* Idle Check rules */, 232 BIN_BUF_DBG_IDLE_CHK_PARSING_DATA /* Idle Check parsing data */, 258 * Attention block per-type data 274 …struct dbg_attn_block_type_data per_type_data[2] /* attention block per-type data. Count must matc… [all …]
|
/freebsd/sys/netinet/cc/ |
H A D | cc_cubic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2010 Lawrence Stewart <lstewart@freebsd.org> 29 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 41 * based on the Internet Draft "draft-rhee-tcpm-cubic-02" by Rhee, Xu and Ha. 111 * 1 - rtt_thresh in flex1, checking to see if RTT is to great. in cubic_log_hystart_event() 112 * 2 - rtt is too great, rtt_thresh in flex1. in cubic_log_hystart_event() 113 * 3 - CSS is active incr in flex1 in cubic_log_hystart_event() 114 * 4 - A new round is beginning flex1 is round count in cubic_log_hystart_event() [all …]
|
H A D | cc.h | 1 /*- 2 * Copyright (c) 2007-2008 4 * Copyright (c) 2009-2010 Lawrence Stewart <lstewart@freebsd.org> 29 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 41 * whilst working on the NewTCP research project at Swinburne University of 60 /* Per-netstack bits. */ 91 void *cc_data; /* Per-connection private CC algorithm data. */ 112 #define CCF_HYSTART_CAN_SH_CWND 0x0800 /* Can hystart when going CSS -> CA slam the cwnd */ 130 * The highest order 8 bits (0x01000000 - 0x80000000) are reserved [all …]
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_sctp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE 23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 55 * operation due to both processing requirements and issues with multi-homing. 59 * - Support for global multi-homing 60 * - Support for ASCONF modification from Internet Draft 61 * (draft-stewart-behave-sctpnat-04, R. Stewart and M. Tuexen, "Stream control 63 * provide support for multi-homed privately addressed hosts 64 * - Support for forwarding of T-flagged packets [all …]
|
/freebsd/sys/x86/x86/ |
H A D | cpu_machdep.c | 1 /*- 29 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 131 switch (a->op) { in x86_msr_op_one() 133 v = rdmsr(a->msr); in x86_msr_op_one() 134 v &= ~a->arg1; in x86_msr_op_one() 135 wrmsr(a->msr, v); in x86_msr_op_one() 138 v = rdmsr(a->msr); in x86_msr_op_one() 139 v |= a->arg1; in x86_msr_op_one() 140 wrmsr(a->msr, v); in x86_msr_op_one() [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_processor_tbl.c | 1 /*- 2 * Copyright (c) 2005-2006 The FreeBSD Project 5 * Author: Victor Cruceru <soc-victor@freebsd.org> 20 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 50 * for HOST-RESOURCES-MIB's hrProcessorTable. 102 if (e->sample_cnt <= 1) in get_avg_load() 106 if (e->sample_cnt == MAX_CPU_SAMPLES) in get_avg_load() 107 oldest = (e->cur_sample_idx + 1) % MAX_CPU_SAMPLES; in get_avg_load() 113 delta += e->states[e->cur_sample_idx][i]; in get_avg_load() [all …]
|