Searched refs:tsensor (Results 1 – 4 of 4) sorted by relevance
31 u32 tsensor = nvkm_rd32(device, 0x020460); in gp100_temp_get() local32 u32 inttemp = (tsensor & 0x0001fff8); in gp100_temp_get()35 if (tsensor & 0x40000000) in gp100_temp_get()39 if (tsensor & 0x20000000) in gp100_temp_get()
60 struct tsensor { struct89 struct tsensor sensor[MAX_SENSOR_NUM];112 struct tsensor *s = data; in sun8i_ths_get_temp()
4718 bfa_trc(diag, diag->tsensor.lock); in bfa_diag_notify()4730 if (diag->tsensor.lock) { in bfa_diag_notify()4731 diag->tsensor.status = BFA_STATUS_IOC_FAILURE; in bfa_diag_notify()4732 diag->tsensor.cbfn(diag->tsensor.cbarg, in bfa_diag_notify()4733 diag->tsensor.status); in bfa_diag_notify()4734 diag->tsensor.lock = 0; in bfa_diag_notify()4901 msg = (struct bfi_diag_ts_req_s *)diag->tsensor.mbcmd.msg; in diag_tempsensor_send()4907 bfa_ioc_mbox_queue(diag->ioc, &diag->tsensor.mbcmd); in diag_tempsensor_send()4913 if (!diag->tsensor.lock) { in diag_tempsensor_comp()4915 bfa_trc(diag, diag->tsensor.lock); in diag_tempsensor_comp()[all …]
611 struct bfa_diag_tsensor_s tsensor; member