Home
last modified time | relevance | path

Searched full:gas (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0013-Avoid-as-info-race-condition.patch4 Subject: [PATCH] gas: drop old cygnus install hack
6 This was needed when gas was using the automake cygnus option, but
15 gas/Makefile.in | 14 +++++---------
16 gas/doc/local.mk | 4 ----
19 diff --git a/gas/Makefile.in b/gas/Makefile.in
21 --- a/gas/Makefile.in
22 +++ b/gas/Makefile.in
58 diff --git a/gas/doc/local.mk b/gas/doc/local.mk
60 --- a/gas/doc/local.mk
61 +++ b/gas/doc/local.mk
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dwdat_wdt.c67 const struct acpi_generic_address *gas = &instr->entry.register_region; in wdat_wdt_read() local
69 switch (gas->access_width) { in wdat_wdt_read()
84 gas->address); in wdat_wdt_read()
92 const struct acpi_generic_address *gas = &instr->entry.register_region; in wdat_wdt_write() local
94 switch (gas->access_width) { in wdat_wdt_write()
109 gas->address); in wdat_wdt_write()
130 const struct acpi_generic_address *gas; in wdat_wdt_run_action() local
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()
[all …]
/OK3568_Linux_fs/kernel/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.c90 static void __init acpi_request_region (struct acpi_generic_address *gas, in acpi_request_region() argument
96 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_request_region()
101 if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_IO) in acpi_request_region()
103 else if (gas->space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_request_region()
450 void __iomem *acpi_os_map_generic_address(struct acpi_generic_address *gas) in acpi_os_map_generic_address() argument
454 if (gas->space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) in acpi_os_map_generic_address()
458 memcpy(&addr, &gas->address, sizeof(addr)); in acpi_os_map_generic_address()
459 if (!addr || !gas->bit_width) in acpi_os_map_generic_address()
462 return acpi_os_map_iomem(addr, gas->bit_width / 8); in acpi_os_map_generic_address()
466 void acpi_os_unmap_generic_address(struct acpi_generic_address *gas) in acpi_os_unmap_generic_address() argument
[all …]
/OK3568_Linux_fs/u-boot/scripts/
H A Dbinutils-version.sh3 # binutils-version [-p] gas-command
5 # Prints the binutils version of `gas-command' in a canonical 4-digit form
9 gas="$*"
11 if [ ${#gas} -eq 0 ]; then
13 printf "Usage:\n\t$0 <gas-command>\n"
17 version_string=$($gas --version | head -1 | \
/OK3568_Linux_fs/buildroot/package/binutils/2.38/
H A D0005-binutils-2.38-vs.-ppc32-linux-kernel.patch14 gas/config/tc-ppc.c | 25 ++++++++++++++++++++++++-
17 diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c
19 --- a/gas/config/tc-ppc.c
20 +++ b/gas/config/tc-ppc.c
33 + gas on the command line. See gcc pr59828. Hack around
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A DKconfig44 temperature, pressure, humidity and gas sensing capability.
122 tristate "Sensirion SGPxx gas sensors"
127 Sensirion SGP gas sensors:
128 * SGP30 gas sensor
129 * SGPC3 low power gas sensor
H A Dbme680_core.c3 * Bosch BME680 - Temperature, Pressure, Humidity & Gas Sensor
279 /* Gas heater related coefficients */ in bme680_read_calib()
432 * Returns gas measurement in Ohm. Output value of "82986" represent 82986 ohms.
443 /* Look up table for the possible gas range values */ in bme680_compensate_gas()
601 /* Enable the gas sensor and select heater profile set-point 0 */ in bme680_gas_config()
732 dev_err(dev, "failed to set gas config\n"); in bme680_read_gas()
743 dev_err(dev, "gas measurement incomplete\n"); in bme680_read_gas()
754 * occurs if either the gas heating duration was insuffient in bme680_read_gas()
767 dev_err(dev, "failed to read gas resistance\n"); in bme680_read_gas()
947 dev_err(dev, "failed to set gas config data\n"); in bme680_core_probe()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/
H A Dbinutils-cross-testsuite_2.38.bb53 # skips gas causing issues with the ld test suite (which uses gas)
58 for i in ["binutils", "gas", "ld"]:
66 CHECK_TARGETS ??= "binutils gas ld"
68 do_check[dirs] = "${B} ${B}/binutils ${B}/gas ${B}/ld"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DAcknowledgements.html72 <p>If you have contributed to GAS and your name isn&rsquo;t listed here,
79 <p>Jay Fenlason maintained GAS for a while, adding support for GDB-specific debug
83 <p>K. Richard Pixley maintained GAS for a while, adding various enhancements and
84 many bug fixes, including merging support for several processors, breaking GAS
88 and renaming, converted GAS to strictly ANSI C including full prototypes, added
131 <p>Steve Chamberlain made GAS able to generate listings.
135 <p>Jeff Law wrote GAS and BFD support for the native HPPA object format (SOM)
146 <p>Linas Vepstas added GAS support for the ESA/390 &ldquo;IBM 370&rdquo; architecture.
148 <p>Richard Henderson rewrote the Alpha assembler. Klaus Kaempf wrote GAS and BFD
H A DSparc_002dAligned_002dData.html74 <p>SPARC GAS normally permits data to be misaligned. For example, it
80 <p>You can use the <code>--enforce-aligned-data</code> option to make SPARC GAS
87 You may have to assemble with GAS in order to initialize packed data
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DAcknowledgements.html72 <p>If you have contributed to GAS and your name isn&rsquo;t listed here,
79 <p>Jay Fenlason maintained GAS for a while, adding support for GDB-specific debug
83 <p>K. Richard Pixley maintained GAS for a while, adding various enhancements and
84 many bug fixes, including merging support for several processors, breaking GAS
88 and renaming, converted GAS to strictly ANSI C including full prototypes, added
131 <p>Steve Chamberlain made GAS able to generate listings.
135 <p>Jeff Law wrote GAS and BFD support for the native HPPA object format (SOM)
146 <p>Linas Vepstas added GAS support for the ESA/390 &ldquo;IBM 370&rdquo; architecture.
148 <p>Richard Henderson rewrote the Alpha assembler. Klaus Kaempf wrote GAS and BFD
H A DSparc_002dAligned_002dData.html74 <p>SPARC GAS normally permits data to be misaligned. For example, it
80 <p>You can use the <code>--enforce-aligned-data</code> option to make SPARC GAS
87 You may have to assemble with GAS in order to initialize packed data
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dhwregs.c39 * PARAMETERS: address - GAS register address
40 * reg - GAS register structure
56 * GAS format "register", used by FADT: in acpi_hw_get_access_bit_width()
60 * GAS format "region", used by APEI registers: in acpi_hw_get_access_bit_width()
109 * PARAMETERS: reg - GAS register structure
111 * address - Pointer to where the gas->address
116 * DESCRIPTION: Validate the contents of a GAS register. Checks the GAS
128 /* Must have a valid pointer to a GAS structure */ in acpi_hw_validate_register()
183 * reg - GAS register structure
208 /* Validate contents of the GAS register */ in acpi_hw_read()
[all …]
H A Dtbfadt.c143 * PARAMETERS: generic_address - GAS struct to be initialized
151 * DESCRIPTION: Initialize a Generic Address Structure (GAS)
166 * Bit width field in the GAS is only one byte long, 255 max. in acpi_tb_init_generic_address()
167 * Check for bit_width overflow in GAS. in acpi_tb_init_generic_address()
179 "to convert to GAS struct - 255 bits max, truncating", in acpi_tb_init_generic_address()
189 * GAS struct. in acpi_tb_init_generic_address()
559 * 64-bit GAS structure can accommodate, 0xFF bits). in acpi_tb_convert_fadt()
693 * Calculate separate GAS structs for the PM1x (A/B) Status and Enable in acpi_tb_setup_fadt_registers()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dp2p.h552 /* Action value for GAS Initial Request AF */
554 /* Action value for GAS Initial Response AF */
556 /* Action value for GAS Comeback Request AF */
558 /* Action value for GAS Comeback Response AF */
568 /* OUI Subtype for GAS IE */
572 /* Not used in the Native GAS protocol */
640 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
668 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
671 uint16 cb_delay; /* GAS Comeback Delay */
678 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dp2p.h563 /* Action value for GAS Initial Request AF */
565 /* Action value for GAS Initial Response AF */
567 /* Action value for GAS Comeback Request AF */
569 /* Action value for GAS Comeback Response AF */
579 /* OUI Subtype for GAS IE */
583 /* Not used in the Native GAS protocol */
651 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
679 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
682 uint16 cb_delay; /* GAS Comeback Delay */
689 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dp2p.h552 /* Action value for GAS Initial Request AF */
554 /* Action value for GAS Initial Response AF */
556 /* Action value for GAS Comeback Request AF */
558 /* Action value for GAS Comeback Response AF */
568 /* OUI Subtype for GAS IE */
572 /* Not used in the Native GAS protocol */
640 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
668 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
671 uint16 cb_delay; /* GAS Comeback Delay */
678 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dp2p.h544 /* Action value for GAS Initial Request AF */
546 /* Action value for GAS Initial Response AF */
548 /* Action value for GAS Comeback Request AF */
550 /* Action value for GAS Comeback Response AF */
560 /* OUI Subtype for GAS IE */
564 /* Not used in the Native GAS protocol */
632 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
660 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
663 uint16 cb_delay; /* GAS Comeback Delay */
670 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dp2p.h552 /* Action value for GAS Initial Request AF */
554 /* Action value for GAS Initial Response AF */
556 /* Action value for GAS Comeback Request AF */
558 /* Action value for GAS Comeback Response AF */
568 /* OUI Subtype for GAS IE */
572 /* Not used in the Native GAS protocol */
640 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
668 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
671 uint16 cb_delay; /* GAS Comeback Delay */
678 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dp2p.h544 /* Action value for GAS Initial Request AF */
546 /* Action value for GAS Initial Response AF */
548 /* Action value for GAS Comeback Request AF */
550 /* Action value for GAS Comeback Response AF */
560 /* OUI Subtype for GAS IE */
564 /* Not used in the Native GAS protocol */
632 /* GAS Initial Request AF body, "elts" in wifi_p2p_pub_act_frame */
660 /* GAS Initial Response AF body, "elts" in wifi_p2p_pub_act_frame */
663 uint16 cb_delay; /* GAS Comeback Delay */
670 /* GAS Comeback Response AF body, "elts" in wifi_p2p_pub_act_frame */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Db-header-vars14 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
15 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
20 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
39 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
40 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
46 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
47 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
50 …lf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linux-elf.h bpabi…
51gas.h linux-elf.h bpabi.h linux-eabi.h aout.h arm.h initfini-array.h defaults.h insn-constants.h a…
53gas.h linux-elf.h bpabi.h linux-eabi.h aout.h arm.h initfini-array.h defaults.h insn-constants.h a…
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/chemical/
H A Dsensirion,sgp30.txt1 * Sensirion SGP30/SGPC3 multi-pixel Gas Sensor
12 gas@58 {
/OK3568_Linux_fs/kernel/include/linux/power/
H A Dsbs-battery.h3 * Gas Gauge driver for SBS Compliant Gas Gauges
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_32.h84 * gas warning about overflowing shift count when gas has been compiled

12345678910>>...13