Home
last modified time | relevance | path

Searched refs:gas (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/drivers/acpi/
H A Dacpi_watchdog.c35 const struct acpi_generic_address *gas; in acpi_watchdog_uses_rtc() local
37 gas = &entries[i].register_region; in acpi_watchdog_uses_rtc()
38 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) { in acpi_watchdog_uses_rtc()
39 switch (gas->address) { in acpi_watchdog_uses_rtc()
132 const struct acpi_generic_address *gas; in acpi_watchdog_init() local
137 gas = &entries[i].register_region; in acpi_watchdog_init()
139 res.start = gas->address; in acpi_watchdog_init()
140 res.end = res.start + ACPI_ACCESS_BYTE_WIDTH(gas->access_width) - 1; in acpi_watchdog_init()
141 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) { in acpi_watchdog_init()
143 } else if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) { in acpi_watchdog_init()
[all …]
H A Dosl.c98 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_request_region()
103 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) in acpi_request_region()
105 else if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_request_region()
456 if (gas->space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_os_map_generic_address()
460 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_os_map_generic_address()
461 if (!addr || !gas->bit_width) in acpi_os_map_generic_address()
464 return acpi_os_map_iomem(addr, gas->bit_width / 8); in acpi_os_map_generic_address()
473 if (gas->space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_os_unmap_generic_address()
477 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_os_unmap_generic_address()
478 if (!addr || !gas->bit_width) in acpi_os_unmap_generic_address()
[all …]
/openbmc/linux/drivers/watchdog/
H A Dwdat_wdt.c69 switch (gas->access_width) { in wdat_wdt_read()
84 gas->address); in wdat_wdt_read()
94 switch (gas->access_width) { in wdat_wdt_write()
109 gas->address); in wdat_wdt_write()
135 gas = &entry->register_region; in wdat_wdt_run_action()
147 x >>= gas->bit_offset; in wdat_wdt_run_action()
157 x >>= gas->bit_offset; in wdat_wdt_run_action()
165 x <<= gas->bit_offset; in wdat_wdt_run_action()
181 x <<= gas->bit_offset; in wdat_wdt_run_action()
397 r.start = gas->address; in wdat_wdt_probe()
[all …]
/openbmc/linux/drivers/mailbox/
H A Dpcc.c77 struct acpi_generic_address *gas; member
157 if (!reg->gas) { in pcc_chan_reg_read()
163 read_register(reg->vaddr, val, reg->gas->bit_width); in pcc_chan_reg_read()
165 ret = acpi_read(val, reg->gas); in pcc_chan_reg_read()
174 if (!reg->gas) in pcc_chan_reg_write()
180 ret = acpi_write(val, reg->gas); in pcc_chan_reg_write()
416 if (!(gas->bit_width >= 8 && gas->bit_width <= 64 && in pcc_chan_reg_init()
417 is_power_of_2(gas->bit_width))) { in pcc_chan_reg_init()
419 gas->bit_width); in pcc_chan_reg_init()
423 reg->vaddr = acpi_os_ioremap(gas->address, gas->bit_width / 8); in pcc_chan_reg_init()
[all …]
/openbmc/u-boot/scripts/
H A Dbinutils-version.sh9 gas="$*"
17 version_string=$($gas --version | head -1 | \
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross-testsuite_2.42.bb55 # skips gas causing issues with the ld test suite (which uses gas)
60 for i in ["binutils", "gas", "ld"]:
68 CHECK_TARGETS ??= "binutils gas ld"
70 do_check[dirs] = "${B} ${B}/binutils ${B}/gas ${B}/ld"
H A Dbinutils-2.42.inc6 file://gas/COPYING;md5=d32239bcb673463ab874e80d47fae504\
/openbmc/linux/drivers/iio/chemical/
H A DKconfig44 temperature, pressure, humidity and gas sensing capability.
135 tristate "Sensirion SGPxx gas sensors"
140 Sensirion SGP gas sensors:
141 * SGP30 gas sensor
142 * SGPC3 low power gas sensor
148 tristate "Sensirion SGP40 gas sensor"
152 Say Y here to build I2C interface to support Sensirion SGP40 gas
/openbmc/linux/arch/ia64/
H A DMakefile29 GAS_STATUS = $(shell $(srctree)/arch/ia64/scripts/check-gas "$(CC)" "$(OBJDUMP)")
37 ftp://ftp.hpl.hp.com/pub/linux-ia64/gas-030124.tar.gz)
/openbmc/linux/arch/ia64/scripts/
H A Dcheck-gas8 $CC -c $dir/check-gas-asm.S -o $out
/openbmc/qemu/hw/acpi/
H A Derst.c203 struct AcpiGenericAddress gas; in build_serialization_instruction() local
215 gas.space_id = AML_SYSTEM_MEMORY; in build_serialization_instruction()
216 gas.bit_width = e->register_bit_width; in build_serialization_instruction()
217 gas.bit_offset = 0; in build_serialization_instruction()
218 gas.access_width = (uint8_t)ctz32(e->register_bit_width) - 2; in build_serialization_instruction()
219 gas.address = (uint64_t)(e->bar + e->register_offset); in build_serialization_instruction()
220 build_append_gas_from_struct(e->table_data, &gas); in build_serialization_instruction()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/
H A D0002-Makefile-add-possibility-to-disable-NEON-extension.patch64 CCAS = gas-preprocessor.pl -as-type armasm -force-thumb -- armasm
92 CCAS = gas-preprocessor.pl -as-type clang -force-thumb -- $(CC)
/openbmc/linux/Documentation/devicetree/bindings/iio/potentiostat/
H A Dti,lmp91000.yaml45 Internal resistor load applied to the gas sensor.
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0023-aarch64-configure-Pass-mcpu-along-with-march-to-dete.patch8 configure check even when binutils gas supports SVE.
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/
H A Dgdb-common.inc27 --disable-gas --disable-binutils \
/openbmc/linux/Documentation/w1/masters/
H A Domap-hdq.rst22 monitor (gas gauge) integrated circuits.
/openbmc/u-boot/doc/
H A DREADME.clang37 incapable of building U-Boot. Therefore gas from devel/arm-gnueabi-binutils
/openbmc/linux/Documentation/devicetree/bindings/
H A Dtrivial-devices.yaml340 # Sensirion low power multi-pixel gas sensor with I2C interface
342 # Sensirion multi-pixel gas sensor with I2C interface
344 # Sensirion gas sensor with I2C interface
/openbmc/linux/drivers/power/supply/
H A DKconfig158 tristate "DS2782/DS2786 standalone gas-gauge"
162 gas-gauge.
230 tristate "SBS Compliant gas gauge"
234 gas gauges.
406 tristate "MAX17211/MAX17215 standalone gas-gauge"
416 battery gas-gauge.
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0004-Bug-478624-Valgrind-incompatibility-with-binutils-2..patch108 + // https://sourceware.org/cgit/binutils-gdb/tree/gas/config/tc-i386.c#n1256
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch7 linux systems, gas ignores them silently, but clang assembler does not
/openbmc/linux/Documentation/input/devices/
H A Diforce-protocol.rst66 02 Y-Axis lsb, or gas pedal for a wheel
/openbmc/linux/include/acpi/
H A Dactbl2.h354 struct acpi_generic_address gas; member
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt2683 check-gas: 277
2684 check-gas-asm.S: 37
/openbmc/linux/arch/mips/
H A DKconfig1732 unexpectedly. For more information please refer to the gas

12