| /f-stack/freebsd/contrib/device-tree/Bindings/iio/afe/ |
| H A D | current-sense-amplifier.txt | 4 When an io-channel measures the output voltage from a current sense 6 through the sense resistor, not the voltage output. This binding 7 describes such a current sense circuit. 10 - compatible : "current-sense-amplifier" 12 - sense-resistor-micro-ohms : The sense resistance in microohms. 15 - sense-gain-mult: Amplifier gain multiplier. The default is <1>. 16 - sense-gain-div: Amplifier gain divider. The default is <1>. 21 compatible = "current-sense-amplifier"; 24 sense-resistor-micro-ohms = <20000>; 25 sense-gain-mul = <50>;
|
| H A D | current-sense-shunt.txt | 4 When an io-channel measures the voltage over a current sense shunt, 7 sense circuit. 10 - compatible : "current-sense-shunt" 19 compatible = "current-sense-shunt";
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_barrier_centralized.c | 36 unsigned int sense, value; in ck_barrier_centralized() local 44 sense = state->sense = ~state->sense; in ck_barrier_centralized() 49 ck_pr_store_uint(&barrier->sense, sense); in ck_barrier_centralized() 54 while (sense != ck_pr_load_uint(&barrier->sense)) in ck_barrier_centralized()
|
| H A D | ck_barrier_combining.c | 105 tnode->sense = 0; in ck_barrier_combining_group_init() 150 init_root->sense = 0; in ck_barrier_combining_init() 160 unsigned int sense) in ck_barrier_combining_aux() argument 173 ck_barrier_combining_aux(barrier, tnode->parent, sense); in ck_barrier_combining_aux() 186 ck_pr_store_uint(&tnode->sense, ~tnode->sense); in ck_barrier_combining_aux() 188 while (sense != ck_pr_load_uint(&tnode->sense)) in ck_barrier_combining_aux() 202 ck_barrier_combining_aux(barrier, tnode, state->sense); in ck_barrier_combining() 205 state->sense = ~state->sense; in ck_barrier_combining()
|
| H A D | ck_barrier_tournament.c | 54 state->sense = ~0; in ck_barrier_tournament_subscribe() 127 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() 130 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament() 140 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament() 141 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() 150 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() 175 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament() 182 state->sense = ~state->sense; in ck_barrier_tournament()
|
| H A D | ck_barrier_mcs.c | 79 state->sense = ~0; in ck_barrier_mcs_subscribe() 131 while (ck_pr_load_uint(&barrier[state->vpid].parentsense) != state->sense) in ck_barrier_mcs() 136 ck_pr_store_uint(barrier[state->vpid].children[0], state->sense); in ck_barrier_mcs() 137 ck_pr_store_uint(barrier[state->vpid].children[1], state->sense); in ck_barrier_mcs() 138 state->sense = ~state->sense; in ck_barrier_mcs()
|
| H A D | ck_barrier_dissemination.c | 84 state->sense = ~0; in ck_barrier_dissemination_subscribe() 110 ck_pr_store_uint(pflag, state->sense); in ck_barrier_dissemination() 113 while (ck_pr_load_uint(tflag) != state->sense) in ck_barrier_dissemination() 124 state->sense = ~state->sense; in ck_barrier_dissemination()
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_barrier.h | 35 unsigned int sense; member 40 unsigned int sense; member 53 unsigned int sense; member 62 unsigned int sense; member 99 unsigned int sense; member 130 unsigned int sense; member 155 unsigned int sense; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | max9611.txt | 1 * Maxim max9611/max9612 current sense amplifier with 12-bits ADC interface 3 Maxim max9611/max9612 is an high-side current sense amplifier with integrated 10 - shunt-resistor-micro-ohms: Value, in micro Ohms, of the current sense shunt 24 This device node describes a current sense amplifier sitting on I2c4 bus 26 A sense resistor of 0,005 Ohm is installed between RS+ and RS- current-sensing
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ad5755.txt | 55 - adi,ext-current-sense-resistor: boolean set if the hardware a external 56 current sense resistor. 103 adi,ext-current-sense-resistor; 109 adi,ext-current-sense-resistor; 115 adi,ext-current-sense-resistor; 121 adi,ext-current-sense-resistor;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs42l42.txt | 22 - cirrus,ts-inv : Boolean property. For jacks that invert the tip sense 23 polarity. Normal jacks will short tip sense pin to HS1 when headphones are 24 plugged in and leave tip sense floating when not plugged in. Inverting jacks 25 short tip sense when unplugged and float when plugged in. 31 debounce, the tip sense pin might be noisy on a plug event. 43 With no debounce, the tip sense pin might be noisy on an unplug event.
|
| H A D | tas2770.txt | 5 Integrated speaker voltage and current sense provides for 15 - ti,imon-slot-no:- TDM TX current sense time slot. 16 - ti,vmon-slot-no:- TDM TX voltage sense time slot.
|
| H A D | tas2562.txt | 5 Integrated speaker voltage and current sense provides for 13 - ti,imon-slot-no:- TDM TX current sense time slot. 14 - ti,vmon-slot-no:- TDM TX voltage sense time slot. This slot must always be
|
| H A D | tas2770.yaml | 16 Integrated speaker voltage and current sense provides for 37 description: TDM TX current sense time slot. 41 description: TDM TX voltage sense time slot.
|
| H A D | tas2562.yaml | 16 Integrated speaker voltage and current sense provides for 42 description: TDM TX current sense time slot.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | ltc2941.txt | 13 - lltc,resistor-sense: The sense resistor value in milli-ohms. Can be a 32-bit 26 lltc,resistor-sense = <15>;
|
| H A D | bq2415x.txt | 27 - ti,resistor-sense: integer, value of sensing resistor in milliohm. 44 ti,resistor-sense = <68>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | pxa-usb.txt | 16 - "marvell,power-sense-low" - power sense pin is low-active.
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | asp834x-redboot.dts | 287 * interrupts cell = <intr #, sense> 288 * sense values match linux IORESOURCE_IRQ_* defines: 289 * sense == 8: Level, low assertion 290 * sense == 2: Edge, high-to-low change
|
| H A D | mpc8308rdb.dts | 234 * interrupts cell = <intr #, sense> 235 * sense values match linux IORESOURCE_IRQ_* defines: 236 * sense == 8: Level, low assertion 237 * sense == 2: Edge, high-to-low change
|
| H A D | mpc5125twr.dts | 75 // interrupts cell = <intr #, sense> 76 // sense values match linux IORESOURCE_IRQ_* defines: 77 // sense == 8: Level, low assertion 78 // sense == 2: Edge, high-to-low change
|
| H A D | mpc8308_p1m.dts | 265 * interrupts cell = <intr #, sense> 266 * sense values match linux IORESOURCE_IRQ_* defines: 267 * sense == 8: Level, low assertion 268 * sense == 2: Edge, high-to-low change
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | renesas,intc-irqpin.yaml | 41 sense-bitfield-width: 46 Width of a single sense bitfield in the SENSE register, if different from the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | max8973-regulator.txt | 22 -maxim,enable-remote-sense: boolean, enable reote sense.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | rohm,bd71828-pmic.yaml | 47 rohm,charger-sense-resistor-ohms: 52 External sense resistor (RSENSE in data sheet) should be used. If some 104 rohm,charger-sense-resistor-ohms = <10000000>;
|