Home
last modified time | relevance | path

Searched full:tia (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/potentiostat/
Dlmp91000.txt14 - ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this
19 - ti,tia-gain-ohm: ohm value of the internal resistor for the transimpedance
30 ti,tia-gain-ohm = <7500>;
/kernel/linux/linux-5.10/drivers/iio/potentiostat/
Dlmp91000.c211 ret = device_property_read_u32(dev, "ti,tia-gain-ohm", &val); in lmp91000_read_config()
213 if (!device_property_read_bool(dev, "ti,external-tia-resistor")) { in lmp91000_read_config()
214 dev_err(dev, "no ti,tia-gain-ohm defined and external resistor not specified\n"); in lmp91000_read_config()
230 dev_err(dev, "invalid ti,tia-gain-ohm %d\n", val); in lmp91000_read_config()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dlvds-codec.yaml16 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dlvds.yaml14 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
/kernel/linux/linux-5.10/Documentation/driver-api/serial/
Dserial-rs485.rst8 EIA-485, also known as TIA/EIA-485 or RS-485, is a standard defining the
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
Dphy_lp.h754 #define B2063_RX_TIA_CTL1 B43_LP_RADIO(0x0EC) /* RX TIA Control 1 */
755 #define B2063_RX_TIA_CTL2 B43_LP_RADIO(0x0ED) /* RX TIA Control 2 */
756 #define B2063_RX_TIA_CTL3 B43_LP_RADIO(0x0EE) /* RX TIA Control 3 */
757 #define B2063_RX_TIA_CTL4 B43_LP_RADIO(0x0EF) /* RX TIA Control 4 */
758 #define B2063_RX_TIA_CTL5 B43_LP_RADIO(0x0F0) /* RX TIA Control 5 */
759 #define B2063_RX_TIA_CTL6 B43_LP_RADIO(0x0F1) /* RX TIA Control 6 */
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_lcn.c1066 u16 tia, u16 lna2, u16 lna1) in wlc_lcnphy_set_rx_gain_by_distribution() argument
1072 ((tia & 0xf) << 8) | in wlc_lcnphy_set_rx_gain_by_distribution()
5017 u16 trsw, ext_lna, lna1, lna2, tia, biq0, biq1, gain0_15, gain16_19; in wlc_lcnphy_set_rx_gain() local
5023 tia = (u16) (gain >> 8) & 0xf; in wlc_lcnphy_set_rx_gain()
5029 ((tia & 0xf) << 8) | ((biq0 & 0xf) << 12)); in wlc_lcnphy_set_rx_gain()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dtridentfb.c10 * Special thanks ;) to Mattia Crivellini <tia@mclink.it>