Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/iio/potentiostat/
H A Dti,lmp91000.yaml29 ti,external-tia-resistor:
32 If the property ti,tia-gain-ohm is not defined this needs to be set to
35 ti,tia-gain-ohm:
63 ti,tia-gain-ohm = <7000>;
/linux/Documentation/devicetree/bindings/i2c/
H A Drenesas,rzv2m.yaml32 - const: tia
73 interrupt-names = "tia", "tis";
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g011.dtsi274 interrupt-names = "tia", "tis";
288 interrupt-names = "tia", "tis";
/linux/Documentation/driver-api/serial/
H A Dserial-rs485.rst8 EIA-485, also known as TIA/EIA-485 or RS-485, is a standard defining the
/linux/drivers/net/wireless/broadcom/b43/
H A 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 */
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A 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()
/linux/drivers/video/fbdev/
H A Dtridentfb.c10 * Special thanks ;) to Mattia Crivellini <tia@mclink.it>