/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/ |
H A D | atlas,sensor.yaml | 4 $id: http://devicetree.org/schemas/iio/chemical/atlas,sensor.yaml# 7 title: Atlas Scientific OEM + EZO sensors 13 Atlas Scientific OEM + EZO sensors connected via I2C 16 http://www.atlas-scientific.com/_files/_datasheets/_oem/DO_oem_datasheet.pdf 17 http://www.atlas-scientific.com/_files/_datasheets/_oem/EC_oem_datasheet.pdf 18 http://www.atlas-scientific.com/_files/_datasheets/_oem/ORP_oem_datasheet.pdf 19 http://www.atlas-scientific.com/_files/_datasheets/_oem/pH_oem_datasheet.pdf 20 http://www.atlas-scientific.com/_files/_datasheets/_oem/RTD_oem_datasheet.pdf 21 http://www.atlas-scientific.com/_files/_datasheets/_probe/EZO_CO2_Datasheet.pdf 22 https://www.atlas-scientific.com/files/EZO_O2_datasheet.pdf [all …]
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | atlas-ezo-sensor.c | 3 * atlas-ezo-sensor.c - Support for Atlas Scientific EZO sensors 20 #define ATLAS_EZO_DRV_NAME "atlas-ezo-sensor" 189 { "atlas-co2-ezo", (kernel_ulong_t)&atlas_ezo_devices[ATLAS_CO2_EZO] }, 190 { "atlas-o2-ezo", (kernel_ulong_t)&atlas_ezo_devices[ATLAS_O2_EZO] }, 191 { "atlas-hum-ezo", (kernel_ulong_t)&atlas_ezo_devices[ATLAS_HUM_EZO] }, 197 { .compatible = "atlas,co2-ezo", .data = &atlas_ezo_devices[ATLAS_CO2_EZO], }, 198 { .compatible = "atlas,o2-ezo", .data = &atlas_ezo_devices[ATLAS_O2_EZO], }, 199 { .compatible = "atlas,hum-ezo", .data = &atlas_ezo_devices[ATLAS_HUM_EZO], }, 247 MODULE_DESCRIPTION("Atlas Scientific EZO sensors");
|
H A D | Kconfig | 9 tristate "Atlas Scientific OEM SM sensors" 17 Atlas Scientific OEM SM sensors: 23 module will be called atlas-ph-sensor. 26 tristate "Atlas Scientific EZO sensors" 30 Atlas Scientific EZO sensors 34 module will be called atlas-ezo-sensor.
|
H A D | atlas-sensor.c | 3 * atlas-sensor.c - Support for Atlas Scientific OEM SM sensors 28 #define ATLAS_DRV_NAME "atlas" 592 { "atlas-ph-sm", ATLAS_PH_SM }, 593 { "atlas-ec-sm", ATLAS_EC_SM }, 594 { "atlas-orp-sm", ATLAS_ORP_SM }, 595 { "atlas-do-sm", ATLAS_DO_SM }, 596 { "atlas-rtd-sm", ATLAS_RTD_SM }, 602 { .compatible = "atlas,ph-sm", .data = (void *)ATLAS_PH_SM, }, 603 { .compatible = "atlas,ec-sm", .data = (void *)ATLAS_EC_SM, }, 604 { .compatible = "atlas,orp-sm", .data = (void *)ATLAS_ORP_SM, }, [all …]
|
H A D | Makefile | 7 obj-$(CONFIG_ATLAS_PH_SENSOR) += atlas-sensor.o 8 obj-$(CONFIG_ATLAS_EZO_SENSOR) += atlas-ezo-sensor.o
|
/openbmc/linux/drivers/input/misc/ |
H A D | atlas_btns.c | 3 * atlas_btns.c - Atlas Wallmount Touchscreen ACPI Extras 19 #define ACPI_ATLAS_NAME "Atlas ACPI" 20 #define ACPI_ATLAS_CLASS "Atlas" 72 input_dev->name = "Atlas ACPI button driver"; in atlas_acpi_button_add() 73 input_dev->phys = "ASIM0000/atlas/input0"; in atlas_acpi_button_add() 141 MODULE_DESCRIPTION("Atlas button driver");
|
H A D | Kconfig | 358 tristate "x86 Atlas button interface" 361 Say Y here for support of Atlas wallmount touchscreen buttons.
|
/openbmc/linux/arch/arm/boot/dts/intel/socfpga/ |
H A D | socfpga_cyclone5_de0_nano_soc.dts | 9 model = "Terasic DE-0(Atlas)"; 10 compatible = "terasic,de0-atlas", "altr,socfpga-cyclone5", "altr,socfpga";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | socfpga_cyclone5_de0_nano_soc.dts | 9 model = "Terasic DE-0(Atlas)"; 10 compatible = "terasic,de0-atlas", "altr,socfpga-cyclone5", "altr,socfpga";
|
/openbmc/u-boot/board/terasic/de0-nano-soc/ |
H A D | MAINTAINERS | 1 SOCFPGA ATLAS BOARD
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_82598.c | 666 * Power up the Atlas Tx lanes if they are currently powered down. in ixgbe_reset_hw_82598() 667 * Atlas Tx lanes are powered down for MAC loopback tests, but in ixgbe_reset_hw_82598() 672 /* Enable Tx Atlas so packets can be transmitted again */ in ixgbe_reset_hw_82598() 901 * ixgbe_read_analog_reg8_82598 - Reads 8 bit Atlas analog register 906 * Performs read operation to Atlas analog register specified. 923 * ixgbe_write_analog_reg8_82598 - Writes 8 bit Atlas analog register 925 * @reg: atlas register to write 928 * Performs write operation to Atlas analog register specified.
|
H A D | ixgbe_ethtool.c | 1952 /* Disable Atlas Tx lanes; re-enabled in reset path */ in ixgbe_setup_loopback_test() 1954 u8 atlas; in ixgbe_setup_loopback_test() local 1956 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, &atlas); in ixgbe_setup_loopback_test() 1957 atlas |= IXGBE_ATLAS_PDN_TX_REG_EN; in ixgbe_setup_loopback_test() 1958 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_LPBK, atlas); in ixgbe_setup_loopback_test() 1960 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, &atlas); in ixgbe_setup_loopback_test() 1961 atlas |= IXGBE_ATLAS_PDN_TX_10G_QL_ALL; in ixgbe_setup_loopback_test() 1962 hw->mac.ops.write_analog_reg8(hw, IXGBE_ATLAS_PDN_10G, atlas); in ixgbe_setup_loopback_test() 1964 hw->mac.ops.read_analog_reg8(hw, IXGBE_ATLAS_PDN_1G, &atlas); in ixgbe_setup_loopback_test() 1965 atlas |= IXGBE_ATLAS_PDN_TX_1G_QL_ALL; in ixgbe_setup_loopback_test() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | altera.yaml | 49 - terasic,de0-atlas
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | Kconfig | 82 bool "Terasic DE0-Nano-Atlas (Cyclone V)"
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | samsung,exynos5433-clock.yaml | 53 - samsung,exynos5433-cmu-atlas 348 const: samsung,exynos5433-cmu-atlas
|
/openbmc/linux/arch/mips/mti-malta/ |
H A D | malta-init.c | 186 /* Fix up PCI I/O mapping if necessary (for Atlas). */ in prom_init()
|
/openbmc/linux/Documentation/mm/ |
H A D | page_tables.rst | 8 1962 on the Ferranti Atlas Computer which was the first computer with paged
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.ncr53c8xx | 406 disconnected. This happens with Atlas I / L912 and may happen 407 with Atlas II / LXY4.
|
H A D | sym53c8xx_2.rst | 262 - Quantum Atlas I 263 - Quantum Atlas II 267 - Quantum Atlas IV
|
H A D | aic7xxx.rst | 161 in the Quantum Atlas 10K.
|
H A D | aic79xx.rst | 93 in the Quantum Atlas 10K.
|
H A D | ncr53c8xx.rst | 286 - Quantum Atlas I 287 - Quantum Atlas II
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 161 "^atlas,.*": 162 description: Atlas Scientific LLC
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.h | 213 /* Atlas PCIe Switch Management Port */
|
/openbmc/linux/arch/arm64/boot/dts/exynos/ |
H A D | exynos5433.dtsi | 552 compatible = "samsung,exynos5433-cmu-atlas";
|