Home
last modified time | relevance | path

Searched refs:low (Results 176 – 200 of 1820) sorted by relevance

12345678910>>...73

/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996-sony-xperia-tone.dtsi158 output-low;
163 output-low;
169 output-low;
174 output-low;
179 output-low;
297 output-low;
307 output-low;
397 output-low;
407 output-low;
927 output-low;
[all …]
H A Dmsm8916-thwc-ufi001c.dts49 output-low;
56 output-low;
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_remote_device.c193 if ( (sas_address->low == properties.remote.sas_address.low) in scif_remote_device_da_construct()
226 fw_device->domain, sas_address->low, sas_address->high in scif_remote_device_da_construct()
239 fw_device->domain, sas_address->low, sas_address->high, status in scif_remote_device_da_construct()
302 fw_device->domain, sas_address->low, sas_address->high in scif_remote_device_ea_construct()
320 fw_device->domain, sas_address->low, sas_address->high, status in scif_remote_device_ea_construct()
/freebsd/sys/x86/isa/
H A Dclock.c210 int high, low; in getit() local
217 low = inb(TIMER_CNTR0); in getit()
221 return ((high << 8) | low); in getit()
472 u_int high, low; in i8254_get_timecount() local
487 low = inb(TIMER_CNTR0); in i8254_get_timecount()
489 count = i8254_max_count - ((high << 8) | low); in i8254_get_timecount()
/freebsd/sys/x86/iommu/
H A Dintel_dmar.h335 uint32_t high, low; in dmar_read8() local
337 low = bus_read_4(unit->regs, reg); in dmar_read8()
339 return (low | ((uint64_t)high << 32)); in dmar_read8()
362 uint32_t high, low; in dmar_write8() local
364 low = val; in dmar_write8()
366 bus_write_4(unit->regs, reg, low); in dmar_write8()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-pcf857x.txt4 driven high by a pull-up current source or driven low to ground. This combines
7 (a) as output and driving the signal low/high, or (b) as input and reporting a
8 low/high value, without knowing the last value written since the chip came out
41 initialized the low-level output state. If the property is not specified
/freebsd/sys/contrib/device-tree/src/arm/realtek/
H A Drtd1195.dtsi165 compatible = "snps,dw-low-reset";
171 compatible = "snps,dw-low-reset";
177 compatible = "snps,dw-low-reset";
185 compatible = "snps,dw-low-reset";
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8183-kukui-kakadu.dtsi50 /* Insert = low, eject = high */
310 output-low;
317 output-low;
324 output-low;
/freebsd/sys/riscv/include/
H A Driscvreg.h231 uint32_t high, low; \
237 : "=r" (low), "=r" (high) \
240 val = (low | ((uint64_t)high << 32)); \
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-venice-gw72xx-0x-rs232-rts.dtso6 * - GPIO4_0 rs485_en needs to be driven low (in-active)
26 output-low;
H A Dimx8mm-venice-gw73xx-0x-rs232-rts.dtso6 * - GPIO4_0 rs485_en needs to be driven low (in-active)
26 output-low;
H A Dimx8mm-venice-gw72xx-0x-rs232-rts.dts6 * - GPIO4_0 rs485_en needs to be driven low (in-active)
26 output-low;
H A Dimx8mm-venice-gw73xx-0x-rs232-rts.dts6 * - GPIO4_0 rs485_en needs to be driven low (in-active)
26 output-low;
/freebsd/sys/vm/
H A Dvm_reserv.h50 vm_paddr_t low, vm_paddr_t high, u_long alignment,
62 vm_paddr_t low, vm_paddr_t high, u_long alignment,
H A Dvm_phys.c245 mem_affinity[i].end >= low) in vm_phys_domain_match()
1270 pa_start = MAX(low, seg->start); in vm_phys_find_range()
1377 if (VM_PAGE_TO_PHYS(m) < MAX(low, seg->start)) in vm_phys_find_freelist_contig()
1453 if (low <= pa && pa_end <= high && in vm_phys_find_queues_contig()
1465 low, high, alignment, boundary); in vm_phys_find_queues_contig()
1497 if (low >= high) in vm_phys_alloc_contig()
1505 if (low >= seg->end) in vm_phys_alloc_contig()
1507 if (low <= seg->start) in vm_phys_alloc_contig()
1510 pa_start = low; in vm_phys_alloc_contig()
1527 low, high, alignment, boundary); in vm_phys_alloc_contig()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs4265.txt11 If it is low, the i2c address is 0x4e.
26 codec_ad0_low: cs4265@4e { /* AD0 Pin is low */
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dlattice-ice40-fpga-mgr.txt8 - reset-gpios: Active-low GPIO output connected to CRESET_B pin. Note
9 that unless the GPIO is held low during startup, the
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsprd,sc9860-pinctrl.txt25 - output-low: Set the pin as an output level low.
56 output-low;
/freebsd/contrib/file/magic/Magdir/
H A Dlif14 # GRR: line above is too general as it catches also compressed DEGAS low-res bitmap *.pc1
15 # skip many compressed DEGAS low-res bitmap *.pc1 by test for unused bytes
17 # skip MUNCHIE.PC1 BOARD.PC1 ENEMIES.PC1 by test for low version number
/freebsd/lib/msun/src/
H A De_rem_pio2.c56 u_int32_t low; in __ieee754_rem_pio2() local
163 GET_LOW_WORD(low,x); in __ieee754_rem_pio2()
165 INSERT_WORDS(z, ix - ((int32_t)((u_int32_t)e0<<20)), low); in __ieee754_rem_pio2()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Ddove-cm-a510.dtsi73 * 1 GbE PHY reset (active low)
75 * 8 PowerOff (active low)
76 * 13 Touchscreen pen irq (active low)
78 * 69 USB Hub reset (active low)
79 * 70 WLAN reset (active low)
/freebsd/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c63 int low; member
205 sc->low = constraints->min_mult; in mpc85xx_jog_attach()
228 for (i = sc->high; i >= sc->low; --i) { in mpc85xx_jog_settings()
233 *count = sc->high - sc->low + 1; in mpc85xx_jog_settings()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsff,sfp.yaml61 output gpio signal, low - low Rx rate, high - high Rx rate Must not be
68 output gpio signal (SFP+ only), low - low Tx rate, high - high Tx rate. Must
/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.c78 result->as64.low = res.a6; in hv_get_vpreg_128()
89 return (output.as64.low); in arm_hv_get_vreg()
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dlltc,ltc4286.yaml21 adi,vrange-low-enable:
47 adi,vrange-low-enable;

12345678910>>...73