Home
last modified time | relevance | path

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

/openbmc/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>;
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Drenesas,rzv2m.yaml32 - const: tia
73 interrupt-names = "tia", "tis";
/openbmc/linux/drivers/iio/potentiostat/
H A 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()
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dlvds.yaml14 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/
H A Dlvds-codec.yaml16 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g011.dtsi274 interrupt-names = "tia", "tis";
288 interrupt-names = "tia", "tis";
/openbmc/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
/openbmc/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 */
/openbmc/qemu/target/m68k/
H A Dhelper.c484 uint32_t tia, tib, tic; in dump_address_map() local
505 tia = address_space_ldl(cs->as, M68K_POINTER_BASE(root_pointer) + i * 4, in dump_address_map()
507 if (txres != MEMTX_OK || !M68K_UDT_VALID(tia)) { in dump_address_map()
511 tib = address_space_ldl(cs->as, M68K_POINTER_BASE(tia) + j * 4, in dump_address_map()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.3.2.rst158 - Javier Tia
H A Drelease-notes-5.0.rst794 - Javier Tia
H A Drelease-notes-4.2.rst812 - Javier Tia
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c244 * https://drive.google.com/file/d/1nP3nFiH4jkPMp6COOxP6123DCZKR-tia/view
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a.c1937 /* level=0 Default: TIA 1/0= (LNA2,TIAN6) = (7,1)/(5,1) = 21dB/12dB in rtw8852a_set_wl_lna2()
1938 * level=1 Fix LNA2=5: TIA 1/0= (LNA2,TIAN6) = (5,0)/(5,1) = 18dB/12dB in rtw8852a_set_wl_lna2()
H A Drtw8851b.c2156 * level=0 Default: TIA 1/0= (LNA2,TIAN6) = (7,1)/(5,1) = 21dB/12dB in rtw8851b_btc_set_wl_rx_gain()
2157 * level=1 Fix LNA2=5: TIA 1/0= (LNA2,TIAN6) = (5,0)/(5,1) = 18dB/12dB in rtw8851b_btc_set_wl_rx_gain()
H A Drtw8852c.c2613 /* level=0 Default: TIA 1/0= (LNA2,TIAN6) = (7,1)/(5,1) = 21dB/12dB in rtw8852c_set_wl_lna2()
2614 * level=1 Fix LNA2=5: TIA 1/0= (LNA2,TIAN6) = (5,0)/(5,1) = 18dB/12dB in rtw8852c_set_wl_lna2()
H A Dphy.c4027 "final_rssi=%03d, (lna,tia,rab)=(%d,%d,%02d)\n", in rtw89_phy_dig_gaincode_by_rssi()
4110 rtw89_debug(rtwdev, RTW89_DBG_DIG, "Set (lna,tia,rxb)=((%d,%d,%02d))\n", in rtw89_phy_dig_set_igi_cr()
/openbmc/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()
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c10 * Special thanks ;) to Mattia Crivellini <tia@mclink.it>