Home
last modified time | relevance | path

Searched full:tsu (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v6.1/Documentation/devicetree/bindings/thermal/
Drzg2l-thermal.yaml10 On RZ/G2L SoCs, the thermal sensor unit (TSU) measures the
20 - renesas,r9a07g043-tsu # RZ/G2UL
21 - renesas,r9a07g044-tsu # RZ/G2{L,LC}
22 - renesas,r9a07g054-tsu # RZ/V2L
23 - const: renesas,rzg2l-tsu
54 tsu: thermal@10059400 {
55 compatible = "renesas,r9a07g044-tsu",
56 "renesas,rzg2l-tsu";
68 thermal-sensors = <&tsu 0>;
/Linux-v6.1/drivers/thermal/
Drzg2l_thermal.c3 * Renesas RZ/G2L TSU Thermal Sensor Driver
84 * TSU repeats measurement at 20 microseconds intervals and in rzg2l_thermal_get_temp()
129 * Before setting the START bit, TSU should be in normal operating in rzg2l_thermal_init()
130 * mode. As per the HW manual, it will take 60 µs to place the TSU in rzg2l_thermal_init()
206 dev_err(dev, "Failed to start TSU"); in rzg2l_thermal_probe()
224 dev_dbg(dev, "TSU probed with %s calibration values", in rzg2l_thermal_probe()
235 { .compatible = "renesas,rzg2l-tsu", },
250 MODULE_DESCRIPTION("Renesas RZ/G2L TSU Thermal Sensor Driver");
/Linux-v6.1/drivers/i2c/busses/
Di2c-uniphier-f.c502 * Standard-mode: tHD;STA = 4.0 us, tSU;STA = 4.7 us, tSU;STO = 4.0 us in uniphier_fi2c_hw_init()
503 * Fast-mode: tHD;STA = 0.6 us, tSU;STA = 0.6 us, tSU;STO = 0.6 us in uniphier_fi2c_hw_init()
507 * Standard-mode: tSU;DAT = 250 ns in uniphier_fi2c_hw_init()
508 * Fast-mode: tSU;DAT = 100 ns in uniphier_fi2c_hw_init()
Di2c-rk3x.c610 * we meet tSU;STA and tHD;STA times. in rk3x_i2c_v0_calc_timings()
735 * tSU;sda = [(8 - s) * l + 1] * T;
738 * tSU;sta = (8h * u + 1) * T;
740 * tSU;sto = (8h * p + 1) * T;
Di2c-axxia.c203 /* Standard mode SCL 50/50, tSU:DAT = 250 ns */ in axxia_i2c_init()
208 /* Fast mode SCL 33/66, tSU:DAT = 100 ns */ in axxia_i2c_init()
Di2c-jz4780.c307 * tSU:DAT in jz4780_i2c_set_speed()
Di2c-mxs.c729 * tSU;DAT (data setup time) 250 ns 100 ns in mxs_i2c_derive_timing()
/Linux-v6.1/drivers/net/ethernet/cadence/
Dmacb_ptp.c249 struct timespec64 tsu; in gem_hw_timestamp() local
255 /* TSU overlapping workaround in gem_hw_timestamp()
259 gem_tsu_get_time(&bp->ptp_clock_info, &tsu, NULL); in gem_hw_timestamp()
266 !(tsu.tv_sec & (GEM_DMA_SEC_TOP >> 1))) in gem_hw_timestamp()
269 ts->tv_sec += ((~GEM_DMA_SEC_MASK) & tsu.tv_sec); in gem_hw_timestamp()
Dmacb.h427 #define MACB_SRI_OFFSET 26 /* TSU Seconds Register Increment */
574 #define GEM_TSH_OFFSET 0 /* TSU timer value (s). MSB [47:32] of seconds timer count */
578 #define GEM_TSL_OFFSET 0 /* TSU timer value (s). LSB [31:0] of seconds timer count */
582 #define GEM_TN_OFFSET 0 /* TSU timer value (ns) */
1306 spinlock_t tsu_clk_lock; /* gem tsu clock locking */
/Linux-v6.1/drivers/net/ethernet/renesas/
Dsh_eth.c576 .tsu = 1,
627 .tsu = 1,
971 .tsu = 1,
1011 .tsu = 1,
1053 .tsu = 1,
1099 .tsu = 1,
2174 if (cd->tsu) { in __sh_eth_get_regs()
2778 if (!mdp->cd->tsu) in sh_eth_tsu_add_entry()
2807 if (!mdp->cd->tsu) in sh_eth_tsu_del_entry()
2830 if (!mdp->cd->tsu) in sh_eth_tsu_purge_all()
[all …]
Dsh_eth.h97 /* TSU Absolute address */
510 unsigned tsu:1; /* EtherC has TSU */ member
558 int port; /* for TSU */
/Linux-v6.1/arch/sh/boards/
Dboard-espt.c67 .start = 0xFEE01800, /* TSU */
Dboard-sh7757lcr.c133 /* TSU */
166 /* TSU */
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dxlnx,zynqmp-clk.txt41 - mio_clk_50_or_51 #for the mux clock to gem tsu from 50 or 51
Dmvebu-gated-clock.txt162 5 tsu Transp. Stream Unit
/Linux-v6.1/Documentation/devicetree/bindings/net/
Drenesas,ether.yaml45 - description: TSU registers
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dr9a07g043.dtsi515 tsu: thermal@10059400 { label
516 compatible = "renesas,r9a07g043-tsu",
517 "renesas,rzg2l-tsu";
876 thermal-sensors = <&tsu 0>;
Dr9a07g044.dtsi593 tsu: thermal@10059400 { label
594 compatible = "renesas,r9a07g044-tsu",
595 "renesas,rzg2l-tsu";
1050 thermal-sensors = <&tsu 0>;
Dr9a07g054.dtsi598 tsu: thermal@10059400 { label
599 compatible = "renesas,r9a07g054-tsu",
600 "renesas,rzg2l-tsu";
1056 thermal-sensors = <&tsu 0>;
/Linux-v6.1/arch/sh/boards/mach-sh7763rdp/
Dsetup.c76 .start = 0xFEE01800, /* TSU */
/Linux-v6.1/drivers/clk/mvebu/
Dkirkwood.c226 { "tsu", NULL, 5, 0 },
/Linux-v6.1/drivers/clk/renesas/
Dr9a07g043-cpg.c117 DEF_FIXED("TSU", R9A07G043_CLK_TSU, CLK_PLL2_DIV2_10, 1, 1),
Dr9a07g044-cpg.c157 DEF_FIXED("TSU", R9A07G044_CLK_TSU, CLK_PLL2_DIV2_10, 1, 1),
/Linux-v6.1/drivers/net/ethernet/3com/
Dtyphoon.h14 exported from the United States under License Exception "TSU"
/Linux-v6.1/net/ipv4/
Digmp.c31 * Tsu-Sheng Tsao E-mail: chihjenc@scf.usc.edu and tsusheng@scf.usc.edu
35 * Tsu-Sheng Tsao igmp_set_mrouter_info to keep track of
38 * Tsu-Sheng Tsao igmp_heard_query(). Using this parameter
42 * Tsu-Sheng Tsao if the specified time expired.

12