Searched +full:max22190 +full:- +full:mode (Results 1 – 3 of 3) sorted by relevance
3 # SPDX-License-Identifier: Apache-2.06 ADI MAX22190 octal industrial Input with advanced diagnostic10 filter-wbes = <CH0 CH1 CH2 ... CH7 > for wire break12 filter-fbps and filter-delays.16 pinctrl-names = "default";18 compatible = "adi,max22190-gpio";21 spi-max-frequency = <1000000>;24 gpio-controller;25 #gpio-cells = <2>;29 max22190-mode = <1>; // modes range from 0-4[all …]
5 * SPDX-License-Identifier: Apache-2.023 #warning "GPIO MAX22190 driver enabled without any devices"185 enum max22190_mode mode; member201 * @brief Compute the CRC5 value for MAX22190202 * @param data - Data array to calculate CRC for.214 * This is the C custom implementation of CRC function for MAX22190, and in max22190_crc()216 * https://www.analog.com/en/design-notes/guidelines-to-implement-crc-algorithm.html in max22190_crc()230 for (i = 0; i < length - 1; i++) { in max22190_crc()232 ((datainput >> (length - 2 - i)) & 0x01)); in max22190_crc()247 * @param dev - MAX22190 device.[all …]
4 * SPDX-License-Identifier: Apache-2.09 * with real-world devicetree nodes, to allow these tests to run on15 #address-cells = <1>;16 #size-cells = <1>;20 gpio-controller;22 #gpio-cells = <0x2>;27 compatible = "snps,designware-gpio";28 gpio-controller;30 #gpio-cells = <0x2>;35 #address-cells = <1>;[all …]