Home
last modified time | relevance | path

Searched refs:t_r (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/iio/pressure/
H A Dt5403.c68 s16 t_r; in t5403_comp_pressure() local
77 t_r = ret; in t5403_comp_pressure()
85 S = T5403_C_U16(3) + (s32) T5403_C_U16(4) * t_r / 0x20000 + in t5403_comp_pressure()
86 T5403_C(5) * t_r / 0x8000 * t_r / 0x80000 + in t5403_comp_pressure()
87 T5403_C(9) * t_r / 0x8000 * t_r / 0x8000 * t_r / 0x10000; in t5403_comp_pressure()
89 O = T5403_C(6) * 0x4000 + T5403_C(7) * t_r / 8 + in t5403_comp_pressure()
90 T5403_C(8) * t_r / 0x8000 * t_r / 16 + in t5403_comp_pressure()
91 T5403_C(9) * t_r / 0x8000 * t_r / 0x10000 * t_r; in t5403_comp_pressure()
109 s16 t_r; in t5403_comp_temp() local
115 t_r = ret; in t5403_comp_temp()
[all …]
/openbmc/linux/net/mac80211/
H A Dmesh_sync.c89 u64 t_t, t_r; in mesh_sync_offset_rx_bcn_presp() local
104 t_r = ieee80211_calculate_rx_timestamp(local, rx_status, in mesh_sync_offset_rx_bcn_presp()
107 t_r = drv_get_tsf(local, sdata); in mesh_sync_offset_rx_bcn_presp()
128 sta->mesh->t_offset = t_t - t_r; in mesh_sync_offset_rx_bcn_presp()
/openbmc/linux/include/linux/mtd/
H A Djedec.h67 __le16 t_r; member
H A Donfi.h107 __le16 t_r; member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_timings.c315 timings->tR_max = 1000000ULL * le16_to_cpu(params->t_r); in onfi_init_data_interface()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h334 __le16 t_r; member
461 __le16 t_r; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_onfi.c318 onfi->tR = le16_to_cpu(p->t_r); in nand_onfi_detect()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1372 s32 t_m, t_r; in temp_show() local
1376 rc = wmi_get_temperature(wil, &t_m, &t_r); in temp_show()
1382 print_temp(s, "T_radio =", t_r); in temp_show()
H A Dwil6210.h1262 int wmi_get_temperature(struct wil6210_priv *wil, u32 *t_m, u32 *t_r);