Home
last modified time | relevance | path

Searched full:hold (Results 1 – 25 of 3452) sorted by relevance

12345678910>>...139

/openbmc/linux/include/trace/events/
H A Dpage_pool.h17 s32 inflight, u32 hold, u32 release),
19 TP_ARGS(pool, inflight, hold, release),
24 __field(u32, hold)
32 __entry->hold = hold;
37 TP_printk("page_pool=%p inflight=%d hold=%u release=%u cnt=%llu",
38 __entry->pool, __entry->inflight, __entry->hold,
70 const struct page *page, u32 hold),
72 TP_ARGS(pool, page, hold),
77 __field(u32, hold)
84 __entry->hold = hold;
[all …]
/openbmc/linux/lib/zlib_inflate/
H A Dinffast.c82 unsigned long hold; /* local strm->hold */ in inflate_fast() local
109 hold = state->hold; in inflate_fast()
120 hold += (unsigned long)(*in++) << bits; in inflate_fast()
122 hold += (unsigned long)(*in++) << bits; in inflate_fast()
125 this = lcode[hold & lmask]; in inflate_fast()
128 hold >>= op; in inflate_fast()
139 hold += (unsigned long)(*in++) << bits; in inflate_fast()
142 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
143 hold >>= op; in inflate_fast()
147 hold += (unsigned long)(*in++) << bits; in inflate_fast()
[all …]
/openbmc/u-boot/lib/zlib/
H A Dinffast.c85 unsigned long hold; /* local strm->hold */ in inflate_fast() local
120 hold = state->hold; in inflate_fast()
131 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
133 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
136 this = lcode[hold & lmask]; in inflate_fast()
139 hold >>= op; in inflate_fast()
153 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
156 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast()
157 hold >>= op; in inflate_fast()
162 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
[all …]
H A Dinflate.c25 state->hold = 0; in inflateReset()
184 hold = state->hold; \
195 state->hold = hold; \
202 hold = 0; \
212 hold += (unsigned long)(*next++) << bits; \
226 ((unsigned)hold & ((1U << (n)) - 1))
231 hold >>= (n); \
238 hold >>= bits & 7; \
334 unsigned long hold; /* bit buffer */ in inflate() local
368 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate()
[all …]
/openbmc/qemu/include/crypto/
H A Dhmac.h75 * @result: pointer to hold output hmac
76 * @resultlen: pointer to hold length of @result
83 * @result must hold a pointer that is @result_len in size, and
88 * a buffer to hold the hash output digest, storing a pointer to
108 * @result: pointer to hold output hmac
109 * @resultlen: pointer to hold length of @result
116 * @result must hold a pointer that is @result_len in size, and
121 * a buffer to hold the hash output digest, storing a pointer to
141 * @digest: pointer to hold output hmac
165 * @digest: pointer to hold output hmac
H A Dhash.h72 * @result: pointer to hold output hash
73 * @resultlen: pointer to hold length of @result
80 * @result must hold a pointer that is @result_len in size, and
85 * a buffer to hold the hash output digest, storing a pointer to
104 * @result: pointer to hold output hash
105 * @resultlen: pointer to hold length of @result
112 * @result must hold a pointer that is @result_len in size, and
117 * a buffer to hold the hash output digest, storing a pointer to
136 * @digest: pointer to hold output hash
190 * @digest: pointer to hold output hash
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dtxx9ndfmc.c70 unsigned char hold; /* in gbusclock */ member
241 /* setup Hold Time, Strobe Pulse Width */ in txx9ndfmc_initialize()
242 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize()
282 int hold, spw; in txx9ndfmc_probe() local
294 hold = plat->hold ?: 20; /* tDH */ in txx9ndfmc_probe()
297 hold = TXX9NDFMC_NS_TO_CYC(gbusclk, hold); in txx9ndfmc_probe()
300 hold -= 2; /* actual hold time : (HOLD + 2) BUSCLK */ in txx9ndfmc_probe()
302 hold = clamp(hold, 1, 15); in txx9ndfmc_probe()
303 drvdata->hold = hold; in txx9ndfmc_probe()
306 dev_info(&dev->dev, "CLK:%ldMHz HOLD:%d SPW:%d\n", in txx9ndfmc_probe()
[all …]
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp236 * target hold resulting in the fans being held at the highest remaining
237 * hold target if other hold targets had been requested. When no hold
240 * @param[in] ident - Unique identifier for a target hold
241 * @param[in] target - Target to hold fans at
242 * @param[in] hold - Whether to hold(true) or release(false) a target hold
244 void setTargetHold(const std::string& ident, uint64_t target, bool hold);
256 * floor hold resulting in the fans being held at the highest remaining
257 * hold target if other floor hold targets had been requested. When no hold
260 * @param[in] ident - Unique identifier for a floor hold
262 * @param[in] hold - Whether to hold(true) or release(false) a hold
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmaxim,max98504.yaml44 Brownout attenuation to the speaker gain applied during the "attack hold"
45 and "timed hold" phase, the value must be from 0...6 (dB) range.
47 maxim,brownout-attack-hold-ms:
51 Brownout attack hold phase time in ms, VBATBROWN_ATTK_HOLD, register 0x0018.
53 maxim,brownout-timed-hold-ms:
57 Brownout timed hold phase time in ms, VBATBROWN_TIME_HOLD, register 0x0019.
/openbmc/linux/Documentation/hwmon/
H A Dabituguru-datasheet.rst40 after a reboot uGuru will hold 0x00 here, but if the driver is removed and
41 later on attached again data-port will hold 0x08, more about this later.
44 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also
46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read
88 to hold 0x09, DATA should read 0x09 within 250 read cycles.
90 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the
94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready
95 for input. As above DATA will usually hold 0x08 the first read but not always.
103 First the uGuru must be in "ready" mode as described above, DATA should hold
107 wait for to DATA to hold 0x08 again indicating that it wants / is ready for
[all …]
/openbmc/qemu/scripts/coccinelle/
H A Dreset-type.cocci16 // implementations of the hold and exit phase methods" it includes
22 // either by directly assigning it to phases.hold or by calling
32 rc->phases.hold = holdfn;
38 // and add the new argument. If the function calls a hold function
51 - parent.hold(obj)
52 + parent.hold(obj, type)
114 - rc->phases.hold(obj)@p
115 + rc->phases.hold(obj, type)
/openbmc/linux/Documentation/leds/
H A Dleds-qcom-lpg.rst35 The pattern is a series of brightness and hold-time pairs, with the hold-time
36 expressed in milliseconds. The hold time is a property of the pattern and must
54 The LPG supports specifying a longer hold-time for the first and last element
69 Similarly, the last entry can be stretched by using a higher hold-time on the
77 specified hold-time of the middle item in the pattern is allowed to have a
78 different hold-time.
/openbmc/qemu/include/hw/
H A Dresettable.h63 * for the phases.enter, phases.hold and phases.exit methods, which
67 * for any reset event, in the order 'enter', 'hold', 'exit'.
68 * An object will always move quickly from 'enter' to 'hold'
69 * but might remain in 'hold' for an arbitrary period of time
85 * @phases.hold: This phase is called for entry into reset, once every object
113 ResettableHoldPhase hold; member
137 * @hold_phase_pending: flag which indicates that we need to invoke the 'hold'
211 * a hold phase method. Calling this during enter or exit phase is an error.
228 * by the given new methods (@enter, @hold and @exit).
234 ResettableHoldPhase hold,
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_dma.h22 #define FSL_DMA_MR_SAHE 0x00001000 /* Source addr hold enable */
23 #define FSL_DMA_MR_DAHE 0x00002000 /* Dest addr hold enable */
24 #define FSL_DMA_MR_SAHTS_MASK 0x0000c000 /* Source addr hold xfer size */
25 #define FSL_DMA_MR_DAHTS_MASK 0x00030000 /* Dest addr hold xfer size */
62 #define FSL_DMA_MR_SAHE 0x00001000 /* Source addr hold enable */
63 #define FSL_DMA_MR_DAHE 0x00002000 /* Dest addr hold enable */
64 #define FSL_DMA_MR_SAHTS_MASK 0x0000c000 /* Source addr hold xfer size */
65 #define FSL_DMA_MR_DAHTS_MASK 0x00030000 /* Dest addr hold xfer size */
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml92 st,fmc2-ebi-cs-address-hold-ns:
93 description: This property defines the duration of the address hold
105 st,fmc2-ebi-cs-data-hold-ns:
106 description: This property defines the duration of the data hold phase
121 st,fmc2-ebi-cs-write-address-hold-ns:
122 description: This property defines the duration of the address hold
134 st,fmc2-ebi-cs-write-data-hold-ns:
135 description: This property defines the duration of the data hold phase
H A Dti-aemif.txt112 - ti,cs-read-hold-ns: read hold width, ns
129 - ti,cs-write-hold-ns: write hold width, ns
166 ti,cs-read-hold-ns = <7>;
169 ti,cs-write-hold-ns = <7>;
195 ti,cs-read-hold-ns = <8>;
198 ti,cs-write-hold-ns = <7>;
/openbmc/qemu/hw/core/
H A Dresettable.c19 * resettable_phase_enter/hold/exit:
157 /* exec hold phase */ in resettable_phase_hold()
160 trace_resettable_phase_hold_exec(obj, obj_typename, !!rc->phases.hold); in resettable_phase_hold()
161 if (rc->phases.hold) { in resettable_phase_hold()
162 rc->phases.hold(obj, type); in resettable_phase_hold()
233 * hold phase is not pending. in resettable_change_parent()
251 ResettableHoldPhase hold, in resettable_class_set_parent_phases() argument
259 if (hold) { in resettable_class_set_parent_phases()
260 rc->phases.hold = hold; in resettable_class_set_parent_phases()
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-control10 gpioset --hold-period 50ms -t0 power-button=1
12 gpioset --hold-period 50ms -t0 power-button=0
18 gpioset --hold-period 50ms -t0 reset-button=0
20 gpioset --hold-period 50ms -t0 reset-button=1
H A Dchassis-control26 gpioset --hold-period 50ms -t0 power-chassis-control0=1
27 gpioset --hold-period 50ms -t0 power-chassis-control1=1
37 gpioset --hold-period 50ms -t0 power-chassis-control0=0
38 gpioset --hold-period 50ms -t0 power-chassis-control1=0
/openbmc/linux/arch/arc/boot/dts/
H A Dabilis_tb101_dvk.dts37 i2c-sda-hold-time-ns = <432>;
40 i2c-sda-hold-time-ns = <432>;
43 i2c-sda-hold-time-ns = <432>;
46 i2c-sda-hold-time-ns = <432>;
49 i2c-sda-hold-time-ns = <432>;
H A Dabilis_tb100_dvk.dts37 i2c-sda-hold-time-ns = <432>;
40 i2c-sda-hold-time-ns = <432>;
43 i2c-sda-hold-time-ns = <432>;
46 i2c-sda-hold-time-ns = <432>;
49 i2c-sda-hold-time-ns = <432>;
/openbmc/linux/Documentation/usb/
H A Dgadget_hid.rst193 int keyboard_fill_report(char report[8], char buf[BUF_LEN], int *hold)
204 if (strcmp(tok, "--hold") == 0) {
205 *hold = 1;
246 int mouse_fill_report(char report[8], char buf[BUF_LEN], int *hold)
256 if (strcmp(tok, "--hold") == 0) {
257 *hold = 1;
297 int joystick_fill_report(char report[8], char buf[BUF_LEN], int *hold)
303 *hold = 1;
342 " --hold\n");
352 " --hold\n");
[all …]
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dqcom,ebi2.txt82 - qcom,xmem-write-hold-cycles: write hold cycles, these are extra cycles
84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS
96 - qcom,xmem-address-hold-enable: this is a boolean property stating that we
97 shall hold the address for an extra cycle to meet hold time requirements
102 - qcom,xmem-read-hold-cycles: the length in cycles of the first segment of a
132 qcom,xmem-write-hold-cycles = <3>;
/openbmc/linux/include/net/caif/
H A Dcfsrvl.h23 void (*hold)(struct cflayer *lyr); member
48 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get()
51 s->hold(layr->up); in cfsrvl_get()
57 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put()
/openbmc/qemu/docs/devel/
H A Dreset.rst129 2. The **hold** phase is executed for entry into reset, once every object in the
138 *hold* phases are executed only when asserting reset for the first time
159 phase of the reset; they are name ``phases.enter()``, ``phases.hold()`` and
188 /* call parent class hold phase */
189 if (myclass->parent_phases.hold) {
190 myclass->parent_phases.hold(obj, type);
228 only override the *enter* phase and leave *hold* and *exit* untouched::
233 This is equivalent to providing a trivial implementation of the hold and exit
245 phase. During *enter* and *hold* phase only, the function will return that the
258 *hold* or *exit* phase of another object in the same reset group.
[all …]

12345678910>>...139