Home
last modified time | relevance | path

Searched +full:timeout +full:- +full:enable (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/freebsd/sys/arm/ti/clk/
H A Dti_clk_clkctrl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
66 /* omap4-cm range.host + ti,clkctrl reg[0] */
85 sc->dev = dev; in ti_clkctrl_init()
92 ti_clkctrl_set_gdbclk_gate(struct clknode *clk, bool enable) in ti_clkctrl_set_gdbclk_gate() argument
96 uint32_t timeout = 100; in ti_clkctrl_set_gdbclk_gate() local
100 READ4(clk, sc->register_offset, &val); in ti_clkctrl_set_gdbclk_gate()
101 DPRINTF(sc->dev, "val(%x) & (%x | %x = %x)\n", in ti_clkctrl_set_gdbclk_gate()
105 if (enable) { in ti_clkctrl_set_gdbclk_gate()
113 DPRINTF(sc->dev, "val %x\n", val); in ti_clkctrl_set_gdbclk_gate()
[all …]
/freebsd/share/examples/ppp/
H A Dppp.conf.sample23 # This section is *not* pre-loaded by the ``load'' or ``dial'' commands.
33 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT \
34 OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
41 # is required by the server either using a unix-style login procedure
46 # use a unix-style login script:
61 # This entry also works with static IP numbers or when not in -auto mode.
64 # The "set ifaddr" is required in -auto mode only.
65 # It's better to put the ``add'' line in ppp.linkup when not in -auto mode.
67 # Finally, the ``enable dns'' line tells ppp to ask the peer for the
80 set login "ABORT NO\\sCARRIER TIMEOUT 5 ogin:--ogin: ppp word: ppp"
[all …]
/freebsd/sys/riscv/sifive/
H A Dfu740_pci_dw.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
101 #define FUDW_MGMT_READ(_sc, _o) bus_read_4((_sc)->mgmt_res, (_o))
102 #define FUDW_MGMT_WRITE(_sc, _o, _v) bus_write_4((_sc)->mgmt_res, (_o), (_v))
105 { "sifive,fu740-pcie", 1 },
113 unsigned timeout; in fupci_phy_read() local
119 timeout = 10; in fupci_phy_read()
125 } while (--timeout > 0); in fupci_phy_read()
127 if (timeout == 0) { in fupci_phy_read()
128 device_printf(sc->dev, "Timeout waiting for read ACK\n"); in fupci_phy_read()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd9576-pmic.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mfd/rohm,bd9576-pmic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Matti Vaittinen <mazziesaccount@gmail.com>
14 powering the R-Car series processors.
21 - rohm,bd9576
22 - rohm,bd9573
32 rohm,vout1-en-low:
34 BD9576 and BD9573 VOUT1 regulator enable state can be individually
[all …]
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dmax6697.txt4 - compatible:
16 - reg: I2C address
20 - smbus-timeout-disable
21 Set to disable SMBus timeout. If not specified, SMBus timeout will be
23 - extended-range-enable
24 Only valid for MAX6581. Set to enable extended temperature range.
26 - beta-compensation-enable
27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on
30 - alert-mask
34 - over-temperature-mask
[all …]
/freebsd/sys/netinet/
H A Dsctp_sysctl.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
93 /* JRS - Variable for default congestion control module */
95 /* RS - Variable for default stream scheduling module */
138 /* autoasconf: Enable SCTP Auto-ASCONF */
139 #define SCTPCTL_AUTOASCONF_DESC "Enable SCTP Auto-ASCONF"
144 /* autoasconf: Enable SCTP Auto-ASCONF */
145 #define SCTPCTL_MULTIPLEASCONFS_DESC "Enable SCTP Multiple-ASCONFs"
[all …]
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in13 #include-toplevel: "otherfile.conf"
24 # statistics-interval: 0
26 # enable shm for stats, default no. if you enable also enable
27 # statistics-interval, every time it also writes stats to the
28 # shared memory segment keyed with shm-key.
29 # shm-enable: no
32 # shm-key: 11777
34 # enable cumulative statistics, without clearing them after printing.
35 # statistics-cumulative: no
37 # enable extended statistics (query types, answer codes, status)
[all …]
H A Dexample.conf13 #include-toplevel: "otherfile.conf"
24 # statistics-interval: 0
26 # enable shm for stats, default no. if you enable also enable
27 # statistics-interval, every time it also writes stats to the
28 # shared memory segment keyed with shm-key.
29 # shm-enable: no
32 # shm-key: 11777
34 # enable cumulative statistics, without clearing them after printing.
35 # statistics-cumulative: no
37 # enable extended statistics (query types, answer codes, status)
[all …]
/freebsd/sbin/camcontrol/
H A Depc.c1 /*-
122 { "enable", ATA_SF_EPC_ENABLE },
130 union ccb *ccb, int retry_count, int timeout);
134 union ccb *ccb, int retry_count, int timeout,
138 int retry_count, int timeout, int action,
139 int power_cond, int timer, int enable, int save,
154 if ((desc->flags & epc_flags[i].value) == 0) in epc_print_pcl_desc()
171 (double)(le32dec(desc->default_timer) / 10)); in epc_print_pcl_desc()
173 (double)(le32dec(desc->saved_timer) / 10)); in epc_print_pcl_desc()
175 (double)(le32dec(desc->current_time in epc_print_pcl_desc()
191 epc_list(struct cam_device * device,camcontrol_devtype devtype,union ccb * ccb,int retry_count,int timeout) epc_list() argument
272 epc_getmode(struct cam_device * device,camcontrol_devtype devtype,union ccb * ccb,int retry_count,int timeout,int power_only) epc_getmode() argument
522 epc_set_features(struct cam_device * device,camcontrol_devtype devtype,union ccb * ccb,int retry_count,int timeout,int action,int power_cond,int timer,int enable,int save,int delayed_entry,int hold,int power_src,int restore_src) epc_set_features() argument
523 epc_set_features(struct cam_device * device,camcontrol_devtype devtype,union ccb * ccb,int retry_count,int timeout,int action,int power_cond,int timer,int enable,int save,int delayed_entry,int hold,int power_src,int restore_src) epc_set_features() argument
611 epc(struct cam_device * device,int argc,char ** argv,char * combinedopt,int retry_count,int timeout,int verbosemode __unused) epc() argument
621 int enable = -1, save = 0; epc() local
[all...]
H A Dcamcontrol.8145 .Bk -words
171 .Op Fl a Ar enable|disable
172 .Op Fl A Ar enable|disable
173 .Op Fl s Ar enable|disable
174 .Op Fl S Ar enable|disable
208 .Op Fl D Ar enable|disable
213 .Op Fl T Ar enable|disable
286 .Op Fl T Ar timeout
402 .Bl -tag -width 14n
419 function-specific arguments.
[all …]
/freebsd/sys/dev/viawd/
H A Dviawd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
45 #define viawd_read_4(sc, off) bus_read_4((sc)->wd_res, (off))
47 bus_write_4((sc)->wd_res, (off), (val))
59 viawd_tmr_state(struct viawd_softc *sc, int enable) in viawd_tmr_state() argument
64 if (enable) in viawd_tmr_state()
72 viawd_tmr_set(struct viawd_softc *sc, unsigned int timeout) in viawd_tmr_set() argument
76 if (timeout < VIAWD_MEM_COUNT_MIN) in viawd_tmr_set()
77 timeout = VIAWD_MEM_COUNT_MIN; in viawd_tmr_set()
78 else if (timeout > VIAWD_MEM_COUNT_MAX) in viawd_tmr_set()
[all …]
/freebsd/usr.bin/iscsictl/
H A Discsictl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
60 TAILQ_INIT(&conf->conf_targets); in conf_new()
70 TAILQ_FOREACH(targ, &conf->conf_targets, t_next) { in target_find()
71 if (targ->t_nickname != NULL && in target_find()
72 strcasecmp(targ->t_nickname, nickname) == 0) in target_find()
87 targ->t_conf = conf; in target_new()
88 targ->t_dscp = -1; in target_new()
89 targ->t_pcp = -1; in target_new()
90 targ->t_pingtimeout = -1; in target_new()
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv.c56 * Set Receive Enable bits.
74 if ( AH9300(ah)->ah_reset_reason == HAL_RESET_BBPANIC ){ in ar9300_set_rx_abort()
107 ar9300_stop_dma_receive(struct ath_hal *ah, u_int timeout) in ar9300_stop_dma_receive() argument
118 if (timeout == 0) { in ar9300_stop_dma_receive()
119 timeout = AH_RX_STOP_DMA_TIMEOUT; in ar9300_stop_dma_receive()
140 /* Wait for rx enable bit to go low */ in ar9300_stop_dma_receive()
141 for (wait = timeout / AH_TIME_QUANTUM; wait != 0; wait--) { in ar9300_stop_dma_receive()
152 timeout / 1000, in ar9300_stop_dma_receive()
193 * Set multicast filter 0 (lower 32-bits)
194 * filter 1 (upper 32-bits)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
19 - $ref: touchscreen/touchscreen.yaml#
31 "#address-cells":
34 "#size-cells":
37 azoteq,suspend-mode:
[all …]
H A Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jef
[all...]
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210reg.h1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2004 Atheros Communications, Inc.
24 * Processor for IEEE 802.11a 5-GHz Wireless LANs.
41 #define AR_IER 0x0024 /* Interrupt global enable register */
47 #define AR_TOPS 0x0044 /* Timeout prescale register */
48 #define AR_RXNOFRM 0x0048 /* RX no frame timeout register */
49 #define AR_TXNOFRM 0x004c /* TX no frame timeout register */
50 #define AR_RPGTO 0x0050 /* RX frame gap timeout register */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS7210A, IQS7211A and IQS7211E trackpad and touchscreen control-
14 lers employ projected-capacitance sensing and can track two contacts.
21 - azoteq,iqs7210a
22 - azoteq,iqs7211a
23 - azoteq,iqs7211e
28 irq-gpios:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dxlnx,xps-timebase-wdt.yaml1 # SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/watchdog/xlnx,xps-timebase-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
11 - Srinivas Neeli <srinivas.neeli@amd.com>
14 The Timebase watchdog timer(WDT) is a free-running 32 bit counter.
15 WDT uses a dual-expiration architecture. After one expiration of
16 the timeout interval, an interrupt is generated and the WDT state
19 expiration of the timeout interval, a WDT reset is generated.
[all …]
H A Datmel-sama5d4-wdt.txt4 - compatible: "atmel,sama5d4-wdt" or "microchip,sam9x60-wdt"
5 - reg: base physical address and length of memory mapped region.
8 - timeout-sec: watchdog timeout value (in seconds).
9 - interrupts: interrupt number to the CPU.
10 - atmel,watchdog-type: should be "hardware" or "software".
11 "hardware": enable watchdog fault reset. A watchdog fault triggers
13 "software": enable watchdog fault interrupt. A watchdog fault asserts
15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is
22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is
27 compatible = "atmel,sama5d4-wdt";
[all …]
/freebsd/sys/dev/iicbus/rtc/
H A Drv3032.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
102 #define RV3032_CTRL1_TE (1 << 3) /* Periodic countdown timer enable bit */
109 #define RV3032_CTRL2_EIE (1 << 2) /* External event interrupt enable bit */
110 #define RV3032_CTRL2_AIE (1 << 3) /* Alarm interrupt enable bit */
111 #define RV3032_CTRL2_TIE (1 << 4) /* Periodic countdown timer interrupt enable bit */
112 #define RV3032_CTRL2_UIE (1 << 5) /* Periodic time update interrupt enable bit */
113 #define RV3032_CTRL2_CLKIE (1 << 6) /* Interrupt Controlled Clock Output Enable bit */
115 #define RV3032_CTRL3_TLIE (1 << 0) /* Temperature Low Interrupt Enable bit */
116 #define RV3032_CTRL3_THIE (1 << 1) /* Temperature High Interrupt Enable bit */
[all …]
/freebsd/share/man/man4/
H A Dbce.41 .\" Copyright (c) 2006-2014 QLogic Corporation
35 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
62 .Bl -item -offset indent -compact
72 10/100/1000Mbps operation in full-duplex mode
74 10/100Mbps operation in half-duplex mode
80 .Bl -tag -width ".Cm 10baseT/UTP"
82 Enable autoselection of the media type and options.
92 .Cm full-duplex
94 .Cm half-duplex
[all …]
H A Dsa.465 .Bl -enum
68 referred to as sub-mode 00 below.
84 .Sh SUB-MODES
85 The sub-modes differ in the action taken when the device is closed:
86 .Bl -tag -width XXXX
110 block-size modes.
112 .Tn QIC Ns -type
113 devices run in fixed block-size mode, where most nine-track tapes and
114 many new cartridge formats allow variable block-size.
116 .Bl -inset
[all …]
/freebsd/usr.sbin/ppp/
H A Dppp.831 .Nd Point to Point Protocol (a.k.a. user-ppp)
56 .Dq nat enable yes ,
99 .Bl -tag -width XXX -offset XXX
141 exits with a non-zero result.
161 .Dq force-scripts
176 As pipes are not bi-directional, ppp will redirect all writes to descriptor
186 .Dq force-scripts
195 This is a no-op, and gives the same behaviour as if none of the above
213 .Bl -diag
231 .It Supports on-demand dialup capability.
[all …]
/freebsd/sys/dev/amdsbwd/
H A Damdsbwd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
34 * - AMD SB600 Register Reference Guide, Public Version, Rev. 3.03 (SB600 RRG)
35 …* http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/46155_sb600_rrg_pub_3.…
36 * - AMD SB700/710/750 Register Reference Guide (RRG)
38 * - AMD SB700/710/750 Register Programming Requirements (RPR)
40 * - AMD SB800-Series Southbridges Register Reference Guide (RRG)
43 * - Watchdog Timer Hardware Requirements for Windows Server 2003 (WDRT)
101 unsigned int timeout; member
149 return (bus_read_4(sc->res_ctrl, 0)); in wdctrl_read()
[all …]
/freebsd/sys/dev/mmc/host/
H A Ddwmmc_reg.h1 /*-
6 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
37 #define SDMMC_CTRL_INT_ENABLE (1 << 4) /* Enable interrupts */
41 #define SDMMC_PWREN 0x4 /* Power Enable Register */
45 #define SDMMC_CLKENA 0x10 /* Clock Enable Register */
46 #define SDMMC_CLKENA_LP (1 << 16) /* Low-power mode */
47 #define SDMMC_CLKENA_CCLK_EN (1 << 0) /* SD/MMC Enable */
48 #define SDMMC_TMOUT 0x14 /* Timeout Register */
55 #define SDMMC_INTMASK_SDIO (1 << 16) /* SDIO Interrupt Enable */
56 #define SDMMC_INTMASK_EBE (1 << 15) /* End-bit error */
[all …]

12345678910>>...43