Searched full:tia (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/Documentation/devicetree/bindings/iio/potentiostat/ | 
| D | lmp91000.txt | 14   - ti,external-tia-resistor: if the property ti,tia-gain-ohm is not defined this19   - ti,tia-gain-ohm: ohm value of the internal resistor for the transimpedance
 30 	ti,tia-gain-ohm = <7500>;
 
 | 
| /Linux-v5.4/drivers/iio/potentiostat/ | 
| D | lmp91000.c | 212 	ret = of_property_read_u32(np, "ti,tia-gain-ohm", &val);  in lmp91000_read_config()214 		if (!of_property_read_bool(np, "ti,external-tia-resistor")) {  in lmp91000_read_config()
 215 			dev_err(dev, "no ti,tia-gain-ohm defined and external resistor not specified\n");  in lmp91000_read_config()
 231 		dev_err(dev, "invalid ti,tia-gain-ohm %d\n", val);  in lmp91000_read_config()
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/display/bridge/ | 
| D | lvds-transmitter.txt | 7 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/display/panel/ | 
| D | lvds.yaml | 14   LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
 | 
| /Linux-v5.4/Documentation/driver-api/serial/ | 
| D | serial-rs485.rst | 8    EIA-485, also known as TIA/EIA-485 or RS-485, is a standard defining the
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ | 
| D | phy_lp.h | 754 #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 */
 
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ | 
| D | phy_lcn.c | 1121 				       u16 tia, u16 lna2, u16 lna1)  in wlc_lcnphy_set_rx_gain_by_distribution()  argument1127 		   ((tia & 0xf) << 8) |  in wlc_lcnphy_set_rx_gain_by_distribution()
 5088 	u16 trsw, ext_lna, lna1, lna2, tia, biq0, biq1, gain0_15, gain16_19;  in wlc_lcnphy_set_rx_gain()  local
 5094 	tia = (u16) (gain >> 8) & 0xf;  in wlc_lcnphy_set_rx_gain()
 5100 			  ((tia & 0xf) << 8) | ((biq0 & 0xf) << 12));  in wlc_lcnphy_set_rx_gain()
 
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | tridentfb.c | 10  *	Special thanks ;) to Mattia Crivellini <tia@mclink.it>
 |